当前位置: 首页 > 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://www.2hei.net/2010/10/20/fatal_error_allowed_memory_size/ | 2hei.net

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

报歉!评论已关闭.