Jump to content

[solved]upgraded my prestashop 1.6.0.9 to 1.6.0.13 :-(


Recommended Posts

Hi, anytime you get blank screen you need to enable PS debug mode, learn how here:

https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information/

 

once you have the underlying php error it may be evident how to fix and if not you can search for that error using google as there may have already been a solution posted.

Link to comment
Share on other sites

uhm...ok...if they are different everytime that make it's a bit more difficult.

 

modify config/defines.inc.php

 

find this line and set to true.  Maybe we can see more information, i.e. who is calling what when error happens.  Note: when this is enabled all visitors will see information so make sure to set back to false after capturing the data.

define('_PS_DEBUG_PROFILING_', false);
Link to comment
Share on other sites

Try something...

In the BO > Advanced Parameters > Performance
1) Disable all the cache, enable force compile and save
2) Disable all overrides
3) Clear all the cache

In BO > Preferences > SEO & URLs
1) Disable Friendly URL an save
2) Enable Friendly URL an save

Finally delete all cache and cookies in your browser

Link to comment
Share on other sites

your host has a 30 second restriction on how long a process can execute for.  so any page that takes longer than 30 seconds is going to fail, that is why it appears 'random'

 

so increasing that setting to a higher value should help, however 30 seconds is a long time.  so really you should be working with your hosting provider to understand why things are taking so long.  I assume you are on a shared hosting platform, one that is not very well tuned for Prestashop.  It may be time to find a new hosting provider

Link to comment
Share on other sites

if suggestions offered are above your skill level, i.e. debug/profiling etc.  then as suggested you will need someone to look at it more closely.  

Please respond by quoting all advices, i.e. is this on test shop or did you upgrade your production shop.

Re-asking why it doesn't work does not help. :)

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