- Have a category list showing on the home CMS page.
- Have cleared cache, and even disabled it for now.
- Uploading product image fails, but says success.
- I don’t see a preview of the uploaded image.
- On second attempt it fails, and notifys me with the red box.
- media folder is chmod’d 777 -R
Using PHP5 as an apache module, and MySql5 on a shared host
GD2 with jpg support is there
Looks like the rest of the site is working fine so far.
Ditto on 0.8.17240. Uploading product images the % copied value cranks up but I’m left with a red box around each image file. The media folder is not populated (permissions 777). I’m using the latest version of Flash. All works ok in the demo store from the same client so my guess is this is a server side issue.
Same as infradawn, yes permissions 777.
I’ve tried rm -R ./media and creating it again, and refreshing the cache, that gets me green boxes, but still no files are uploaded.
I’m having exactly the same issue. I’ve tried everything I can think of to resolve this problem. I tried an upgrade from previous version, a complete fresh SVN install, a PEAR install but I just can’t upload any images. All worked OK in previous releases.
I’ve also checked file permissions and all seem OK!
OK, upon searching, I have found a similar post relating to this problem :-
It says the getURL function in the file “app/code/core/Mage/Catalog/Model/Product/Image.php” is not returning the correct path because there are problems with forward and back slashes
This thread provides details and a work-around however, I have yet to get it to work for me!
Yeah i saw that post too, had a dig through the source. Not quite the same issue.
Windoze uses different directory seperators. i.e. ‘\’ instead of the ‘/’ for nix boxes.
It does give a lead as to what files might be involved in the process though…