OK - it looks like this is a reasonably common problem, however not everyone is suffering with this issue.
I think it may be something to do with our setup or hosting service. I am using HostGator or a shared server with Linux, Apache 1.3.39, PHP 5.2.2, and MySQL 4.1.22.
Is there a common link with anyone else having this problem?
Try deleting the .htaccess file in magento/media . Doing so allows me to see product images, though it doesn’t fix all my problems. I notice that there was no .htaccess file in the media directory in the 16100 build, so I’m wondering if there are other new or modified .htaccess files that are tripping me up.
Bob.
Are you using secure admin (I mean accessing Magento admin with HTTPS)? If so, is your certificate completely valid (i.e. no security alerts in browser) ?
Due to security restrictions multiple image upload component is not able to upload files if SSL-certificate is not valid or self-signed. Though it might work in Internet Explorer after you click ‘Ok’ in security alert pop-up window.
Interesting. I installed from the .zip file, and it contained a .htaccess in the magento/media folder. I wonder what other files are different? Could explain some of the other problems I’ve been having.
I did not install over SSL. Additionally, I did not select the “rewrite\” option during setup because I wasn’t sure my server supported it. Perhaps that is tripping me up.
Thanks, yeah that fixed the upload issue for me too.. nailed it, but disabling mod_security isn’t really the ideal solution is it?
Why do you think mod_security would be throwing a wobbly?