does not work as well.. I receive the fatal error as well. Plugin could not be activated because it triggered a fatal error. Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 24 bytes) in C:\inetpub\wwwroot\wpsite\wp-includes\wp-db.php on line 2258
I’ve disabled all the plugins, change the theme. change the php.ini file memory_limit = 2048M
even change the .htaccess file php_value memory_limit 2048M
as well as the wp-config.php file: define(‘WP_MEMORY_LIMIT’, ‘2048MB’);
I even change the 2048 higher and lower but nothing works.