WordPress

Allowed memory size of 8388608 bytes exhausted的解决方法

2008-11-24

昨天搞了下wordpress增加了simpletag插件后,发现wp后台多个地方报错:Allowed memory size of 8388608 bytes exhausted

解决方法: 在wp-config.php 文件里面加入

<?php
ini_set('memory_limit', '-1');
// ** MySQL settings ** //

参考:http://wordpress.org.cn/viewthread.php?tid=711