Joomla 1.6问题

发布于 2024-10-14 09:13:28 字数 423 浏览 7 评论 0原文

我最近在我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

§对你不离不弃 2024-10-21 09:13:28

您需要更改 php.ini 文件。

查找:

error_reporting = E_ALL | E_STRICT

并替换为:

error_reporting = E_ALL & ~E_STRICT

查找:

display_errors = On

并替换为:

display_errors = Off

确保您对每个实例进行了检查,这些实例可能在文件中出现多次。

You need to change your php.ini file.

Look for:

error_reporting = E_ALL | E_STRICT

And replace with:

error_reporting = E_ALL & ~E_STRICT

Look for:

display_errors = On

And replace with:

display_errors = Off

Make sure that you fine every instance it is possible for those to appear more than once in the file.

木森分化 2024-10-21 09:13:28

我在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文