【发布时间】:2015-05-05 00:48:53
【问题描述】:
最近我在我的服务器上设置了我的网站(http://abc.hostname.com/sitename/),我收到以下错误:
It seems like the memory_limit on the server is too low for the fade on load feature.
我在 wp-config.php 中添加以下代码来解决这个错误:
define( 'WP_MEMORY_LIMIT', '96M' ); also
ini_set("memory_limit","60M");
但错误仍然存在。
【问题讨论】:
标签: wordpress web-config memory-limit