adelle Posted September 12, 2013 Share Posted September 12, 2013 Hi! I've succesfully installed PS 1.5.5.0 but when I click to go to "my store" I get a message that says there has been an error with the server. I'll appreciate if someone could help me with this! thank you very much, Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2013 Share Posted September 12, 2013 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 More sharing options...
adelle Posted September 15, 2013 Author Share Posted September 15, 2013 thanks a lot! Link to comment Share on other sites More sharing options...
vekia Posted September 15, 2013 Share Posted September 15, 2013 so, any error message appeared? Link to comment Share on other sites More sharing options...
paudionis Posted April 1, 2014 Share Posted April 1, 2014 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 More sharing options...
NemoPS Posted April 2, 2014 Share Posted April 2, 2014 Seems like the site/db connection is slow, on which pare are you getting that? Prestashop version? Link to comment Share on other sites More sharing options...
paudionis Posted April 2, 2014 Share Posted April 2, 2014 Hi Nemo, I'm using PS 1.5.6.1,I don't know what you mean about the pare... I get this messege whenever I try to see the front office by clicking "view my shop" I really appreciate any help you can provied. . Link to comment Share on other sites More sharing options...
vekia Posted April 2, 2014 Share Posted April 2, 2014 increase the max execution script time in php.ini file 1 Link to comment Share on other sites More sharing options...
NemoPS Posted April 4, 2014 Share Posted April 4, 2014 Sorry, I meant "page", typo Try what vekia suggested Link to comment Share on other sites More sharing options...
bigyiin Posted July 12, 2014 Share Posted July 12, 2014 (edited) 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 July 12, 2014 by bigyiin (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted July 12, 2014 Share Posted July 12, 2014 there can be some other restriction for example: - maximum upload size - maximum POST param size or your host doesnt allow to alter settings of php... 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