MyBB Community Forums

Full Version: function_post.php error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So im trying to set the Postbit towards Classic via PHPMyAdmin but i get this error

"Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING) in /home/zentorot/public_html/inc/functions_post.php(653) : eval()'d code on line 12"

What i'm typing into PHPMyAdmin
"UPDATE mybb_users SET classicpostbit = '1' WHERE classicpostbit = '0' "

As well as the postbit messing up.

Why does this happen?
This means something in your postbit_classic template isn't correct. Most likely you are either missing a brace or a square bracket.
(2015-02-18, 02:36 PM)dragonexpert Wrote: [ -> ]This means something in your postbit_classic template isn't correct.  Most likely you are either missing a brace or a square bracket.

Thanks. I'll check this over and reply with the details.