slowbroo Posted April 12, 2011 Share Posted April 12, 2011 Hello! I have accidentally activated ssl on my shop. Now I can't get into my backoffice to turn it off. Anyone know a way to solve this? I would rather not like to reinstall my shop. Thanks in advance! Link to comment Share on other sites More sharing options...
bonbontamura Posted May 4, 2011 Share Posted May 4, 2011 did you find the solution?I also have the same problem. i thought the ssl certificate is already installed Link to comment Share on other sites More sharing options...
AlexSZD Posted May 23, 2011 Share Posted May 23, 2011 Hey, the solution is very straightforward, if you can access to the database. Just execute this query:update ps_configuration set value=0 where name='PS_SSL_ENABLED';And you'll be able to enter to the admin panel (clear cache first or use another browser) Link to comment Share on other sites More sharing options...
RJ Blæk & Toner Posted June 24, 2011 Share Posted June 24, 2011 hiTried ur solution but get this in phpadminErrorSQL query:UPDATE ps_configuration SET value =0 WHERE name = ‘PS_SSL_ENABLED’MySQL said: #1054 - Unknown column '‘PS_SSL_ENABLED’' in 'where clause' and still cant login???Rene Johnsen Link to comment Share on other sites More sharing options...
AlexSZD Posted June 27, 2011 Share Posted June 27, 2011 I cannot try that, but it seems that the query has some syntax errors. I bet that tildes are not correct. Please, re-type the query, don't paste from the browser hiTried ur solution but get this in phpadminErrorSQL query:UPDATE ps_configuration SET value =0 WHERE name = ‘PS_SSL_ENABLED’MySQL said: #1054 - Unknown column '‘PS_SSL_ENABLED’' in 'where clause' and still cant login???Rene Johnsen Link to comment Share on other sites More sharing options...
stevell Posted March 21, 2014 Share Posted March 21, 2014 Change the ' to " and it will work. UPDATE ps_configuration SET value =0 WHERE name = "PS_SSL_ENABLED" 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