| 
 | 
 
 
发表于 2011-4-15 20:13:50
|
显示全部楼层
 
 
 
 本帖最后由 feixuedd 于 2011-4-15 20:16 编辑  
 
这个我碰到过,我用的php5.3,但是不是在ci中遇到的,你可以试试: 
 将php.ini中的error_reporting 修改为: 
    error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE 
 
这里是我曾经贴出来的解决办法 
http://xpi99.com/best-php/24-ecmall-first-installation-error-solution.html |   
 
 
 
 |