Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

configure.php


Andy B

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...