Jump to content

Help! White screen when accessing the front office from another browser.


Recommended Posts

Hi, 

 

I've set up Prestashop on a staging server.

 

When I try to share the front-end link so others can see it or even try to preview it myself in a different browser than that which I've signed into the back office with, a blank white page is shown.

 

I have tried setting the memory limit in php.ini to a larger number based on research.

 

What could I be missing?

 

Thanks 

Link to comment
Share on other sites

Do you have some modified core files on your store? It doesn't seem to be an issue of memory limit. As suggested by #Nemo1 you should check the error by enabling developer mode in /config/defines.inc.php

 

How to enable dev mode:

 

1. Edit file /config/defines.inc.php

2. And replace 

define('_PS_MODE_DEV_', false);

with

define('_PS_MODE_DEV_', true);

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