我是Joomla的新手,并尝试使用JoomGallery2.0在Joomla 2.5中建立一个照片库。它发出以下警告 -
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\svn\Joomla\components\com_joomgallery\router.php on line 27
还有更多警告
Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method JHTMLJoomGallery::anchor() should not be called statically in C:\xampp\htdocs\svn\Joomla\libraries\joomla\html\html.php on line 222
Strict Standards: Only variables should be assigned by reference in C:\xampp\htdocs\svn\Joomla\components\com_joomgallery\helpers\html\joomgallery.php on line 752
任何人都可以帮助我。如果没有为Joomla 2.5建议一个更好的非商业照片库模板。
答案 0 :(得分:2)
由于您使用xampp只需在php.ini中调整您的设置。所以打开php ini并更改error_reporting和display_errors。
error_reporting = E_ALL & ~E_NOTICE
display_errors = Off