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
Smarty error - unrecognized tag
Re: Smarty error - unrecognized tag
You may want to make sure every thing got to the server...
Re: Smarty error - unrecognized tag
Hi,
If you are using the ML version please go thru the following.
Do you encounter an error while opening the Global Content blocks page in the admin panel?
Hope this helps [:)]
If you are using the ML version please go thru the following.
This usually happens when CMSMS does not find the field html_{yourlang} in the cms_htmlblobs table.
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.
Do you encounter an error while opening the Global Content blocks page in the admin panel?
Hope this helps [:)]