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 );
|