我已设置1024Mphp.ini
文件:
memory_limit = 1024M
我已经设定好了
.htaccess
文件:
<IfModule mod_php7.c>
php_value memory_limit 1024M
</IfModule>
我已经设定好了
wp-config.php
文件:
define( \'WP_MAX_MEMORY_LIMIT\' , \'1024M\');
define( \'WP_MEMORY_LIMIT\', \'1024M\' );
但我在Wordpress管理区的插件页面上仍然出现以下错误:
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 61440 bytes) in /home/eroticnaughtines/public_html/wp-includes/functions.php on line 4212
是的,所有文件都在Wordpress安装的根目录中。