码迷,mamicode.com
首页 > Web开发 > 详细

网站出问题了

时间:2019-02-23 19:33:31      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:log   amp   现象   ref   erro   article   class   counter   should   

现象:

A PHP Error was encountered

Severity: Notice

Message: Only variable references should be returned by reference

Filename: core/Common.php

Line Number: 257

参考了下面链接

https://www.jb51.net/article/69548.htm

http://blog.itpub.net/15498/viewspace-2134612/

 

原代码:

return $_config[0] =& $config;

修改后:

$_config[0] =& $config;

return $_config[0];

网站出问题了

标签:log   amp   现象   ref   erro   article   class   counter   should   

原文地址:https://www.cnblogs.com/rrison/p/10423821.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!