Jump to content

Site stuck in maintenance mode


andersonj10

Recommended Posts

After my update failed I restored the host files and the db. The outward-facing site still shows " We'll be back soon. We are currently updating our shop and will be back really soon. Thanks for your patience.". When I log in as admin I get no errors but I go to the same display. 

How do I get the site out of maintenance here are some thing I have tried;

UPDATE variable SET value = 'i:0;' WHERE name= 'maintenance_mode';

 

DELETE FROM cache_bootstrap WHERE cid = 'variables'

MySQL said: Documentation

#1146 - Table 'httptwin_tcl.cache_bootstrap' doesn't exist

 

UPDATE variable SET value = 's:1:"0";' WHERE name= 'maintenance_mode'

MySQL said: Documentation

#1146 - Table 'httptwin_tcl.variable' doesn't exist

 

I can't find the variable that is being used to store the maintenance_mode value.

Link to comment
Share on other sites

20 hours ago, andersonj10 said:

After my update failed I restored the host files and the db. The outward-facing site still shows " We'll be back soon. We are currently updating our shop and will be back really soon. Thanks for your patience.". When I log in as admin I get no errors but I go to the same display. 

How do I get the site out of maintenance here are some thing I have tried;

UPDATE variable SET value = 'i:0;' WHERE name= 'maintenance_mode';

 

DELETE FROM cache_bootstrap WHERE cid = 'variables'

MySQL said: Documentation

#1146 - Table 'httptwin_tcl.cache_bootstrap' doesn't exist

 

UPDATE variable SET value = 's:1:"0";' WHERE name= 'maintenance_mode'

MySQL said: Documentation

#1146 - Table 'httptwin_tcl.variable' doesn't exist

 

I can't find the variable that is being used to store the maintenance_mode value.

This puzzles me. It doesn't even come close.

Try the ps_configuration table and look for "PS_SHOP_ENABLE"

Link to comment
Share on other sites

Thanks. I changed the PS_SHOP_ENABLE value to 1 and I get in farther.  I still can't get to the admin area.  The database does not have a USER table.  I can not log into the

site.

  image.thumb.png.186ce2b1c63d4961b49ec5e35081ca46.png

When I try to log into the dashboard,

admin.JPG.0f6a5a7760fda4c178aeabb892c1d461.JPG

This is as fare as I go

admin2.JPG.1000ab6c6f2cf4a9c0fcad5b1fc4d51e.JPG

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...