求教啊!老是提示内存不足啊!

浏览:918 发布日期:2013/03/06 分类:求助交流 关键字: 内存不足 THinkphp
求教各位高手啊!
今天新建项目运行index.php后,老是提示内存不足Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 35 bytes) in E:\wamp\www\testnew\ThinkPHP\Common\common.php on line 507
但是加上define(‘APP_DEBUG’,true)却可以运行!!!
代码如下
<?php
define('APP_PATH', './admin/');
define('App_NAME', 'admin');
require ( './ThinkPHP/ThinkPHP.php' );
最佳答案
评论( 相关
后面还有条评论,点击查看>>