After I click on 'Manage Product Images' and the box appears, if I try to click on any of the tabs, “Fatal error: Maximum execution time of 30 seconds exceeded in /home/yourjme/public_html/shop/wp-includes/media.php on line 428″ and I am unable to add any images to the product page.
Line 428 is
imagecopyresampled( $newimage, $image, $dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h);
I’m not sure how to fix this issue, and would really appreciate any feedback! Thanks!