Jump to content

New Instalation Of Version 1.5.3.1 Blank Page Front Office


Recommended Posts

Good Afternoon all

 

currently have just installed Prestashop 1.5.3.1 on a fresh install on new hosting, it installed no problem I can access the back office but when i goto the front office it is blank.

 

I have searched around found the treads about turing the error log on but cannot locate it in the config file

 

any help would be great

 

best regards

Link to comment
Share on other sites

open defines.inc.php file _PS_MODE_DEV_ change it to true and make sure that display_errors is "on" in:

 

define('_PS_MODE_DEV_', false);
if (_PS_MODE_DEV_)
{
@ini_set('display_errors', 'on');
define('_PS_DEBUG_SQL_', true);
/* Compatibility warning */
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true);
}

Link to comment
Share on other sites

Hi

 

URL of the store would be good so we can check if the problem is there for us

 

This is how you switch on errors with 1.5.3

 

1. You need to know the error

for 1.5.3

modify config/defines.inc.php. to

 

define('_PS_MODE_DEV_', true);

 

SNAP :)

Edited by Guest (see edit history)
Link to comment
Share on other sites

Probably

 

Rather than delete it though I would rename it to indexold.html then if anything goes wrong just rename it back

 

Fairly certain it will be fine though

Link to comment
Share on other sites

×
×
  • Create New...