Andy B Posted December 16, 2003 Share Posted December 16, 2003 I can get into /catalog/admin and administer my OSC. But I don't understand how when my configure.php file does not have my username or password in it. Where is this data kept? Link to comment Share on other sites More sharing options...
Guest Posted December 16, 2003 Share Posted December 16, 2003 on the very bottom of the configure.php. unless you are talking about password protecting your admin folder. that is another story. look in contribution for a nice mod which has an admin login for the page, prior to getting into the admin section. Link to comment Share on other sites More sharing options...
Andy B Posted December 16, 2003 Author Share Posted December 16, 2003 At the bottom of /catalog/includes/configure.php this is what I have. // define our database connection define('DB_SERVER', ''); // eg, localhost - should not be empty for productive servers define('DB_SERVER_USERNAME', ''); define('DB_SERVER_PASSWORD', ''); define('DB_DATABASE', 'osCommerce'); define('USE_PCONNECT', 'false'); // use persistent connections? define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' ?> As you can see there is no data yet I can administer my database. This is really weird. Link to comment Share on other sites More sharing options...
Andy B Posted December 16, 2003 Author Share Posted December 16, 2003 I figured out that once I deleted my Temporary Internet files I can no longer get in. So I filled in the username and password fields in configure.php and now I'm able to get in. One problem though, there is still some other configuration missing. My images are a red x and the fonts are all big. Any pointers... Link to comment Share on other sites More sharing options...
Andy B Posted December 16, 2003 Author Share Posted December 16, 2003 I needed to set this field. define('HTTP_SERVER', 'http://www.mydomain.com/catalog/'); // eg, http://localhost - should not be empty for productive servers Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.