Prestashop multistore – can’t get out of maintenance mode
After maintenance even though setting to shop to active, frontend still shows maintenance mode. This can occur when multistore is enabled.
Solution:
- Use for example phpMyAdmin to access the shop database
- Find the ps_configuration table
- Find all records with the name PS_SHOP_ENABLE and change them from ‘0’ to ‘1’ (there are probably more than one)