Page 1 of 1

Bug in custom copyright - SOLVED

Posted: Fri Nov 30, 2007 11:24 pm
by starbits
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.

Re: Bug in custom copyright?

Posted: Fri Nov 30, 2007 11:51 pm
by starbits
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)"

Re: Bug in custom copyright?

Posted: Sat Dec 01, 2007 8:19 am
by alby
starbits wrote: I have found another tag which does not work as part of the standard installation:  {user_agent}.
Check this or update to 1.2.2

Alby

Re: Bug in custom copyright?

Posted: Sat Dec 01, 2007 8:48 am
by RonnyK
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

Re: Bug in custom copyright?

Posted: Sat Dec 01, 2007 2:24 pm
by starbits
Thanks to both of you!