Home >Backend Development >PHP Tutorial >小弟我在WAMPSERVER 安装时页面出现警告

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

WBOY
WBOYOriginal
2016-06-13 11:23:181188browse

我在WAMPSERVER 安装时页面出现警告。
请问一下:
我在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版本太高了
虽然可以暂时通过屏蔽 DEPRECATED 级别错误来凑合,但必然对日后的使用带来问题

其实按提示的位置修改一下程序就可以了
Statement:
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