first of all, I know this is not the place for external module support, but I guess it is a core problem. I think...
I just try to update a CMSMS v1.10.3 to v1.11.3 (it was 1.0.8 before and should get the actual version). The system works well with version 1.10.3
After the update process (upgrade-script and module check) I try to load the front-end and it raises the error:
Code: Select all
Error: at line 1 in file /mydocumentpath/lib/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php:
Message:
Syntax error in template "content:content_en" on line 1 "
{news}
" unknown tag "news"
If I use the {cms_module module='news'} tag instead, the page is shown but the news area is empty and inside the html there is the following comment: <!-- news is not a plugin module -->
So what can it be? Maybe module-core incompatibility?
I appreciate any help!
Julius