How do you hide those error messages? Topic is solved

General project discussion. NOT for help questions.
Post Reply
randomguy00

How do you hide those error messages?

Post by randomguy00 »

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
mportuesi
New Member
New Member
Posts: 6
Joined: Thu Jan 24, 2008 3:39 am

Re: How do you hide those error messages?

Post by mportuesi »

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.
Post Reply

Return to “General Discussion”