On a brand new clean install of CMSMS 1.2.1, I chose to include the sample data and layouts. The site installed properly but when I look at the footer I see:
Smarty error: [in globalcontent:footer line 1]: syntax error: unrecognized tag 'custom_copyright' (Smarty_Compiler.class.php, line 590).
I can easily avoid using the {custom_copyright} tag, but I thought I should report the problem.
Bug in custom copyright - SOLVED
Bug in custom copyright - SOLVED
Last edited by starbits on Sat Dec 01, 2007 2:24 pm, edited 1 time in total.
Re: Bug in custom copyright?
I have found another tag which does not work as part of the standard installation: {user_agent}.
The index.php?page=user_defined_tags gives the same error:
string(127) "Smarty error: [in content:content_en line 4]: syntax error: unrecognized tag 'user_agent' (Smarty_Compiler.class.php, line 590)"
The index.php?page=user_defined_tags gives the same error:
string(127) "Smarty error: [in content:content_en line 4]: syntax error: unrecognized tag 'user_agent' (Smarty_Compiler.class.php, line 590)"
Re: Bug in custom copyright?
Check this or update to 1.2.2starbits wrote: I have found another tag which does not work as part of the standard installation: {user_agent}.
Alby
Re: Bug in custom copyright?
starbits,
in the 1.2.1 release was a bug that caused problems with the tags/udts. If you check the sticky tpoic in General Help concerning "Known issues and fixes on 1.2.1", you'll find the fix. This is also fixed in 1.2.2 about to be released.
Ronny
in the 1.2.1 release was a bug that caused problems with the tags/udts. If you check the sticky tpoic in General Help concerning "Known issues and fixes on 1.2.1", you'll find the fix. This is also fixed in 1.2.2 about to be released.
Ronny
Re: Bug in custom copyright?
Thanks to both of you!