Jump to content

500 server error after update


Recommended Posts

That could mean you have an incompatible module. You can turn on error reporting to find out which one it is.

 

prestashop\config\defines.inc.php

 

Set line 28,

define('_PS_MODE_DEV_', false);

 

Set this to "true"

define('_PS_MODE_DEV_', true);

 

Reload your page. You'll now see an error message.

 

You may need to rollback an uninstall the module. It depends on the module.

 

Let us know what error message you are receiving.

Link to comment
Share on other sites

Seems to be a theme related error. Looks like the update did something to the default theme. I manuly downloaded the 1.6 version and uploaded the new default theme and although not old default theme I liked is non the less working again.

  • Like 1
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...