xampp环境下joomla报422错误
在xampp环境下安装joomla时报下面的错误Strict Standards: Accessing static property JCache::$_handler as non static in htdocsjoomlalibrariesjoomlacachecache.php on line 422
可以尝试关闭PHP 错误信息。Xampp的默认php环境是开启错误信息的、
在PHP.ini中
查找error_reporting = E_ALL | E_STRICT
然后屏蔽修改为 error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
查找 display_errors = On
屏蔽后修改为 display_errors = Off
捐赠本站(Donate)
如您感觉文章有用,可扫码捐赠本站!(If the article useful, you can scan the QR code to donate))
- Author: shisekong
- Link: https://blog.361way.com/xampp-joomla/734.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.