Thread: warning message

Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Join Date
    May 2011
    Location
    NSW
    Posts
    169
    Plugin Contributions
    0

    Default warning message

    'Warning: The downloadable products directory does not exist: /home/path/foldername/etc/. Downloadable products will not work until this directory is valid.'


    already found this question in these forums from a few years back but still can't work it out so have taken some screen grabs so someone might point out my error.


    The tutorial on this says:
    Usually the "download" folder is located inside your store area, for example:
    - /home/my_user_name/public_html/mystore/download

    You want to move it "above" your public_html folder, something like this:
    - /home/my_user_name/download


    Attachment 9821

    So here is where i've moved the dload folder - there is nowhere above this from public html (?)

    Attachment 9822

    and here is what is inside public html or www to the store

    Attachment 9823

    and finally here inside of store is where download folder used to be and where myadmin is which i just names to"mystore" for this screen grab.


    So where do I put the download folder- anyone please? And why when I look at my catalog dir- does it always say home2/ instead of just home/ ??

    Thanks

  2. #2
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: warning

    Your first image shows the download folder above the public html folder, which is the correct location.

  3. #3
    Join Date
    May 2011
    Location
    NSW
    Posts
    169
    Plugin Contributions
    0

    Default Re: warning

    Thanks, so it must be in my path of two configure files I've made the error?


    /home2/myname/download/


    instead of

    /home2/public_html/myname/download

  4. #4
    Join Date
    May 2011
    Location
    NSW
    Posts
    169
    Plugin Contributions
    0

    Default Re: warning message

    I've written to my server admins to see if they can help because this warning will not go away as you can see:

    http://www.toyboxpuppettheatre.com/store


    I have followed the tutorial to a T but still not working so must be something beyond my control with service provider.

  5. #5
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: warning message

    The tutorial is correct, and is intended to guide you in determining the correct path yourself. We can't magically guess the location for you, because every server is different.

    As the tutorial says:
    If DIR_FS_CATALOG is '/home/my_user_name/public_html/mystore'

    and you move your download folder above public_html
    then your DIR_FS_DOWNLOAD would need to be set to '/home/my_user_name/download'

    So ...
    What's your DIR_FS_CATALOG setting set to?
    What's DIR_FS_DOWNLOAD set to?
    .

    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 2011
    Location
    NSW
    Posts
    169
    Plugin Contributions
    0

    Default Re: warning message

    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . '/home2/myname/download/'); <----this the one i've changed it to


    define('DIR_FS_CATALOG', '/home2/myname/public_html/store/');


    it doesn't say in the tutorial to change the catalog directory - it says to use it to help with new path but that does not coincide with new path suggested
    Last edited by charliepingpong; 5 Nov 2011 at 06:47 AM.

  7. #7
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: warning message

    Quote Originally Posted by charliepingpong View Post
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . '/home2/myname/download/'); <----this the one i've changed it to
    If you go back and look at the tutorial, and in the example I gave above, you'll see that DIR_FS_CATALOG . should NOT be included in your new setting.
    .

    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 2011
    Location
    NSW
    Posts
    169
    Plugin Contributions
    0

    Default Re: warning message

    Excuse me , what do you mean it should not be included? Where does it say you should delete that part- I'm confused sorry...

    are you saying I should change

    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . '/home2/myname/download/'); <----this the one i've changed it to

    to

    define('DIR_FS_DOWNLOAD' '/home2/myname/download/');
    Last edited by charliepingpong; 5 Nov 2011 at 07:18 AM.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: warning message

    Quote Originally Posted by charliepingpong View Post
    Excuse me , what do you mean it should not be included? Where does it say you should delete that part- I'm confused sorry...

    are you saying I should delete that line?
    NO!!!!!!!!
    Just follow the examples given.

    In your case, if DIR_FS_CATALOG is set to /home2/myname/public_html/store/ and you've moved the download folder above public_html then ...
    change
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . '/home2/myname/download/');

    to

    define('DIR_FS_DOWNLOAD', '/home2/myname/download/');
    .

    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.

  10. #10
    Join Date
    May 2011
    Location
    NSW
    Posts
    169
    Plugin Contributions
    0

    Default Re: warning message

    you don't have to yell at me besides someone deleted my edits in previous comment which makes me look stupid - not that i care but i think it is very rude.

    i'm sure you get frustrated with ppl on here as you are volunteering your time but at the same time please don't be rude or delete my edits to make me look like a complete idiot for no good reason.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Warning message
    By mrotb in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 11 Mar 2008, 12:18 PM
  2. Warning Message
    By Ellume in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 21 Jul 2007, 08:02 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