Errors Encountered: Skipped Attachment ID 58: Gateway Time-out
-
When trying to regenerate thumbnails using this plugin, the majority of files regenerate correctly. However, I am getting some errors that are all the same with different files. In wordpress gui using the regenerate thumbnails plugin, the error is:
Skipped Attachment ID 58: Gateway Time-out
I am running a LEMP server and have full access to my server. So when using wp-cli, and running the command
wp media regenerate 58 60 65 66
I am getting the following errors:Found 4 images to regenerate.
PHP Warning: unlink(/var/www/oddcake.net/wp-content/uploads/2020/02/geometric-3066080-300x169.jpg): Permission denied in phar:///usr/local/bin/wp/vendor/wp-cli/media-command/src/Media_Command.php on line 645 Warning: unlink(/var/www/oddcake.net/wp-content/uploads/2020/02/geometric-3066080-300x169.jpg): Permission denied in phar:///usr/local/bin/wp/vendor/wp-cli/media-command/src/Media_Command.php on line 645 PHP Warning: unlink(/var/www/oddcake.net/wp-content/uploads/2020/02/geometric-3066080-200x200.jpg): Permission denied in phar:///usr/local/bin/wp/vendor/wp-cli/media-command/src/Media_Command.php on line 645 Warning: unlink(/var/www/oddcake.net/wp-content/uploads/2020/02/geometric-3066080-200x200.jpg): Permission denied in phar:///usr/local/bin/wp/vendor/wp-cli/media-command/src/Media_Command.php on line 645
etc… etc..
How can I fix this plugin and prevent it from timing out, and how can I fix the wp-cli problem? I am assuming they go hand in hand somehow. Thank you for any help!
- The topic ‘Errors Encountered: Skipped Attachment ID 58: Gateway Time-out’ is closed to new replies.