amerriaz Banned Banned 1,306 2011 639 0 Jul 1, 2012 #1 i am getting this error please tell me how to solve this here is line number 1092 Code: trigger_error("Smarty error: $error_msg", $error_type);
i am getting this error please tell me how to solve this here is line number 1092 Code: trigger_error("Smarty error: $error_msg", $error_type);
L Lock Down Active Member 2,122 2010 228 0 Jul 1, 2012 #2 I have searched and it seems everyone who update smarty has gotten those errors. I have seen no solution posted yet.
I have searched and it seems everyone who update smarty has gotten those errors. I have seen no solution posted yet.
S sampathneo Active Member 151 2011 10 0 Jul 3, 2012 #4 // Turn off all error reporting error_reporting(0); or if file type is .tpl you can add this code to top of the smarty tpl file {php} error_reporting(0); {/php}
// Turn off all error reporting error_reporting(0); or if file type is .tpl you can add this code to top of the smarty tpl file {php} error_reporting(0); {/php}