您的位置:首页 > 其它

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes)

2012-11-22 15:32 627 查看
安装wp出现的错误 Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home3/scottgot/public_html/williamstonfmc/wp-admin/includes/class-wp-list-table.php on line 650

1. If you have access to your PHP.ini file, change the line in PHP.ini If your line shows 32M try 64M: memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
2. If you don't have access to PHP.ini try adding this to an .htaccess file: php_value memory_limit 128M
3. Try adding this line to your wp-config.php file: Increasing memory allocated to PHP define('WP_MEMORY_LIMIT', '128M');
4. Talk to your host.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐