Prestashop front-end stuck in maintenance mode ?
Back-end says shop is enabled but front-end is stubbornly stuck in maintenance mode ? Going crazy ? Don't panic!
Look into your Prestashop database, specifically the ps_configuration table.
You might get something like this:
Look into your Prestashop database, specifically the ps_configuration table.
select * from ps_configuration where ps_configuration.name = 'PS_SHOP_ENABLE';
You might get something like this:
+------------------+---------------+---------+----------------+-------+---------------------+---------------------+