After downloding new version, website gone!
Permalink
Yesterday i upgraded as suggested to a new version of concrete5 (i think it was 5.7 ) and now are website is totally blank! And i am not able to reach any (login)page.
Can anybody please help us?
Can anybody please help us?
Hello MrKDilkington,
Thanks for reacting.
I do not know what version i downloaded. It was the version recommended by Concrete5 when i logged in. I know it was 5sometihing (5.6 or 5.7?)
I had to click on download, so i presume it was a manual upgrade.
And i do not seem to have any backups, i thought this was done automaticly in the website itself.....
Thanks for reacting.
I do not know what version i downloaded. It was the version recommended by Concrete5 when i logged in. I know it was 5sometihing (5.6 or 5.7?)
I had to click on download, so i presume it was a manual upgrade.
And i do not seem to have any backups, i thought this was done automaticly in the website itself.....
Your web host should have a backup of your site.
I would contact them about getting a copy that was created before the day you updated.
I would contact them about getting a copy that was created before the day you updated.
Do you have a FTP program? If so check in site.php.
There is a line <?php define('DIRNAME_APP_UPDATED', 'concrete5.x.x.x');
I think if you removing that line it will take the previous / original version of Concrete5 or edit it for example:
<?php define('DIRNAME_APP_UPDATED', 'concrete5.6.1.2');
to 1 version below.
<?php define('DIRNAME_APP_UPDATED', 'concrete5.6.1.1');
There is a line <?php define('DIRNAME_APP_UPDATED', 'concrete5.x.x.x');
I think if you removing that line it will take the previous / original version of Concrete5 or edit it for example:
<?php define('DIRNAME_APP_UPDATED', 'concrete5.6.1.2');
to 1 version below.
<?php define('DIRNAME_APP_UPDATED', 'concrete5.6.1.1');
What version of concrete5 were you upgrading from?
How did you upgrade, was it manual or through an automated installer?
Do you have any backups?