Opps. I overwrote my admin>includes>configure.php and my includes>configure.php files in my testing system AND I deleted the dist-configure.php file and dont remember from what folders etc.
Now I cant get into my admin or store in test environment. How can I recreate the configure files?, the dist-configure and replace the
defines:
// define our database connection
define('DB_TYPE', 'mysql');
define('DB_PREFIX', ' ');
define('DB_SERVER', 'localhost');
define('DB_SERVER_USERNAME', 'root');
define('DB_SERVER_PASSWORD', '');
define('DB_DATABASE', ' ');
define('USE_PCONNECT', 'false'); // use persistent connections?
define('STORE_SESSIONS', 'db'); // use 'db' for best support, or '' for file-based storage
within so it will work? I know the localhost stuff and the directories of the admin and store for the http and https entries, cache etc. It seems as just the defines are wrong.
HELP!!!
PJD




