Hi @freshpony,
What host are you using? It’s usually a server config issue.
Cheers,
Thank you. I use 1&1 (about to move)
What can I change?
Thanks, unfortunately I’m not sure. I haven’t had any other issues brought up about 1 and 1.
I’m seeing the same issue. I’m getting this error in the console log:
SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data[Learn More] instant-images.js:25:8345
value/p.onload
https://www.domain.com/wp-content/plugins/instant-images/dist/js/instant-images.js:25:8345
Same as freshpony said it says it downloaded but gets stuck on resizing. I disabled all plugins but instant images.
I found the problem on my install. The permissions on /wp-content/uploads/instant-images was d-wxr—-t. I reset to 755 and it works now.
Yes! Thank you ezweb, I changed the permissions to 755 and now it works.
Ok that is good 🙂
Thanks @ezweb!
same issue here. for some strange reason that just created folder (by the plugin) got permission 322 or something..
might be something to check for when creating, cuz hard to find and debug..
Hmm, might be a server config thing.
Because when the dir is created it is set like this.
if(!is_dir($dir)){
mkdir($dir, 755);
}
mine is also corrected after @ezweb ‘ s advice. it would be nice to put an intro regarding to this matter imho.