Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin problem


badbyte

Recommended Posts

Posted

Hello guys.

 

I'm having a problem that a can't figure out, maybe someone can help me.

I installed AppServ and the oscommerce template and everything went ok, i can access the admin site and the catalog.

When i restarted my computer i tried to go again to the admin site and it doesn't open but the catalog is ok.

Then i tried to edit AppServ\www\includes\configure.php and AppServ\www\admin\includes\configure.php and changed everything needed to my lan ip 192.168.2.102 to see if both sites (admin and catalog) would work. When i tried to open both sites from another computer in my lan the error is

1046 - No Database Selected

 

select configuration_key as cfgKey, configuration_value as cfgValue from configuration

 

[TEP STOP]

 

How can i fix this?

Thanks

Posted

Hello, I was wondering if you were able to fix your problem? If you were able to fix your problem can you pass on the information to me? I am having the same problem at this point.

 

Thanks

Jay

Posted

In AppServ\www\includes\configure.php and AppServ\www\admin\includes\configure.php, make sure the entries for your database are correct. You want "localhost", not 192.168.2.102 in the database server portion:

 

define('DB_SERVER', 'localhost');

Contributions

 

Discount Coupon Codes

Donations

Posted

do you have the mysql server setup so the database can be accesed via the network? is this a separate system you are trying to access remotely?

Archived

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

×
×
  • Create New...