当前位置: 首页 > OpenSource > 正文

solved: Fatal error: Allowed memory size of 33554432 bytes exhausted

wordpress2.8
wp-settings.php
change
define(‘WP_MEMORY_LIMIT’, ’32M’);
to:
define(‘WP_MEMORY_LIMIT’, ’64M’);

wordpress3.0
wp-config.php
/** Database Charset to use in creating database tables. */
define(‘DB_CHARSET’, ‘utf8’);

/** The Database Collate type. Don’t change this if in doubt. */
define(‘DB_COLLATE’, ”);
add:
//allow memory size
define(‘WP_MEMORY_LIMIT’, ’64M’);

本文固定链接: https://2hei.net/fatal_error_allowed_memory_size.html | 二黑的站点

该日志由 2hei 于2010年10月20日发表在 OpenSource 分类下,
原创文章转载请注明: solved: Fatal error: Allowed memory size of 33554432 bytes exhausted | 二黑的站点
关键字:

报歉!评论已关闭.