PDA

View Full Version : thumbnails error


lightplay
11-25-2005, 01:54 AM
Hi, I use the copy_folder.php addon to upload pictures. Pictures are getting uploaded nicely but then when I hit the button to create thumbnails it doesn't work. It worked fine before...

Error I get:

Fatal error: Maximum execution time of 30 seconds exceeded in /home/.salamaller/lightplay/lightplay.ca/includes/functions.php on line 73

Thanks a lot.

Joe[y]
11-25-2005, 07:00 AM
your server is setting a maximum time on file executions. ie, it's only allowing you 30 seconds to make all the thumbnails and 30 seconds is not enough time to do this. ask your host to change this is my suggestion.

i think the limit had already been removed on pixelposts side...

tinyblob
11-25-2005, 08:18 AM
After v1.5 i'm going to have a look at modifying the copy_folder addon to thumbnail the images in "bursts" to resolve this problem for future users. It's a shame to have to alter your webserver settings.

lightplay
11-25-2005, 02:26 PM
Looks like I was able to fix this by installing another add-on.... found here:

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

Thanks guys.

raminia
11-26-2005, 09:53 AM
I've fixed that addon before.
check out a newer version of copy folder here
http://pixelpost.org/v1/index.php?x=downloads&details=102

this will not give maximum execuation time error.