我在WAMPSERVER 安装时页面出现警告。

WBOY
Release: 2016-06-23 14:08:31
Original
1316 people have browsed it

请问一下:
我在WAMPSERVER 
下安装ECMALL时,页面出现如下图:

[img=http://img.blog.csdn.net/20130503091617760][/img]


( ! ) Deprecated: Assigning the return value of new by reference is deprecated in D:\wamp\www\_ecmall\eccore\controller\app.base.php on line 141 
Call Stack 
# Time Memory Function Location 
1 0.0014 369592 {main}( ) ..\index.php:0 
2 0.0045 803016 ECMall::startup( ) ..\index.php:18 

请问一下,
这个怎么解决?


回复讨论(解决方案)

php.ini 中设置
error_reporting=E_ALL & ~E_NOTICE & ~E_DEPRECATED

error_reporting=E_ALL & ~E_NOTICE & ~E_DEPRECATED
加了这句,
还是出现警告啊。。。

重启服务器没有
还是出现上面那个警告?如果不是,请贴出来。

程序太老了,或是说php版本太高了
虽然可以暂时通过屏蔽 DEPRECATED 级别错误来凑合,但必然对日后的使用带来问题

其实按提示的位置修改一下程序就可以了

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template