Upgrades Problem
Permalink 1 user found helpful
Re: Oxford Seating .co.uk
My ISP in the UK, Heart Internet,upgraded their servers today and we lost a load of text. I tried a Restore through Concrete 5 and it went to a Fatal Error message.
I was advise by my ISP to upload the latest Concret 5 upgrade which I did. This restored the site but still without a load of text. The ISP informed me that there must be a PHP code issue but surely this should not happen with Concrete 5 as I am not writing any code myself.
Any ideas would be most welcome.
Regards,
David
david.lewis@oxfordseating.co.uk
My ISP in the UK, Heart Internet,upgraded their servers today and we lost a load of text. I tried a Restore through Concrete 5 and it went to a Fatal Error message.
I was advise by my ISP to upload the latest Concret 5 upgrade which I did. This restored the site but still without a load of text. The ISP informed me that there must be a PHP code issue but surely this should not happen with Concrete 5 as I am not writing any code myself.
Any ideas would be most welcome.
Regards,
David
david.lewis@oxfordseating.co.uk
Many thanks for this - working on it now - will advise
Thanks
David
Thanks
David
Sorry but can anybody advise me as to how to uninstall the latest upgrade so I can restore to an earlier point.
The text that I stated as lost is in fact there in edit mode within the blocks but does not appear on the page.
Thanks
David
The text that I stated as lost is in fact there in edit mode within the blocks but does not appear on the page.
Thanks
David
If the previous c5 code is present, you can change or delete the constant DIRNAME_APP_UPDATED in config/site.php.
Don't do this unless you also have a database backup for the site from the c5 version you are dropping back to. You will probably need to use phpMyAdmin to restore/import the backup because between editing config/site and making the restore, the c5 core you are using will probably be incompatible with the database.
Don't do this unless you also have a database backup for the site from the c5 version you are dropping back to. You will probably need to use phpMyAdmin to restore/import the backup because between editing config/site and making the restore, the c5 core you are using will probably be incompatible with the database.
So:
- Load the files for the version of C5 the backup was initially made from
- Make sure all the relevant /files subfolders for your site are in place
- Delete the content of the cache folder
- Then restore from the backup. The error could be that your site ran out of cpu resources during the restore, so it may be better to restore by importing the sql using phpMyAdmin.