Page 1 of 1

CMSMS 2.1.6 UDT Error...

Posted: Thu Jun 15, 2017 11:56 am
by Ellroy
Every time i try and create a user defined tag i get this error without a doubt if i dont put any tags and just simply clean text e.g if i type just "test" it will say the error is on line 2

invalid code entered.
Parse error: syntax error, unexpected '<' in /home/exobullkc/public_html/admin/editusertag.php(87) : eval()'d code on line 1

Re: CMSMS 2.1.6 UDT Error...

Posted: Thu Jun 15, 2017 6:59 pm
by Rolf
Ellroy wrote:i dont put any tags and just simply clean text e.g if i type just "test" it will say the error is on line 2

invalid code entered.
Valid would be

Code: Select all

echo 'test';

Re: CMSMS 2.1.6 UDT Error...

Posted: Thu Jun 15, 2017 7:52 pm
by velden
And do NOT use <?PHP tag in a UDT