syamilmj / Aqua-Resizer

Resize WordPress images on the fly
502 stars 205 forks source link

Aqua Resizer not resizing all images available on the staging server but works perfect in localhost #56

Closed DaTechoGeek closed 9 years ago

DaTechoGeek commented 10 years ago

I am trying to resize the images in the theme files, but it did't print any image to frontend. but it is working fine in the localhost. I didn't understand what is wrong with my theme files or aqua resizer. I have a website which is having more than 50K images on it, Now i am going to change the theme for the website so i need to regenerate the thumbnails or resize them, i found the aqua resizer is doing it's job very well, and fits my need of the website;

Larceniii commented 10 years ago

Just a wild guess here, but sounds like a permissions issue.

DaTechoGeek commented 10 years ago

I HAVE CHANGED THE PERMISSIONS OF UPLOAD DIRECTORY TO 777 ALREADY , STILL THE ISSUE IS THERE

syamilmj commented 10 years ago

Does the normal resizing, e.g. thumbnails worked fine?

Also, please avoid using all caps. Thanks

DaTechoGeek commented 10 years ago

Yes the normal thumbnails worked fine , but this script is not working !

DaTechoGeek commented 10 years ago

All the files on staging and local host are the same , except the thumbnails on the server has been regenrated

renansan commented 9 years ago

It can be a problem with the server image editor.

I had the same problem and solved it by installing GD graphics library and Imagick on the server, running this:

sudo apt-get update
sudo apt-get install php5-imagick php5-gd
service apache2 restart

I found this solution here: https://wordpress.org/support/topic/wp_get_image_editor-isnot-active