Jump to content

cant access backoffice after upgrade to 1.4 !!


Recommended Posts

Hi folks, i am making upgrade test on local.I succesfully upgraded from 1.3.1 to 1.4 final, but i cant access back office.

i deleted install folder and rename admin folder but back office page cannot be opened .I dont mean i couldnt login to admin panel.When i write localhost/adminxyz , even back office page cannot be opened.

I edited the lines in config.inc.php like below to see what the error is .

@ini_set('display_errors', 'on');
define('_PS_DEBUG_SQL_', true);


But even i cant see any error comments.What is the problem ? Any idea ?

Thanks .

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 2 weeks later...
  • 2 weeks later...

Hi all

I may have a solution for this. If you are testing on a local system but your live system used SSL then the local system will try to use SSL and fail. To get around this you need to disable ssl. Since you can not log in you will have to go to phpMyAdmin, find the ps_configuration table, look for PS_SSL_ENABLED and change the 1 to a 0 and save.

When you go live you will have to change the SSL back on from the BO.

Link to comment
Share on other sites

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