Jump to content

SSL deactivation


slowbroo

Recommended Posts

  • 3 weeks later...
  • 3 weeks later...

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

  • 1 month later...

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

hi

Tried ur solution but get this in phpadmin


Error

SQL 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

  • 2 years later...

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...