Hi - Using latest version of CMSMS...I get this error message on about every other page load.
string(120) "Smarty error: [in content:content_en line 8]: syntax error: unrecognized tag 'var' (Smarty_Compiler.class.php, line 590)"
There have been some posts about this kind of error, but generally isn't there a template id attached to the error code so you can see where your screw up is?
I'm not sure what [in content:content_en line 8] means. So, I'm not sure where to look for my mistake.
Any ideas?
[SOLVED] Error message in every other page load
[SOLVED] Error message in every other page load
Last edited by twwitt on Sun Sep 25, 2011 10:28 pm, edited 1 time in total.
Re: Error message in every other page load
It looks like you have a smarty tag with a syntax error somewhere in your content block (in the pagea where you see that error). Open the page in edit view, then turn off the WYSIWYG and hunt through the text for the offending code.
S
S
Re: Error message in every other page load
Thanks. That was helpful. I found the offending syntax in the content (it was something not bookended with {literal} {/literal}; I've now put into a GCB....