Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1
    Join Date
    May 2010
    Posts
    125
    Plugin Contributions
    0

    Default Product Images will Not Upload from Admin

    Hi - I did find one other thread on this issue but no solution?

    I am running ZC 1.3.9f (on yahoo and yes i know that's not great) and i am pretty new to all this but I was using a previous version without this problem.

    In admincategories/product i can put in all the details of my product except the image. I have also tried putting the image in the images folder (although it is in includes/templates/classic/images and i think i can put it in the root/images folder) and then directing it to there and still nothing. I still get the same result - example

    http://stripeyfrog.com/store/index.p...roducts_id=181

    In the other thread they said that a lot of people where having this problem so assume there is a solution out there - under a lot of pressure time wise and not brave enough to try add on's like easy populate till i have a working site.

    Thanks Guys

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Product Images will Not Upload from Admin

    Quote Originally Posted by shanesoine View Post
    I have also tried putting the image in the images folder (although it is in includes/templates/classic/images and i think i can put it in the root/images folder) and then directing it to there and still nothing.
    No. The templates folder should only be used for template-related things. Product images don't belong there. Product images go under the main /images/ folder.

    You're getting the "No image available" picture displayed because you've not got an image name stored in the database for your product, presumably because of the symptoms you described earlier. The No-image-available picture is working as designed. No need to change that part.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Product Images will Not Upload from Admin

    Quote Originally Posted by shanesoine View Post
    In admincategories/product i can put in all the details of my product except the image.
    So ... what exactly *is* happening? Is it displaying an error message on the preview screen telling you that it was unable to upload? Any other messages?
    Is your /images/ folder set with writable permissions so that the store can put images in there?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    May 2010
    Posts
    125
    Plugin Contributions
    0

    Default Re: Product Images will Not Upload from Admin

    Hi thanks so much
    There is no error message in the preview screen just the not avail image. Also put the image in in the correct folder but same result. Then tried loading image from attributes - still no luck.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Product Images will Not Upload from Admin

    Maybe the server is configured to not allow uploads via PHP.
    Maybe the permissions are wrong on the folders.
    Maybe you've got the max-size set to something invalid.
    Maybe there's something amuck with your browser.

    Maybe you've got the wrong host. (Sorry, I know you're aware of some of their limitations.)
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    May 2010
    Posts
    125
    Plugin Contributions
    0

    Default Re: Product Images will Not Upload from Admin

    I have double checked my folder permissions and have put the images in the correct image folder, when I try to upload from there on the string
    www.stripeyfrog.com/store/images/categories/... I get the alt text but not the image. In the preview I get an image outline with the "broken teeth" in the top left corner - sorry not that techie. Pretty sure that in this case it is not yahoo as it was working before I changed to ZC1.3.9. The last time i was also using the ISBN number which is a string of 13 digits with an s at the end as my image name - could using this naming convention now be a problem?

  7. #7
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Product Images will Not Upload from Admin

    What type of images files are you loading? jpg? gif? bmp? tif? which ones are causing you problems?

    (bmp and tif are NOT recommended, since they're a very POOR choice for use on websites ... and Zen Cart blocks them from being displayed)
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    May 2010
    Posts
    125
    Plugin Contributions
    0

    Default Re: Product Images will Not Upload from Admin

    only jpegs - and have been back because one suggestion was that I had set bizarre image sizes in admin/images small are sized 115px by 115px which seems ok to me - desperate its a bookshop without images its a bit pointless.

  9. #9
    Join Date
    May 2010
    Posts
    125
    Plugin Contributions
    0

    Default Re: Product Images will Not Upload from Admin

    have also gone back to yahoo to confirm that they allow php uploads but pretty sure the answer to that is yes as it was working on the previous ZC version

  10. #10
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Product Images will Not Upload from Admin

    What happens if you do this:

    a) Use FTP to upload the product image to the /images/ folder. In this example, I'll call it abc.jpg
    b) Verify that it's there by using your browser to open it by visiting http://your_domain.com/images/abc.jpg
    c) Now open your Admin area, and edit one of your products:
    -- in the image section near the bottom of the page, there's an input field with the title of "Or, select an existing image file from server, filename:".
    -- type "abc.jpg" (without quotes) in there
    -- click Preview
    d) What happens to the image on the next screen?
    e) And if you click Update, does the image show on the storefront properly?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Not able to upload new product images
    By noruga in forum General Questions
    Replies: 0
    Last Post: 18 Jan 2011, 11:00 PM
  2. Images will not upload (is this permissions issue)
    By dsided in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 30 Apr 2009, 03:56 PM
  3. Unable to Upload Product Images in admin
    By bgruhn76 in forum General Questions
    Replies: 8
    Last Post: 26 Feb 2009, 06:38 PM
  4. Can't upload images from my admin?
    By BekahRuth in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 20 Jun 2008, 12:27 AM
  5. Not able to upload product images!
    By credible in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 26 Nov 2007, 11:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg