Error when logging in

Permalink
I am getting an error message after I hit the login button.

Fatal error: Class 'Concrete5_Model_UserInfo' not found in /home/percep9/public_html/updates/concrete5.6.2.1_updater/concrete/models/userinfo.php on line 4


I checked and the file userinfo.php is on the server, and looks like this:

<?php 
defined('C5_EXECUTE') or die("Access Denied.");
class UserInfo extends Concrete5_Model_UserInfo {}


Any help fixing this login issue would be great. I don't know where to go from here.

perceptivecreative
 
Darragi replied on at Permalink Reply
Check if "/home/percep9/public_html/updates/concrete5.6.2.1_updater/concrete/core/models/userinfo.php" exist or not.
perceptivecreative replied on at Permalink Reply
perceptivecreative
That is the first thing I did. The file is there. The second code sample in my post is what was in the referenced file.
Darragi replied on at Permalink Reply
From when the problem appear?
Does it appear after upgrading concrete core?changing server??
perceptivecreative replied on at Permalink Reply
perceptivecreative
I had some trouble updating C5, but I ironed that out. Then my web host had a crash, and some of the files on my site were permanently deleted. I uploaded my most recent backup, and the website was back up and working, however I can't login to the backend.