MyBB Community Forums

Full Version: User Control Panel Error - Please Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whenever a user of my new forum

http://forum.spsource.net

is trying to update his/her user control panel, he/she gets this error.

Parse Error Wrote:Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /storage/mijndomein/users/057063/public/sites/forum.spsource.net/inc/datahandlers/user.php on line 800

What do I need to update/change on line 800 in /inc/datahandlers/user.php

?

The content of that line is:

"regdate" => intval($user['regdate']),

What do I need to change?

~KK
I replaced the old user.php file with a user.php file from the mybb_124 zip file, and now I get this:

another error Wrote:Fatal error: Class 'DataHandler' not found in /storage/mijndomein/users/057063/public/sites/forum.spsource.net/inc/datahandlers/user.php on line 16

The content of line 16 is: class UserDataHandler extends DataHandler

Please help me!!!
Just re upload all your files excluding inc/config.php and inc/settings.php
Please make sure when you upload the .php files to your server that you're uploading in ASCII/text mode in your FTP client (as opposed to Binary mode)