Joomla 1.6问题
我最近在我的 XAMPP 本地服务器上安装了 Joomla 1.6,但收到以下错误消息:
严格标准:JButtonPopup::fetchId() 的声明应与 J:\XAMPP\htdocs\joomla16\libraries\joomla\html\toolbar\button\popup.php 中的 JButton::fetchId() 的声明兼容第78行
严格标准: JButtonPopup::fetchId() 的声明应与 J:\XAMPP\htdocs\joomla16\libraries\joomla\html\toolbar\button\popup.php 第 78 行I 尝试使用 XAMPP 1.73 和 1.74,我收到相同的消息,当我尝试安装任何扩展时,我收到“无法创建目录”消息。
请帮我。
I recently installed Joomla 1.6 on my XAMPP local server and i got this error message:
Strict Standards: Declaration of JButtonPopup::fetchId() should be compatible with that of JButton::fetchId() in J:\XAMPP\htdocs\joomla16\libraries\joomla\html\toolbar\button\popup.php on line 78
I tried with XAMPP 1.73 and 1.74 and I get the same message, and when I try to install any extension, I get the "can not create directory" message.
Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要更改 php.ini 文件。
查找:
并替换为:
查找:
并替换为:
确保您对每个实例进行了检查,这些实例可能在文件中出现多次。
You need to change your php.ini file.
Look for:
And replace with:
Look for:
And replace with:
Make sure that you fine every instance it is possible for those to appear more than once in the file.
我在 EasyPHP 5.3.6 上安装了带有 Gantry 框架的 Joomla 1.6 并遇到了同样的问题。
我可以在 EasyPHP 配置中将“display_errors”配置设置为“Off”来避免这些错误消息。目前有效。
I installed Joomla 1.6 with Gantry framework on EasyPHP 5.3.6 and have the same problems.
I could avoid these error messages setting the "display_errors" configuration to "Off" in EasyPHP configuration. It works for the moment.