Jump to content

Error regenerating thumbnails...


Recommended Posts

Hello,

 

When i regenerate thumbnails, I usually receive this error:

Internal Server Error

 

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

 

What does it mean?

 

PS 1.5.4, responsive theme.

 

Thanks.

Link to comment
Share on other sites

  • 1 month later...

I am also having this problem. If you can access to php.ini, you can extend the memory limit and timeout.

;;;;;;;;;;;;;;;;;;;

; Resource Limits ;

;;;;;;;;;;;;;;;;;;;

 

 

max_execution_time = 600 ; Max execution time, in seconds

max_input_time = 600 ; Max parsing request time in seconds

memory_limit = 256M ; Max memory a script may consume

max_input_vars = 3000; Max number of Post variables

suhosin.post.max_vars = 3000;

suhosin.request.max_vars = 3000;

 

If you have no access, have to ask from your host service. While I am waiting for their support, I am looking for another way out too.

Link to comment
Share on other sites

×
×
  • Create New...