mehulved
Member
Posted 7 months ago #
I see following error while generating thumbnails for some images
function (){if(!d){var c=arguments,g,h,i,j,k;b&&(k=b,b=0);for(g=0,h=c.length;g
It gives no idea as to what the problem is. And these re-sized images show up as corrupted even though the original one is fine.
http://wordpress.org/extend/plugins/regenerate-thumbnails/
dreamwhisper
Member
Posted 7 months ago #
I'm seeing this on any unattached images.
cwulff
Member
Posted 6 months ago #
Same thing here. Mine's happening regardless of whether it's attached or unattached. I can't find any logic to it. 69 regenerated, 66 not. I attached some of them to see if it changed, but it didn't.
Was this ever solved? I just got it on 239/240 images
(WP 3.3 Regenerate Thumbnails 2.2.0)
mehulved
Member
Posted 6 months ago #
Not solved, to the best of my knowledge.
Andrei
Member
Posted 5 months ago #
Got it myself as well, testing it in a local environment.
It looks like it was just a plain permissions problem. The images had to be executable (+x) by the webserver user.
Gustavo Straube
Member
Posted 4 months ago #
I modified images permission via FTP to make them executable and the error remains.
Eric McNiece
Member
Posted 4 months ago #
Getting this too. New install on a different server.. client wanted it on their own box, but there's so many problems...
NextGen gallery is having a ton of trouble too, with image uploading and resize. I also can't use Advanced Custom Fields to attach images to posts. This server uses the mysqli extension instead of the usual mysql, but I suspect that there's PHP modules missing from the installation.
cwulff
Member
Posted 4 months ago #
I got it fixed not as a 'permissions' issue, but as an 'owner' issue in Apache.
The files and folders had been reset to apache as owner and I needed to change them back to my user in the file manager.
Eric McNiece
Member
Posted 4 months ago #
NICE, that could totally be it. Damn shame that I don't have shell to the server though.