• ADADADADAD

    搭建完Lepus监控系统后界面提示错误的解决方法是什么[ mysql数据库 ]

    mysql数据库 时间:2024-11-26 22:13:02

    作者:文/会员上传

    简介:

    搭建完Lepus监控系统后,界面提示错误:A PHP Error was encounteredSeverity: NoticeMessage: Only variable references should be returned by referenceFilename: core/Comm

    以下为本文的正文内容,内容仅供参考!本站为公益性网站,复制本文以及下载DOC文档全部免费。

    搭建完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];

    热门标签: lepus