Automattic / regenerate-thumbnails

WordPress plugin for regenerating thumbnails of uploaded images. Over 1 million active users and counting.
https://alex.blog/wordpress-plugins/regenerate-thumbnails/
GNU General Public License v2.0
134 stars 54 forks source link

Regenerate Thumbnails doesn't work #68

Closed stfler90 closed 6 years ago

stfler90 commented 6 years ago

Hi, Alex. I'm using your plugin for 5 month. Evething was great! But since today it doesn't work and shows me a mistake: This tool won't be able to do anything because your server doesn't support image editing which means that WordPress can't create thumbnail images. Please ask your host to install the Imagick or GD PHP extensions.

But imagick is installed on the server. And i tried to switch to the GD PHP and it also doesn't work.;(

Thanks in advanse for your answer!

Viper007Bond commented 6 years ago

Try installing the Health Check plugin: https://wordpress.org/plugins/health-check/

Then go to Dashboard → Health Check → "Debug information" tab → "Media handling" subsection. It'll tell you what WordPress image editor is being used and if you have ImageMagic correctly installed.

stfler90 commented 6 years ago

Thanks, Alex for your advise! I installed Health Check plugin, it shown that Imagick and GD PHP didn’t work really. Then i wrote my Host Support, they fixed the bug (they added one more time my account to CageFS). So now your plugin works great as always!

DDvirgoman commented 4 years ago

when I try to use the plugin Regenerate Thumbnails. I received a message "This tool won't be able to do anything because your server doesn't support image editing which means that WordPress can't create a thumbnail image ask your host to install the Imagick or GD PHP extensions" and I contact my hosting "hostinger.in.th" and they confirmed that on a server has the Imagick or GD PHP extensions. Can you help me with this issue?

md-shuvoislam commented 3 years ago

I got the same issue with my local host. how can I fix that?

DrIanGregory commented 2 years ago

I can confirm the following commands on Ubuntu 20.04 FIXES the issue:

sudo apt-get install -y php-gd sudo systemctl restart apache2

"Refresh WordPress in web browser".