andersonj10 Posted June 28, 2021 Share Posted June 28, 2021 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 More sharing options...
andersonj10 Posted June 28, 2021 Author Share Posted June 28, 2021 When I log in as administrator it takes me to this page. I can never get to the admin area. Link to comment Share on other sites More sharing options...
musicmaster Posted June 28, 2021 Share Posted June 28, 2021 On 6/28/2021 at 1:05 AM, 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. Expand 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 More sharing options...
andersonj10 Posted June 29, 2021 Author Share Posted June 29, 2021 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. When I try to log into the dashboard, This is as fare as I go Link to comment Share on other sites More sharing options...
musicmaster Posted June 29, 2021 Share Posted June 29, 2021 INTL_IDNA_VARIANT has something to do with your ICU version. See https://github.com/PrestaShop/PrestaShop/pull/11995 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now