How do you hide those error messages that keeps showing up on my web pages every time someone updates it.
The messages goes like this: ring(135) "Smarty error: [in template:24 line 64]: syntax error: expecting '=' after attribute name 'eas03' (Smarty_Compiler.class.php, line 1555)" string(131) "Smarty error: [in template:24 line 64]: syntax error: expecting '=' after attribute name ':' (Smarty_Compiler.class.php, line 1555)" string(136) "Smarty error: [in template:24 line 64]: syntax error: expecting '=' after attribute name 'ahmenu' (Smarty_Compiler.class.php, line 1555)"
Meanwhile, "bite" into this: http://s1.bitefight.ph/c.php?uid=20269
How do you hide those error messages? Topic is solved
Re: How do you hide those error messages?
The errors you're seeing mean that one of your site template files has a mistake in it, most likely one of the tags in the template isn't quite right. The error message tells you the line number where you need to fix.
Once you fix the template, your errors will go away.
Once you fix the template, your errors will go away.