MyBB Community Forums

Full Version: Admin CP error when changing User profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All

We recently moved a forum from one website to another including a new database.

Front end is working fine but when going into a User Profile and changing the password we get the following error

[b]Parse error: syntax error, unexpected '=', expecting ')' in  inc/datahandlers/user.php[/b] on line 1117

Line 1117 ""loginkey" => $user['loginkey'],"

Any help on this would be greatly appreciated

Thank you in advance

MATO

Quick update

Just changing the email address provides the same error

Is this a permissions issue?
have you manually added any code in that user.php file ?

run file verification tool from below location. what does it report ?
forum admin panel >> tools & maintenance >> file verification
(ignore reported images & ignore files reported from install folder & its sub-folders)
It found a problem with inc/datahandlers/user.php and reported as changed but has made no difference.

Will place a new user.php within the folder to see what happens

Resolved - Thank you
^ replacing that user.php file with the original file [link] should fix the issue
Yep that worked Smile