-
AuthorPosts
-
May 6, 2015 at 4:11 pm #267519
Hello,
http://artandtech.co/wp-admin/
WP 4.2.1
Theme 3.2.5When 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,
ThanksMay 6, 2015 at 4:16 pm #267523Just 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
May 6, 2015 at 6:16 pm #267622Hello 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.May 7, 2015 at 9:56 am #268201It 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!
May 7, 2015 at 10:36 am #268225Glad to hear that it helped you.
Let us know if you need anything else.
Thanks. Have a nice day! 🙂
-
AuthorPosts