i am using wp 2.7 – is anyone else still having this problem with image uploading? i see noone has posted here in a while.
i was first able to upload an image but it went into the wp-content directory but the link in the post went to wp-content/uploads so the image was broken . then when i pointed misc prefs to the right directory (wp-content/uploads) it stopped working entirely – would not upload.
hours of changing permissions and user/groups got me nowhere.
then i applied the image-upload-http-error-fix.php plugin and it told me there were not write permissions for .htaccess. so i changed those permissions and it kept telling me it was not writable. so i went into .htaccess by hand and saw that the code had been inserted. in fact, the beginning of the file had 2 sets of code from the rewrite page. i deleted one set – not sure if that was an issue or not but i doubt it.
then i had to back out of my other changes (remove the uploads directory and recreate it) before everything started working.
as i tried to remove chmod 777 i found that i had to keep the uploads directory at 777 but not wp-content. i’m not clear if it’s an issue to have just that one directory unprotected?
after learning drupal i was very happy that wp was so simple. this was a bummer to deal with to say the least. but text input methods are a tough nut to crack and drupal still doesn’t have a really solid solution that i know of.