MyBB Community Forums

Full Version: Demo.Zynge.net
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was at demo.zynge.net and found out that going to bluSleek and clicking on a post gave you an error message as such:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/discuss4/public_html/zynge/demo/inc/functions_post.php(612) : eval()'d code on line 49
Thanks!
There appears to be something in the postbit template it doesn't like, look at the PHP variables in there and check they're all formed properly... sometimes something like {$mybb->user['uid'] instead of {$mybb->user['uid']} can cause this.
You're right, thanks!