LucasV Posted June 2, 2015 Share Posted June 2, 2015 Hi, I'm having some problems with my Prestashop account. When I go to the website: http://vollemq75.seventyfive.axc.nl everything is blank. Also the admin page appears blank. Does anyone else have this problem? Does anyone know the fix for this? I have tried to reset with a backup but that did not work either. Thank you very much. Lucas Link to comment Share on other sites More sharing options...
selectshop.at Posted June 2, 2015 Share Posted June 2, 2015 (edited) Which kind of account should be the link for ? Is it your shop-admin ? It is a strange link.... Edited June 2, 2015 by selectshop.at (see edit history) Link to comment Share on other sites More sharing options...
LucasV Posted June 2, 2015 Author Share Posted June 2, 2015 This is the link to The Frond end. The website that is open to everyone. Link to comment Share on other sites More sharing options...
selectshop.at Posted June 2, 2015 Share Posted June 2, 2015 Activate debug mode:https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/ and read the errors your page are having. Link to comment Share on other sites More sharing options...
vekia Posted June 2, 2015 Share Posted June 2, 2015 blank page = errors in this case it's necessary to turn on error reporting: prestashop max v1.5.3 open file: config/config.inc.phpfind 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 More sharing options...
LucasV Posted June 3, 2015 Author Share Posted June 3, 2015 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 More sharing options...
vekia Posted June 4, 2015 Share Posted June 4, 2015 have you got an access to your database? this problem started to appear without any reason? Link to comment Share on other sites More sharing options...
selectshop.at Posted June 5, 2015 Share Posted June 5, 2015 Try to disable APC Cache on the file /config/settings.inc.php by commenting it: #define('_PS_CACHING_SYSTEM_', 'CacheApc'); Seems that you APC module is not installed on server, or it is broken. Link to comment Share on other sites More sharing options...
LucasV Posted June 6, 2015 Author Share Posted June 6, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now