Opened 5 years ago
Last modified 5 years ago
#48513 new defect (bug)
Maximum execution time of 600 seconds exceeded in /var/www/html/releases/20191106150212/wp-includes/class-wp-image-editor-imagick.php on line 155
Reported by: | mattiasf | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
When running wp media regenerate --only-missing --image_size=lazy it fails after 6490 entries.
It fails with the following error:
6490/15784 No "lazy" thumbnail regeneration needed for "model13-32" (ID 35894). PHP Fatal error: Maximum execution time of 600 seconds exceeded in /var/www/html/releases/20191106150212/wp-includes/class-wp-image-editor-imagick.php on line 155 Fatal error: Maximum execution time of 600 seconds exceeded in /var/www/html/releases/20191106150212/wp-includes/class-wp-image-editor-imagick.php on line 155
If I go to the specific image (that I THINK is failing, model13-32) and then click "rebuild thumbnail" inside WordPress it works just fine.
Hmmm..
Change History (2)
Note: See
TracTickets for help on using
tickets.