View Single Post
Old March 18th, 2008, 02:15 AM   #10 (permalink)
Ronseal
Member
Verified Customer
 
Join Date: Oct 2007
Posts: 66
When I'm using 'Rebuild all medium images' I'm getting part way through the job and it fails on the same image with a similar error!
Quote:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/my_site/public_html/gallery/image-inc.php on line 140
Has anybody any suggestions on a possible solution please?

Line 140 in image-inc.php reads as follows:
Quote:
ImageCopyResampled( $full_id, $src_img, 0,0, 0,0, $new_width, $new_height, $FullImage_width, $FullImage_height );
Ronseal is offline   Reply With Quote