Hmm I don’t think this error is coming from Imsanity, but Imsanity is catching it. There’s no text that matches that in the Imsanity codebase or WordPress itself. Is it possible that GD isn’t installed or configured correctly, or perhaps there’s another image-related plugin?
Imsanity works on multisite installs – I have it running on my own server right now.
Hello,
thank you for the reply, I use others 2 plugin for images:
Regenerate Thumbnails (https://it.wordpress.org/plugins/regenerate-thumbnails/)
RICG Responsive Images (https://it.wordpress.org/plugins/ricg-responsive-images/)
There are known issues with these plugin?
Jason, these are my Imsanity settings: https://www.dropbox.com/s/ivw4v25obdaaj3f/Screenshot%202015-12-01%2015.39.31.png?dl=0
If I try to upload image with width bigger than 1280px, I see the error message (https://www.dropbox.com/s/fm1im387qehs80d/Screenshot%202015-12-01%2016.03.56.png?dl=0) and image is not uploaded, but if its width is equal or smaller than 1280px (1270px, 300px or less), there are no errors and the image is uploaded.
This happen also If I disable others 2 plugin (Regenerate Thumbnails and RICG Responsive Images)…
Is a bug?
Sorry for my continue reply but I want to give you much informations as possible.. during my tests I seeing that WordPress Media Library doesn’t resize anymore my uploaded images!
On uploads directory there are only the original images uploaded…
May be this the main problem? How can I fix them?
THANK YOU!
Hmm, I don’t really know what the issue could be – I’ve never seen it happen before. There must be something unique about your setup, but I can’t see what the problem might be unfortunately.
Thank you for your reply Jason, after a lot of test, the main issue was caused by advanced image compression of RICG plugin (https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images/tree/dev#advanced-image-compression), the little code on functions.php causes the Media Library resize issue and relative Imsanity error.
Delete the code on functions.php and all seems to work fine, also with the others plugin enabled.
Source:
https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images/issues/132
https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images/issues/116
Hope this helps if someone have the same issue.
Cool glad you got it working – thanks for posting a follow-up in case anybody else has the same issue.