PDA

View Full Version : Maximum execution when re-generating the thumbs


John
11-04-2005, 09:55 AM
High there,
Got a problem when I want to re-generate the thumbnails from the admin / options / thumbnails :
Fatal error: Maximum execution time of 10 seconds exceeded in /home/www/db42903f11964a7206bcc6bf748cb626/web/photos/john/includes/functions.php on line 73

Too sad cause I'd like to change the size of the thumbs :rolleyes:

garethm
11-04-2005, 11:31 AM
This is probably an ISP-dictated limit. It might be possible to override their setting though, but you would need to be able to get a copy of your ISP's php.ini file. If you have a shell access to your hosting provider, log in and see if there's a copy in /etc/

if there is, copy it into your PP directory.

Edit it. You should find a section headed "Resource Limits"

Find max_execution_time and set it to something like "30", then try to regenerate your thumbnails again.

John
11-04-2005, 03:14 PM
thx for the answer,
unfortunatly it's not possible to boost the limitation on my ISP.. too sad ..

GeoS
11-04-2005, 03:37 PM
There is an addon written by me which solves your problem.

Its here:
http://pixelpost.org/v1/index.php?x=downloads&details=71

John
11-05-2005, 09:31 AM
wow, groovy, thx alot, I'm gonna try it thx