Everything works fine except for the image uploader for the product images. it runs...it loads up to 100% then it says HTTP error and turns all red. I don’t know what it could be considering i’ve been able to upload category images just fine.
is it a permissions problem?
.htaccess?
i just don’t know…
I just realise that I have the same problem. I can upload image for categories, but I have an HTTP error when I try to upload product image (configurable or simple product...)
I also have a window asking for an identification.
I tried to set CHMOD 775 or 777 to /media, but it didn’t change anything
Maybe it’s because Apache doesn’t run as the same user as the owner of the folder ? But I tried with CHMOD 777… and it works fine with category images :/
do you think it could have something to do with having deleted all the start up products that come on magento? maybe the database is screwed up and having issues?
or would you guess something with server security?
To anyone that has a HTTP upload error AND has a password protected store directory (for under construction reasons):
remove the directory password protection and you’ll be able to upload your files again! That was what happened to me.
To anyone that has a HTTP upload error AND has a password protected store directory (for under construction reasons):
remove the directory password protection and you’ll be able to upload your files again! That was what happened to me.
Where can I remove the directory password protection?
in the .htaccess file you can look for the password protection and remove it.
Also if you want to keep the admin working fine just try limiting it by the < LIMIT GET POST >
tag you can read more about it on the apache web server pages here :
I had exactly the same problem for uploading files for downloadable products. I had password protection on the magento directory since I was in ‘construction mode’ I took password protection off the directory and tried again. Everything worked perfectly.
After much searching, many attempts and buckets of frustration, my downloads are finally working. Happy happy happy!