Page 1 of 1

Smarty error - unrecognized tag

Posted: Sat Oct 27, 2007 5:48 am
by auszeit2
Hello,

after copying the files + DB on the server I got the following message (local on Mac everything worked perfect):

string(124) "Smarty error: [in template:20 line 4]: syntax error: unrecognized tag 'global_content' (Smarty_Compiler.class.php, line 590)" string(125) "Smarty error: [in template:20 line 11]: syntax error: unrecognized tag 'global_content' (Smarty_Compiler.class.php, line 590)" string(118) "Smarty error: [in template:20 line 14]: syntax error: unrecognized tag 'content' (Smarty_Compiler.class.php, line 590)" string(125) "Smarty error: [in template:20 line 17]: syntax error: unrecognized tag 'global_content' (Smarty_Compiler.class.php, line 590)"

I tried out almost everything, but I´m no able to solve the problem. Can someone help me please?

Thanks

Re: Smarty error - unrecognized tag

Posted: Sat Oct 27, 2007 2:43 pm
by Dr.CSS
You may want to make sure every thing got to the server...

Re: Smarty error - unrecognized tag

Posted: Mon Oct 29, 2007 7:07 am
by cyberman
Are you sure all pathes are correct?

Re: Smarty error - unrecognized tag

Posted: Tue Oct 30, 2007 11:45 am
by neelesh
Hi,

If you are using the ML version please go thru the following.

2) Footer error: Smarty error -> unknown block “globalcontent:footer”.

Explanation: This means that there CMSMS MLE can not find the language specified in the config.lang.php in the cms_htmlbobs table.

Solution: Add a new field html_lang (“lang” would be the language e.g. nl or en) corresponding to the languages selected in config.lang.php. For example html_nl, html_en for Dutch and English.

This usually happens when CMSMS does not find the field html_{yourlang} in the cms_htmlblobs table.

Do you encounter an error while opening the Global Content blocks page in the admin panel?

Hope this helps [:)]