Jump to content

[solved] After update to 1.5.4.1 i got blank home page


Recommended Posts

turn on error reporting

 

/* Debug only */
define('_PS_MODE_DEV_', false);	

 

you have to change it to:

 

 

/* Debug only */
define('_PS_MODE_DEV_', true);		  

 

 

and if some error appear, please paste it here

im convinced that this will be helpfull for me and for other community members

Link to comment
Share on other sites

I updated to 1.5.4.1 and now HOME page is BLANK.

Even I change the themes nothing change.

 

I can access only product pages (http://vsenaravno.si/)

 

How to fix that?

 

I didn't make backup :(

I'm so so ... said.

 

Hopefully your hosting provider made a backup, and the errors can tell you more.

 

Make sure to follow the upgrade guide next time!

Link to comment
Share on other sites

This error means, that somewhere in the code the Category.php was added twice (include instead of require_once). In practice, unfortunately it is difficult to say where exactly.

 

 

i've got one question:

  1. there are some other errors?
  2. Your webhosting provider has got backup service? (Follow Benjamin suggestion)

Link to comment
Share on other sites

There is no other errors on page ... I already write to hosting company for backup, if ...

 

In backoffice i have msg: Unable to check files for the installed PrestaShop version ...

 

I hope I will get backup ....

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