Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The solution of missing core/Common.php File in error display of main Page of Heavenly Rabbit Database Monitoring system

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Follow the steps to configure the Sky Rabbit database monitoring system and report an error when you open the web page:

A PHP Error was encountered

Severity: Notice

Message: Only variable references should be returned by reference

Filename: core/Common.php

Line Number: 257

Solution:

Find / opt/lampp/htdocs/system/core/Common.php and open the file to line 257:

The modifications are as follows:

Line 257, before modification: return $_ config [0] = & $config

After modification: $_ config [0] = & $config; return $_ config [0]

Refresh the page after modification and display normally.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report