codeigniter不报错
环境确认过是development了,但是所有的错误都不报,直接500错{:soso_e105:}index.php 中设置下display_errrors试试
if (defined('ENVIRONMENT')){
switch (ENVIRONMENT)
{
case 'development':
ini_set('display_errors', 'On');
error_reporting(E_ALL);
break;
case 'testing':
case 'production':
ini_set('display_errors', 'Off');
error_reporting(0);
break;
default:
exit('The application environment is not set correctly.');
}
} qi_ruo 发表于 2013-1-22 09:27 static/image/common/back.gif
index.php 中设置下display_errrors试试
解决,谢谢! php关了错误警告
:lol:lol:lol:lol:lol:lol:lol:lol
页:
[1]