Magento

eCommerce Software for Online Growth

Magento Forum

From setting up your store to managing your products, pages and promotions to generating detailed reports, the Magento User Guide empowers the user to utilize the platform for all of its vast capacity.
Available in eBook and Print formats – Download Now!!!
   
Page 1 of 3
No upload image
 
iguru
Sr. Member
 
Avatar
Total Posts:  254
Joined:  2007-11-02
Děčín, Czech Republic
 

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 ?

Image Attachments
noimage.png
 Signature 

Dnešek je vítězstvím sebe sama nad včerejškem. MM.
イグル

 
Magento Community Magento Community
Magento Community
Magento Community
 
bigtuna
Jr. Member
 
Total Posts:  20
Joined:  2007-11-09
Atlanta, GA USA
 

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.

Any help here is greatly appreciated.

 
Magento Community Magento Community
Magento Community
Magento Community
 
AnnaM
Guru
 
Avatar
Total Posts:  321
Joined:  2008-01-29
San Francisco
 

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.

 Signature 

Anna
Live Long and Prosper

 
Magento Community Magento Community
Magento Community
Magento Community
 
pxcz
Jr. Member
 
Total Posts:  3
Joined:  2008-03-03
 

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 smile]

 
Magento Community Magento Community
Magento Community
Magento Community
 
iguru
Sr. Member
 
Avatar
Total Posts:  254
Joined:  2007-11-02
Děčín, Czech Republic
 

rw permission is for all. :/

 Signature 

Dnešek je vítězstvím sebe sama nad včerejškem. MM.
イグル

 
Magento Community Magento Community
Magento Community
Magento Community
 
lucian303
Member
 
Avatar
Total Posts:  72
Joined:  2008-03-03
 

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?

 
Magento Community Magento Community
Magento Community
Magento Community
 
Ross
Sr. Member
 
Avatar
Total Posts:  280
Joined:  2007-08-31
Scarborough, North Yorkshire, UK
 

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.

 Signature 

Ross Kendall - Web Developer - rosskendall.com
Client Magento websites:
- The Cast Iron Bath Company (UK): quality baths, modest prices
- Out of the Ark Music (UK): a leading publisher of children’s musicals
- Dottie Lottie: children’s clothing boutique

 
Magento Community Magento Community
Magento Community
Magento Community
 
bigtuna
Jr. Member
 
Total Posts:  20
Joined:  2007-11-09
Atlanta, GA USA
 

Thanks for the tip, but this doesn’t fix the issue I’m experiencing.

 
Magento Community Magento Community
Magento Community
Magento Community
 
iguru
Sr. Member
 
Avatar
Total Posts:  254
Joined:  2007-11-02
Děčín, Czech Republic
 

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

 Signature 

Dnešek je vítězstvím sebe sama nad včerejškem. MM.
イグル

 
Magento Community Magento Community
Magento Community
Magento Community
 
lucian303
Member
 
Avatar
Total Posts:  72
Joined:  2008-03-03
 

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?

 
Magento Community Magento Community
Magento Community
Magento Community
 
Bogdan
Jr. Member
 
Total Posts:  23
Joined:  2007-12-05
 

anyone can help us ?

 
Magento Community Magento Community
Magento Community
Magento Community
 
lucian303
Member
 
Avatar
Total Posts:  72
Joined:  2008-03-03
 

Here’s another thread with more info, but none of it worked for me, unfortunately.

http://www.magentocommerce.com/boards/viewthread/4286/P45/#t16439

 
Magento Community Magento Community
Magento Community
Magento Community
 
mjohnsonperl
Member
 
Avatar
Total Posts:  34
Joined:  2008-02-28
Carthage, MO
 
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.

 
Magento Community Magento Community
Magento Community
Magento Community
 
lucian303
Member
 
Avatar
Total Posts:  72
Joined:  2008-03-03
 

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.

 
Magento Community Magento Community
Magento Community
Magento Community
 
mjohnsonperl
Member
 
Avatar
Total Posts:  34
Joined:  2008-02-28
Carthage, MO
 
lucian303 - 17 March 2008 01:23 PM

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.

/media/catalog/product/cache/1/image//m/a/main_5.jpg
/media/catalog/product/cache/1/small_image//135x135/m/a/main_5.jpg
/media/catalog/product/cache/1/thumbnail//68x68/m/a/main_5.jpg

 
Magento Community Magento Community
Magento Community
Magento Community
 
lucian303
Member
 
Avatar
Total Posts:  72
Joined:  2008-03-03
 

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.

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
Page 1 of 3
 
© Copyright 2010 Varien. Magento, eCommerce software, is a trademark of Irubin Consulting Inc. DBA Varien
Privacy Policy|Terms of Service
Magento Community Count
177716 users|1137 users currently online|277296 forum posts