Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #267519

    gwangsun
    Participant

    Hello,

    http://artandtech.co/wp-admin/
    WP 4.2.1
    Theme 3.2.5

    When installing Visual Composer, the entire site crashes and I receive a Fatal error message.

    I enter my Plugins folder via FTP and change the plugin folder name in order to get the site back up. I then uninstall the Visual Composer and try again. Every time I receive the same error.

    I continued installing other plugins with no problem, it seems to be only when installing Visual Composer. Below is the message. I don’t understand why installing Visual Composer would case an issue with shortcodes.php

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 122880 bytes) in /home/gwangsun/public_html/artandtech.co/wp-content/plugins/x-shortcodes/functions/shortcodes.php on line 2030

    Please advise,
    Thanks

    #267523

    gwangsun
    Participant

    Just went back to the site and got this Fatal error with js_composer, not sure why I received it initially with x-shortcodes

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 1966080 bytes) in /home/gwangsun/public_html/artandtech.co/wp-content/plugins/js_composer/config/map.php on line 2273

    #267622

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    This is caused by a memory limitation that is currently setup on your server and or WordPress installation,You need to ask your host provider increase the PHP memory limit.<br>
    You can find more information on http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.

    Hope that helps.
    Thanks.

    #268201

    gwangsun
    Participant

    It worked out perfect, I had to add

    define( ‘WP_MEMORY_LIMIT’, ’96M’ );
    define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );

    to my wp-config.php

    Thanks for the help!

    #268225

    Nico
    Moderator

    Glad to hear that it helped you.

    Let us know if you need anything else.

    Thanks. Have a nice day! 🙂