Results 1 to 10 of 12

Hybrid View

  1. #1
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: Images directory and easy populate

    Hi

    Just enter the image filename if you are using the default images directory
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  2. #2
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Images directory and easy populate

    i placed the images in this directory: images/images2
    in ep i used this url for the images (images2/watever.jpg)
    i am still not able to view the images on the site,

    on my main site www.3dsgifts.com i can view the images fine.
    in a sub-directory i created another installation of zen-cart.
    would i need to update the ep urls to match the sub-directory?

    Example: 3dsgifts_all/images/images2

    I am currently using images2/whatever.jpg ..this is not correct

    not sure why they are not showing, i thought EP automatically used the images folder as default.

    Any suggestions would be appreciated

  3. #3
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: Images directory and easy populate

    Quote Originally Posted by 3dsgiftsnThings View Post
    i placed the images in this directory: images/images2
    in ep i used this url for the images (images2/watever.jpg)
    i am still not able to view the images on the site,
    in this case, you need images/images2/whatever.jpg in your ep
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  4. #4
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Images directory and easy populate

    Quote Originally Posted by Ryk View Post
    in this case, you need images/images2/whatever.jpg in your ep

    I tried the images/images2/****.jpg
    i am still not seeing any images.
    So just to make sure we are on the same page i am going to break down the file structure on my server.
    /root
    /admin (main site in the root directory)
    /3dsgifts_all
    (secondary site inside this folder under the root directory)
    /pokerstore (Third site folder in the root directory)

    So if we are understanding one another in order to visit these secondary site you would enter

    www.3dsgifts.com/3dsgifts_all .....or www.3dsgifts.com/pokerstore

    these sub-folders act as the root for each site.
    Does this help any and do you have any suggestions on how to enter the urls for the images. i have obviously uploaded all the images to the server for each site.
    Last edited by 3dsgiftsnThings; 6 Sep 2010 at 12:52 AM. Reason: incorrect folder structure

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Images directory and easy populate

    It doesn't matter how smart you think EP is, if you don't put the actual images up on the server, they can't be displayed.

    Case in point:
    This product: http://3dsgifts.com/pokerstore/index...oducts_id=1173
    also found here: http://3dsgifts.com/pokerstore/index...e=products_new
    is looking for this image: http://3dsgifts.com/pokerstore/image.../10-ds-1ks.jpg
    But that image file doesn't exist on your server.


    Of course, you have another error about missing short-description fields, etc, too, but that's an unrelated matter.
    .

    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
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Images directory and easy populate

    Quote Originally Posted by DrByte View Post
    It doesn't matter how smart you think EP is, if you don't put the actual images up on the server, they can't be displayed.

    Case in point:
    This product: http://3dsgifts.com/pokerstore/index...oducts_id=1173
    also found here: http://3dsgifts.com/pokerstore/index...e=products_new
    is looking for this image: http://3dsgifts.com/pokerstore/image.../10-ds-1ks.jpg
    But that image file doesn't exist on your server.


    Of course, you have another error about missing short-description fields, etc, too, but that's an unrelated matter.
    Ok let me investigate . thanks for the quick reply your awesome

  7. #7
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Images directory and easy populate

    Ok doc i think i have got the images thing worked out.
    I deleted the images folder and then re-uploaded.

    Now when i click a product to view the description i receive this error:

    1054 Unknown column 'pd.products_short_desc' in 'field list'
    in:
    [select p.products_id, pd.products_name, pd.products_short_desc, pd.products_description, p.products_model, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id, p.products_quantity, p.products_weight, p.products_priced_by_attribute, p.product_is_free, p.products_qty_box_status, p.products_quantity_order_max, p.products_discount_type, p.products_discount_type_from, p.products_sort_order, p.products_price_sorter from products p, products_description pd where p.products_status = '1' and p.products_id = '859' and pd.products_id = p.products_id and pd.language_id = '1']

    This obviously has something to do with EP but i am using the same product sheets for this site as i did for the main site and i have no problems on it.

  8. #8
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Images directory and easy populate

    No, that has nothing to do with EP. The error message is telling you that it's trying to read data from a field called "products_short_desc", but that field doesn't exist in your database. That's because you've got PHP files for a short-description addon installed, but you're using a database that doesn't have the required components in it.
    You're apparently trying to duplicate your site but going about it sloppy.
    .

    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.

  9. #9
    Join Date
    Mar 2010
    Posts
    83
    Plugin Contributions
    0

    Default Re: Images directory and easy populate

    Quote Originally Posted by DrByte View Post
    It doesn't matter how smart you think EP is, if you don't put the actual images up on the server, they can't be displayed.

    Of course, you have another error about missing short-description fields, etc, too, but that's an unrelated matter.
    i have reuploaded all of my images which seemed to work.
    the image u sent me the link to did exsist. in the images2 directory
    not sure why it wouldnt display but, the re-upload worked.

    Now there is the matter of the issue you pointed out to me.
    What would i need to do to fix this?

  10. #10
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Images directory and easy populate

    If "the issue" is the half-installed short-description mod, then you'll need to decide whether you want it or not. If you want it, finish installing it fully. If you don't want it, finish removing it fully.
    .

    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.

 

 

Similar Threads

  1. v150 Easy Populate 4 vs. Easy Populate CSV - What's going on with so many Easy Populates?
    By oleancomputers in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 20 Jun 2013, 05:58 PM
  2. v151 Difference between easy populate and Excel Populate
    By Kevin205 in forum General Questions
    Replies: 7
    Last Post: 22 Jan 2013, 04:33 AM
  3. What directory in install Easy Populate?
    By jbalcony in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 25 Oct 2009, 05:51 AM
  4. Easy Populate and adding Images
    By Hobbies in forum All Other Contributions/Addons
    Replies: 14
    Last Post: 26 Aug 2009, 11:29 PM
  5. which directory do i put images in ... (im using easy populate)
    By riseheadoffice in forum Customization from the Admin
    Replies: 0
    Last Post: 28 Aug 2008, 12:35 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