Client updated his site and broke it.

Permalink
My client tried to update his site last night and now his site will not load. upon launch it gives the following error:

Fatal error: Class 'Loader' not found in /home/site/domains/domainname/public_html/updates/concrete5.4.2.2/concrete/dispatcher.php on line 23

In the above error I replaced his server information and URL with site and domainname.

Any help would be greatly appreciated. Thank you.

 
frz replied on at Permalink Reply
frz
How was the update run? Did you do the automatic download from within the dashboard or did they FTP up the new core or something? That could result in a partial file?

It sounds like the new core is corrupt?
Greg suggests that permissions might be off for the file it's trying to include?
greenworldpath replied on at Permalink Reply
The site was updated using the Concrete5 interface. The client does not have access to FTP. Could permissions still be affected?
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
There have been problems with auto update recently so I would advice against using it, instead do this,
download the update package from this website,
unzip the package and ftp it into the root/updates/ folder,
then run this file from your browser,
http://www.yoursite.com/index.php/tools/required/upgrade...
make sure you backup your database before updating just in case..

If you need to re-run the update file use this code
http://www.yoursite.com/index.php/tools/required/upgrade?force=1...
greenworldpath replied on at Permalink Reply
That worked great. Thank you!
artnvision replied on at Permalink Reply
I had problems too and tried this, but now when i login, I don't get a editing menu at the top. I just looks like I didn't login at all. I upgradet to concrete5.5.2.1. Does anyone know what I can do to get the menu back?
pvernaglia replied on at Permalink Reply
pvernaglia
Check that you have
<?php   Loader::element('footer_required'); ?>

in your footer
artnvision replied on at Permalink Reply
It worked! Thak you so much ;0)
webnut replied on at Permalink Reply
webnut
Does this happen often?
C5 breaking?
Ekko replied on at Permalink Reply
Ekko
Very very rarely, and always somewhat easily solved.
webnut replied on at Permalink Reply
webnut
Thank you :0]