|
I have the latest magento beta and I still can’t get the image upload to work. The files are getting uploaded into the /media/tmp tree, but they are not moved into the catalog or products folders. The directories can be created fine. The /media tree has full 777 permissions. I also cannot remove an image. When the page updates no matter what I do in the image upload screen, it makes no changes. Even changing the base image to one that has already been uploaded does not update the product view or image. I’m using the sample data provided by Magento and some of the images actually don’t show up at all. When I look at the generated source, the src attribute is blank.
Interestingly enough, I can easily upload category images and they do go into the categoires folder under catalog/media. I know the image upload / removal component is written in FLEX and that stumps me because I have no idea what to do. Even if I had the original files, not just the .swf components, if the bug is in the flash code, I can’t do anything about it.
My question to magento developers I guess is what is this process that’s going on. Why are the images going into the /media/tmp folder but no further. Are they moved there by the FLEX component and is that component responsible for moving the files to their final destination? Or is it something with my server? I can’t possibly see what. I’ve even messed around with my php.ini and my server settings, tried everything in this posts and have still gotten nowhere.
http://www.magentocommerce.com/boards/viewthread/4286/
Any help would be greatly appreciated.
My config:
Linux version 2.6.18-5-xen-vserver-amd64 (Debian 2.6.18.dfsg.1-17) (dannf@debian.org) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP Sat Dec 22 22:58:29 UTC 2007 Apache 2.2.3 MySQL 5.0.32-Debian_7etch5-log PHP 5.2.0-8+etch10 Zend Core / Platform
|