Jump to content

Blank page on FO after installing 1.4.6.2


Recommended Posts

Hi all, my installer went through everything ok, no problems there, but after installation I can log on to the back-office ok, but the front-office just takes a long time to load and then stops with a blank white page - directory prestashop with php files without errors.

 

memory_php 128MB

Server information

 

Prestashop version: 1.4.6.2

Server information: Windows NT build 6002 (Windows Vista Business Edition Service Pack 2) i586

Server software version: Apache/2.2.17 (Win32) PHP/5.3.8

PHP version: 5.3.8

MySQL version: 5.5.19

Store information

 

Shop URL: http://localhost/prestashop/

Current theme in use: prestashop

Mail configuration

 

Mail method: You are using the PHP mail() function.

Your information

 

Your web browser: Mozilla/5.0 (Windows NT 6.0; rv:9.0.1) Gecko/20100101 Firefox/9.0.1

AdminInformation.gif Check your configuration

Required parameters: OK

Optional parameters: OK

Link to comment
Share on other sites

Guest Stephen Bromfield

Hi bolen,

 

Go to your config folder and edit your config.inc.php. The lines that look like this:

 

@ini_set('display_errors', 'off');

define('_PS_DEBUG_SQL_', false);

 

change to:

@ini_set('display_errors', 'on');

define('_PS_DEBUG_SQL_', true);

 

reload the FO and report back any error that print out.

 

-Stephen

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