I believe you can put it in any existing folder on your server (that your script has write permission)

Usually I use the zencart cache folder which in your case is

/home2/ndsparts/public_html/cache

Quote Originally Posted by Nintendoparts View Post
I have tried:
Session Directory /home2/ndsparts/public_html/cache
Session Directory //cache
Session Directory /cache

It hasn't made any difference. At the moment it's set to /cache

When I log into my bluehost.com account the 'stats' are:
Main Domain nintendoparts.com.au
Home Directory /home2/ndsparts

so maybe Session Directory /home2/ndsparts/public_html/cache is correct after all?

In my configure.php the last lines are:

// The next 2 "defines" are for SQL cache support.
// For SQL_CACHE_METHOD, you can select from: none, database, or file
// If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
// or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
// ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
define('SQL_CACHE_METHOD', 'file');
define('DIR_FS_SQL_CACHE', '/home2/ndsparts/public_html/cache');

// EOF


My site had been logging debug files corectly, such as

/public_html/cache/zc_339c7e6bb4fe68547b272b7ec5401b17.sql
/public_html/cache/myDEBUG-911699-1286090555.log


Any ideas. I'm stumped.