输入banner图图片脚本导航/分类

error:Allowedmemorysize_PHP教程

错误提示

error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in D:\www\ThinkPHP\Common\common.php on line 657

解决方案

在 php.ini 中找到memory设置大小设置大点

最后重启APACHE

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/733036.htmlTechArticle错误提示 error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in D:\www\ThinkPHP\Common\common.php on line 657 解决方案 在 php.ini 中找到m...