I’m using wordpress 4.6, and when I try to activate a plugin, seo yaost, jetpack, for example, the error below.
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in /home/storage/2/2b/18/lgpconsulting/public_html/wp-admin/includes/class-wp-plugins-list-table.php on line 206
I changed the following files:
wp-config.php
define('WP_MEMORY_LIMIT', '96M');
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
wp-settings.php
ini_set('memory_limit', '128M');
.htacess
php_value memory_limit 128M
Tks
3
Answers
Add this to your wp-config.php:
To see if there is errors.
Talk to your webhost. You’ve made all the adjustments you can to raise the memory allocation, but the webhost’s server settings are not allowing you to override their settings.
Its all about memory issue
you need to increase
Also deactivate all the plugins and then try to activate plugins one by one