Jump to content

Blank screen error (1.6)


Recommended Posts

blank page = errors

in this case it's necessary to turn on error reporting:

 

prestashop max v1.5.3

open file: config/config.inc.php
find this line: @ini_set('display_errors', 'off');

change to look like this: @ini_set('display_errors', 'on');

 

 

 

prestashop above v1.5.3

open: config/defines.inc.php

find this line: define('_PS_MODE_DEV_', false);

change to look like this: define('_PS_MODE_DEV_', true);

 

source: cart-help

Link to comment
Share on other sites

Hi,

 

First of all, Thanks for helping.

 

My first guess is that this has something to do with the memory limit or something? 

 

Fatal error: Call to undefined function apc_cache_info() in /home/vollemq75/domains/vollemq75.seventyfive.axc.nl/public_html/classes/cache/CacheApc.php on line 37

 

ps: Yes, the domain name is really weird, but it's a temporary one until we move to our new webshop!

Link to comment
Share on other sites

Seems that the APC cache module was broken. 

We changed the module to memecache and it was fixed.

 

I'll contact the server admins so they can check why the APC is not working.

Thanks for the 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...