Hi there,
I am having a strange problem. I have a bunch of sites that have similar content (text, images, map markers), but I am not able to edit two specific pages in the backend. I always get the following error (or 503 service unavailable):
Maximum execution time of 30 seconds exceeded (Zeile 520 in [...]/wire/core/Pageimage.php)
Line 520 in Pageimage.php:
$imagick->readImage($filename);
All of the images used on all of the pages are SVG drawings and I have no clue why there are no problems with the majority of pages but just two of them. Maybe one of you guys has experienced a similar problem with ImageMagick and SVGs?
I have debug mode enabled, but I only get these errors and nothing more specific. Is there any smart way to find the source of the error?
In the assets folder for all of the pages there are only SVGs so I expect no conversion to be done. If no conversion is happening, why would the script run into the max execution time?
I appreciate your thoughts on this.
Cheers,
Flo