MyBB Community Forums

Full Version: Display User Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
My member.php gives me this error when displaying a user:
PHP Parse error: syntax error, unexpected ')' in /home/xxx/public_html/member.php(2697) : eval()'d code on line 11

You this is what line 11 is:
define('IN_MYBB', 1);

So what's the problem?
Quote:member.php(2697) : eval()'d code on line 11
what are you adding to member_profile template ? you have to check for the syntax error in that content