Jump to content

[solved] 500 internal server error regenerating thumbs


Recommended Posts

thanks, but i know where my php.ini file is

 

this is the content:

[PHP]
engine = On
date.timezone = Europe/Rome
magic_quotes_gpc = Off
upload_max_filesize = 32M
max_input_vars = 5000
max_execution_time = 1600
post_max_size = 256M
memory_limit = 256M

suhosin.get.max_vars = 10000;
suhosin.post.max_vars = 10000;

i added those 2 last vars reading your article, don't know what they are :)

Link to comment
Share on other sites

thanks, but i know where my php.ini file is

 

this is the content:

[PHP]
engine = On
date.timezone = Europe/Rome
magic_quotes_gpc = Off
upload_max_filesize = 32M
max_input_vars = 5000
max_execution_time = 1600
post_max_size = 256M
memory_limit = 256M

suhosin.get.max_vars = 10000;
suhosin.post.max_vars = 10000;

i added those 2 last vars reading your article, don't know what they are :)

 

Well, you need those depending on your Hosting Provider's server set up. It does not hurt to add them just in, case. Okay great, ask your host for the PHP error log and we'll fix this issue.

Link to comment
Share on other sites

here is a very good link (and free !)

ok for presta 1.6.0.8

 

https://github.com/meetjey/imageRegeneratorPrestashop

 

:wub:

 

:D

thanks. i solved this that (i'm on 1.6.0.6)

 

 

anyway my hosting said that timeout error should be the 120second limit of fastCGI execution time.

maybe this info could be useful for the admins..

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

×
×
  • Create New...