Only variable references should be returned by reference
阅读原文时间:2023年07月11日阅读:1

搭建完Lepus监控系统后,界面提示错误:
A PHP Error was encountered

Severity: Notice

Message: Only variable references should be returned by reference

Filename: core/Common.php

Line Number: 257

[root@b77-11-100 lepus_v3.7]# find / -name Common.php
/opt/lampp/htdocs/system/core/Common.php

修改如下内容
return $_config[0] =& $config;

$_config[0] =& $config;
return $_config[0];

手机扫一扫

移动阅读更方便

阿里云服务器
腾讯云服务器
七牛云服务器

你可能感兴趣的文章