0

I am using Xampp 1.8.1.

It is working fine in joomla 2.5 & joomla 3. but not working joomla 1.5, it is showing errors.

strict Standards: Non-static method JLoader::import() should not be called statically in /libraries/joomla/import.php on line 29

Like the above it shows multiple errors.

Then i have changed the php.ini file

set error_reporting to E_ALL & ~E_NOTICE

After changing it shows the same error

4

1 回答 1

0

其实这不是错误。它显示只是因为您(Joomla)没有遵循最佳实践。你(Joomla)在编码时必须遵循标准。

Joomla 1.5 现在有点过时了。他们可能很少有严格的标准。无论如何,当您使用 Joomla 1.5 来解决此问题时。但我建议您不要使用过时版本的 Joomla。

下面将显示没有严格的标准。

error_reporting = E_ALL & ~E_NOTICE

在这里查看列表。

阅读更多

于 2013-07-22T08:20:13.810 回答