Tagged: x
-
AuthorPosts
-
October 2, 2016 at 7:15 am #1199234
italcollectiveParticipantHi,
My name is Ximena, and I am designing a web page with theme X. My problem is that when I activate plugins like Visual Composer, Mailchip, etc., a tab pops up with the next message: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 14080 bytes) in /home/italco/public_html/wp-admin/menu.php on line 202 (the url is not always the same) It also happens when I try to costumize the web page or access to css global from Conerstone. I have tried to modify the .htaccess, php.ini, among other solutions that I found on internet and nothing works. I dont know if I have to talk with my hosting in order to increase the memory size or you know another solution.Thank you in advance,
XimenaOctober 2, 2016 at 7:33 am #1199246
ChristianModeratorHey Ximena,
Please add the code below in your wp-config.php
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );You can see how to edit it in this tutorial http://www.wpbeginner.com/beginners-guide/how-to-edit-wp-config-php-file-in-wordpress/
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1199234 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
