Prestag0od Posted May 23, 2017 Share Posted May 23, 2017 Trying to create the cache the front page reply with timeout error from the server due to a small max_execution_time in php settings that is 120 now. Maybe because is trying to make the thumbnails of the images from the many products. I am in shared hosting and there is no possibility to change max execution time. Is there any setting in prestashop or some Module that solves this problem? Link to comment Share on other sites More sharing options...
selectshop.at Posted May 23, 2017 Share Posted May 23, 2017 No there is no module or other thing you can do. The creation of pictures is a core feature and not controlled by module. The professional use of Prestashop requires a better hosting package as a cheap shared hosting. Change your hosting package. The ideal value for max_execution_time and max-input_time are 300. What you can give a try is: 1) reduce the images size before, or 2) simply don't add images by mass and only one by one. Link to comment Share on other sites More sharing options...
Prestag0od Posted May 24, 2017 Author Share Posted May 24, 2017 No there is no module or other thing you can do. The creation of pictures is a core feature and not controlled by module. The professional use of Prestashop requires a better hosting package as a cheap shared hosting. Change your hosting package. The ideal value for max_execution_time and max-input_time are 300. What you can give a try is: 1) reduce the images size before, or 2) simply don't add images by mass and only one by one. I have access in all products and categories. I cannot only open my home page. Any idea? Link to comment Share on other sites More sharing options...
selectshop.at Posted May 25, 2017 Share Posted May 25, 2017 Activate debug mode and read the errors you are having on front-office site. https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/ 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