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? Link to comment https://forums.phpfreaks.com/topic/294740-strict-standards-only-variables-should-be-passed-by-reference/ 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. Link to comment https://forums.phpfreaks.com/topic/294740-strict-standards-only-variables-should-be-passed-by-reference/#findComment-1506220 Share on other sites More sharing options...
QuickOldCar Posted February 20, 2015 Share Posted February 20, 2015 You can suppress the strict standards notices php ini_set('error_reporting', 30711); htaccess php_value error_reporting 30711 Link to comment https://forums.phpfreaks.com/topic/294740-strict-standards-only-variables-should-be-passed-by-reference/#findComment-1506222 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.