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.
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.
The site was updated using the Concrete5 interface. The client does not have access to FTP. Could permissions still be affected?
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...
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...
That worked great. Thank you!
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?
Check that you have
in your footer
<?php Loader::element('footer_required'); ?>
in your footer
It worked! Thak you so much ;0)
Does this happen often?
C5 breaking?
C5 breaking?
Very very rarely, and always somewhat easily solved.
Thank you :0]
It sounds like the new core is corrupt?
Greg suggests that permissions might be off for the file it's trying to include?