toppi24 Posted February 20, 2015 Share Posted February 20, 2015 $arg_list = $this->_compile_arg_list('function', $tag_command, $attrs, $_cache_attrs=''); Strict Standards: Only variables should be passed by reference in /homepages/33/d1835616 35/htdocs/xtc.../includes/classes/Smarty_2.6.10/Smarty_Compiler.class.php on line 804 How can i solve this Problem? Quote Link to comment Share on other sites More sharing options...
requinix Posted February 20, 2015 Share Posted February 20, 2015 Upgrade. Smarty 2.6.10 is obscenely old. I'm amazed you have it at all. Quote Link to comment Share on other sites More sharing options...
QuickOldCar Posted February 20, 2015 Share Posted February 20, 2015 (edited) You can suppress the strict standards notices php ini_set('error_reporting', 30711); htaccess php_value error_reporting 30711 Edited February 20, 2015 by QuickOldCar Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.