Okay, now I'm really confused.

My download files are linking (green dot) in the admin functions.

But I'm getting this error when I open up my shopping cart:

Warning: The downloadable products directory does not exist:

/home/jestcoun/public_html/store//home/jestcoun/download/. Downloadable products will not work until this directory is valid.


I'm right back to where I started from...

Original post:

First, if I go by this tutorial:

https://www.zen-cart.com/tutorials/i...hp?article=280,

it will not work because this line:

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

says the store folder is the top folder in the structure.

Well...I'm reloacting the download folder higher in the folder chain, so this will not work.

When I change the download line to read:

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . '/home/username/download/');

I receive an error on my store front that says the download folder can't be found at:

/home/jestcoun/public_html/store//home/jestcoun/download/

The double file structure and double slashes are not a typo...

This leads me to beleive I need to change my FS CATALOG to a higher level.

End of Original Post.

Do I need to do a fresh install of zencart without going through Fantastico or Simplescripts?

I really believe the config file WS and FS structures are limiting me from accessing the downloads...correct me if I'm wrong.

Please help.