解决办法(三种):
一、修改php.ini(推荐)
memory_limit = 12M
二、在程序里面添加如下语句
ini_set('memory_limit', '12M');.htaccess文件,添加如下内容
三、在根目录建立
php_value memory_limit 12M
如果还不能解决,就把它改得再大一些。
最后注意的是重启服务器。
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 775920 bytes)
September 17th, 2008 by Dream☆Wing Leave a reply »
Advertisement