Set up the Cherry Zen at home - looks good to me and runs well - no problems
so uploaded to my main site as a /store but cannot get the database to see the site.
when I run fix_cache_key.php from the cache of the new site I get:
Fatal error: main(): Failed opening required 'includes/application_top.php' (include_path='.;c:\php4\pear') in h:\domains\clonecopies.com\wwwroot\store\cache\fix_cache_key.php on line 65
I have triple checked my config. files in both and have the www site names correct in both.
also,
are my database entries good?
define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', '');
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', '*******');
define('DB_SERVER_PASSWORD', '******');
define('DB_DATABASE', 'clonecart');
define('USE_PCONNECT', 'false');
define('STORE_SESSIONS', 'db');
// for STORE_SESSIONS, use 'db' for best support, or '' for file-based storage
Thnx in advance



