Page 3 of 7 FirstFirst 12345 ... LastLast
Results 21 to 30 of 70
  1. #21
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Need help with attributes please

    But if I do that, won't the zip files still be accesible from the store/ if they know the folder name? Can't they just go to www.mydomain.com/store/downloads and access all the files?

    I wanted to avoid this by moving the downloads folder above the public_html directory. I think I am confused by your answer. Sorry. Maybe it is the new baby that fried my brain.

  2. #22
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Need help with attributes please

    My path to my shop is:
    /home/myusername/public_html/shop

    My path to my downloads directory is:
    /home/myusername/downloads

    this places the directory above the /public_html so no, it is not accessible via the browser ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #23
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Need help with attributes please

    Yes, that is where I have hers located and that is the path I have specified in the configure.php files, but it still is not working. Any other suggestions?

  4. #24
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Need help with attributes please

    When you say it is not working ...

    What are you seeing?

    Are you just going by the green dot on the Attribute filename not being there and you see a red dot?

    Or, are you trying to make an order and the order is not seeing the download?

    Is the filename a zip file?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #25
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Need help with attributes please

    Yes, the file name is a zip file.

    I am seeing a red dot instead of a green dot. That leads me to believe that I do not have the file path correct in the configure files but I know I do. I am probably missing something so simple. Would you like me to include or email the entire configure.php files?

  6. #26
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Need help with attributes please

    Could you check the files:
    /includes/configure.php
    /admin/includes/configure.php

    that are *on the server* and make sure that they are up to date with the right settings for the:
    Code:
      define('DIR_FS_DOWNLOAD', '/home/your_username/your_downloads/');
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #27
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Need help with attributes please

    I have added a folder above the "/store" folder called "download" and changed the configure files to reflect this and I am now getting an error message on the sore saying this:
    Warning: The downloadable products directory does not exist: /home/username/download/. Downloadable products will not work until this directory is valid.

    It did not do this when I had define('DIR_FS_DOWNLOAD', '/home/username/');

    Not sure what to make of that. I am sorry for all the back and forth. I am just so perplexed by why the exact configuration works on my own store site, but not on hers. I do need to update my version of zen cart. maybe that is why?

  8. #28
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Need help with attributes please

    Do you see:
    /home/username/
    /home/username/download/
    /home/username/public_html/
    /home/username/public_html/store/
    /home/username/public_html/store/includes/
    /home/username/public_html/store/your_admin_dir/
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #29
    Join Date
    Sep 2009
    Posts
    254
    Plugin Contributions
    0

    Default Re: Need help with attributes please

    I have used that in my own store and it works fine.

    Why is it not working in her store?

    Why, when I do use the path you gave me, does it give me that error message at the top of her store?

  10. #30
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Need help with attributes please

    Please post, from the server, the two files:
    /store/includes/configure.php
    /store/your_admin_dire/includes/configure.php

    NOTE: do not show your real /admin directory name or your passwords
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 3 of 7 FirstFirst 12345 ... LastLast

Similar Threads

  1. Easy Populate 1.2.5.5 with Stock With Attributes Help please
    By shahram in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 4 Oct 2012, 07:56 PM
  2. Attributes Display problem...need some help please.
    By Zadris in forum Setting Up Categories, Products, Attributes
    Replies: 17
    Last Post: 23 Oct 2011, 05:20 AM
  3. Need help with attributes Please
    By bromleysid in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 16 Aug 2009, 05:03 PM
  4. Add to Cart Not Appearing with Products with Attributes. Please help me!?!?
    By alegria in forum Setting Up Categories, Products, Attributes
    Replies: 9
    Last Post: 26 Jun 2008, 11:46 PM
  5. Help with attributes please
    By duquecigars in forum General Questions
    Replies: 25
    Last Post: 14 Apr 2008, 10:41 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR