Upgraded to 5.5.1 now I have no access to site - Is everything lost?

Permalink 1 user found helpful
I logged in and received the message saying that I needed to upgrade to 5.4.1

When I next logged in the site was almost empty so I click on the restore a backup button to get my site back to the previous build and now when I try to login or visit the site I get the following message.

Fatal error: Class 'Stack' not found in /hermes/waloraweb007/b2934/pow.simonandemmalouise/htdocs/ConnectTwo/concrete/models/collection.php on line 705

Can someone please please help me - I really hope I have not lost the entire build as it was due to go live this evening!!

 
stretchrt replied on at Permalink Reply
stretchrt
restoring a backup will just restore the database (which everything runs on), it won't revert you to a previous version. To do that, navigate to the root of your Concrete install (I'm guessing this may be the "ConnectTwo" folder), go into the config folder, and edit the site.php file. Delete the bit that says
<?php define('DIRNAME_APP_UPDATED', 'concrete5.5.1');?>
and you should be right to go again.

I'm also presuming that the backup you restored was one that you ran just prior to upgrading to 5.5.1?

Can't say for sure why your site was empty, but perhaps once you're back up and running that's something to look at then.
scibucks replied on at Permalink Reply
Thanks will try it now
scibucks replied on at Permalink Reply
Ok I went back to the site and it has sorted itself - files just appeared, some out of place - no big deal.

However when I go through admin log in to sign in there is no dashboard or way to edit the site.

Can you help me a little further please
stretchrt replied on at Permalink Reply
stretchrt
sounds like it could be the footer issue

in your theme's footer.php, make sure this line is there just before the </body> tag
<?php  Loader::element('footer_required'); ?>
scibucks replied on at Permalink Reply
I am really new to sorting this out. how would I get to the footer.php?

When i go through my file manager there doesn't seem to be a theme file...hmmmm?
stretchrt replied on at Permalink Reply
stretchrt
Ok, do you know what theme your site is using?
scibucks replied on at Permalink Reply 1 Attachment
Hi sorry for the delay - I am not sure what theme it is using - I think it may be the default theme.

However I am now get an error message when I click admin log in - I have attached a pic - there is a lot of writing on the screen so maybe it will provide you or someone else with the inforamtion that I dont know hehe
stretchrt replied on at Permalink Reply
stretchrt
getting a bit beyond me now - something's not being found though. You could maybe try doing a manual upgrade to 5.5.1 though and see if that works