hm i have version 0.8.17240.
When i create new product, in image i browse image and upload. But image not uploaded and no message show. Where is problem?
Have anybody this same problem ?
I have the same problem with product images not showing. In IE, i would get a message that says images were uploaded but they never showed up in the admin. I tried in Firefox, and the images did appear AT FIRST.
After uploading, they appeared in the admin. BUT after saving, they no longer showed....only the “Roll Over for Preview” message shows and rolling over produces a javascript error:
image.url has no properties
loadImage("/A/CACS26138M_5.jpg")product.js (line 127)
onmouseover(mouseover clientX=0, clientY=0)1807 (line 1)
[Break on this error] this.getFileElement(file, ‘cell-image img’).src = image.url;
The error seems to be caused because the image path is not correct. The path shown ("/A/CACS26138M_5.jpg") is actually ("/A/C/ACS26138M_5.jpg").
At any rate, once it’s uploaded and saved, I can’t edit or delete it because of the javascript error.
No answer, only more questions. Are we supposed to leave those 3 tickboxes ticked by default and upload one image or what? I tried adding a new proudct and the rollover showed the image but the frontend showed a Canon Camera!
What is the procedure for uploading an image, upload 1 or 3? What size etc.
i’ve had same problem (after version upgrade over svn) - i tried some procedures and now it works - check write permissions on filesystem - especially media folder (i made media writeable for www user - now i changed back and upload is still working - i seems like magento created some subfolders i media folder with right permission)
[a kdyby neco, tak cesky v nasem foru, uz me ta anglictina nebavi ]
I gave 777 permissions to the whole media tree and the whole var tree (it’s also part of the same group as the apache account), yet I still have this problem. I don’t understand why. It says everything went ok, but when I click save and continue edit, there are no images there. Any ideas?
Hah!! I found it!
Turn of secure URLs for the admin section, and then the image uploads should work (not ideal, but it will get you by until the bug is fixed).
You will find the setting under: System->Configuration->Web->Secure Then set ‘Use Secure URLs in Admin’ to ‘No’
Also make sure that you have Flash enabled in your web browser, I found you don’t get very far without it.
This not resolve my problem. But i find it!!! :-D When i upgrate Adobe Flash player from 9 r45 to 9 r115 Magento upload image! It’s work!!! Jupi Jupi Jupi :-D
I’ve upgraded flash to 9r115, not using SSL on the back end and I’m still having the same problem. I did notice in my apache log that it seems to not find a lot of files from within the adminhtml folders which I haven’t touched. Any other ideas on what I can do to get this to work?
No answer, only more questions. Are we supposed to leave those 3 tickboxes ticked by default and upload one image or what? I tried adding a new proudct and the rollover showed the image but the frontend showed a Canon Camera!
What is the procedure for uploading an image, upload 1 or 3? What size etc.
@Magento ver. 0.8.17240
You can upload just one image, and the latest build seems to resize the images on the fly using GD. If you do not have the GD module built into PHP you might end up with errors on the front-end, but I think the back end is still capable of uploading without the GD module. After uploading a single image on a product you can check all three circles “Base Image”, “Small Image”, “Thumbnail” and it will represent that image in all those sizes.
Do we know this for sure that images are resized on the fly? So we could just upload one large image that can be zoomed in and it will create the thumbnail / small image from it by automatically resizing it?
mjohnsonperl - 17 March 2008 12:14 PM
AnnaM - 12 March 2008 11:03 AM
No answer, only more questions. Are we supposed to leave those 3 tickboxes ticked by default and upload one image or what? I tried adding a new proudct and the rollover showed the image but the frontend showed a Canon Camera!
What is the procedure for uploading an image, upload 1 or 3? What size etc.
@Magento ver. 0.8.17240
You can upload just one image, and the latest build seems to resize the images on the fly using GD. If you do not have the GD module built into PHP you might end up with errors on the front-end, but I think the back end is still capable of uploading without the GD module. After uploading a single image on a product you can check all three circles “Base Image”, “Small Image”, “Thumbnail” and it will represent that image in all those sizes.
Do we know this for sure that images are resized on the fly? So we could just upload one large image that can be zoomed in and it will create the thumbnail / small image from it by automatically resizing it?
Yes I know for sure. You can test it yourself and see the results.
I uploaded a single image, to my test server (Magento ver. 0.8.17240) and when I went to view the front-end it displays smaller resolution images. If you view the properties of the images you can see the path, and load the image independently to see the smaller resolution. For example the same image I get back multiple different sizes.
Thanks mjohnsperl,
I just wanted to confirm. I still can’t get the image upload to fully complete but when I do I will test it. All my images get put inside a /media/tmp which is created the first time that you upload an image. From there they should be going to /media/catalog but they aren’t. Any help from anyone is greatly appreciated as I have to get this working within days.