Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

after uploading an image in the media library it uploads but does not show thumbnail when I edit this image in media library it throws an error

Image data does not exist. Please re-upload the image

Any Help?

share|improve this question
Please check your chmod options – hakiko Dec 24 '12 at 13:10
I have chmod 777 on the wp-content/uploads but it does not solve my problem – Ch Zeeshan Dec 24 '12 at 13:12
Is this all images or some images? – s_ha_dum Dec 24 '12 at 16:09

1 Answer

up vote 2 down vote accepted

I had this problem too. Doing chmod -r 777 on uploads fixed it. The -r will make it recursive, changing the permissions to all your directories inside.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.