Jump to content

Help: can't access front office


Recommended Posts

in this case you have to turn on error reporting - then you will see more informations what and where doesnt work

open config/defines.inc.php

 
find this line
define('_PS_MODE_DEV_', false);
change to look like this:
define('_PS_MODE_DEV_', true);
Link to comment
Share on other sites

  • 6 months later...

HI Vekia

 

The same happened to me , so I did what you suggested, and now the error is as follows.:

 

Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\prestashop\classes\db\DbPDO.php on line 91

 

Could you help me here ?

 

Thanks

Link to comment
Share on other sites

  • 3 months later...

increase the max execution script time in php.ini file

I have this same problem. it occurs only after i uploaded my combinations csv around 5000 total combinations. I have set my php.ini max execution timer to -1 and the page is still not loading. 

 

I doubt the connection is slow I have Xampp prestashop installed on a 4gig Ramdisk via  localhost.

 

Hmm seems the page just loaded up after about 2 min's. 

Edited by bigyiin (see edit history)
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...