TinyPortal
Development => Feedback => Bugs/Errors => Topic started by: manix on April 04, 2010, 07:23:58 AM
SMF 1.1.11 new
only
TinyPortal v1.0 beta 5 mod
Test PHP Code
echo $context['list_users_online'];
echo 'test';
echo "test";
After Save
echo $context[\'list_users_online\'];
echo \'test\';
echo \"test\";
error
Parse error: syntax error, unexpected T_NS_SEPARATOR, expecting T_STRING in D:\www\www.smf111.com\forum\Sources\Load.php(1742) : eval()'d code(48) : eval()'d code on line 1
This is a known BUG and Bloc is working on a fix.