Page 1 of 1

[SOLVED] Problem with user-defined tags and predefined shown twice in list

Posted: Mon Nov 26, 2007 3:23 pm
by tkeil69575
Hi all,

Im using the new 1.2.1 Version for a new project for the first time today.

I created a new user-defined tag called "test". It has the following content

echo $_SERVER["HTTP_USER_AGENT"];

I then added the tag {test} to one of my pages and the result I get is:

string(121) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag 'test' (Smarty_Compiler.class.php, line 590)"

This error only shows once, then it does not show again, but my user-defined tag never shows. Anyone had this problem before? The installation went perfect and everthing else seems ok, exept that all predefined tags are shown in the tag list twice ... (see attachement).

tina

Re: Problem with user-defined tags and predefined shown twice in list

Posted: Tue Nov 27, 2007 11:35 am
by tkeil69575
Hi again,

I did a complete fresh install for test purposes and the problems described above persist. The worst for me is that any user-defined tags wont work ... can someone please confirm or check this problem?

My system is:
Linux Server
PHP Version 5.1.2
MySQL 5.0.18

regards
Tina

Re: Problem with user-defined tags and predefined shown twice in list

Posted: Tue Nov 27, 2007 11:37 am
by RonnyK

Re: Problem with user-defined tags and predefined shown twice in list

Posted: Tue Nov 27, 2007 11:38 am
by tkeil69575
ahh, thanks ronny !
you're my man of the day :)

tina

Re: [FIXED] Problem with user-defined tags and predefined shown twice in list

Posted: Tue Nov 27, 2007 11:45 am
by RonnyK
Tina,

more important, did it fix your issue? If so, please mark the subject as [solved].

Ronny

Re: [FIXED] Problem with user-defined tags and predefined shown twice in list

Posted: Tue Nov 27, 2007 2:30 pm
by tkeil69575
yes, it solved my problems fully.
thanks tina