且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

安装joomla后出现joomla错误

更新时间:2023-02-25 20:53:48

更新为两者的最新版本.

如果它不起作用,请尝试...

在php.ini文件中更改以下行:

Line 516: error_reporting = E_ALL | E_STRICT

TO

Line 516: error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

保存并重新启动Apache.

这是此页面的摘录 [
Update to the latest versions of both.

Try it, if it is not working...

Change the following line in the php.ini file:

Line 516: error_reporting = E_ALL | E_STRICT

TO

Line 516: error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED

Save that and restart Apache.

This is an excerpt of this page[^].

Cross fingers.