Question
Wordpress image editor not working on LEMP 16.04
Can’t get image editor to work in WordPress Media, only shows this error message “Could not load the preview image. Please reload the page and try again.”
I went to see if I have both gd & imagick installed and enabled
Running both these commands I can see that they are enabled and installed
php -i | grep -i gd
php -i | grep -i magick
and reloading using
sudo service ph7.0-fpm restart
it still doesn’t work. Also enabled debugging/debug log in wp-config.php to see if anything shows up but nothing in the error log.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×