This topic is locked

User logins and user table

2/1/2007 15:27:42
PHPRunner General questions
A
apensler author

Forgive me if this comes out twice. I think I may have lost connection on the first post. I have developed about 10 projects in the past but this is the first time I have used the user login option. I developed on one server and then ported it to my production server when complete. Everything is looking at the proper server except for the table that I used for user logins. That table still points to my development environment. Is there something I can quickly do or do I have to redesign the project on the production machine.
Regards,
Al

kujox 2/1/2007

Everything is looking at the proper server except for the table that I used for user logins. That table still points to my development environment. Is there something I can quickly do or do I have to redesign the project on the production machine.


This does seem to be a puzzler, the project can only point to one table, unless you put in custom code.
WHat is the db the project is using?
Have you hard coded the user logins? if so this might not be in the table.

A
apensler author 2/1/2007



This does seem to be a puzzler, the project can only point to one table, unless you put in custom code.
WHat is the db the project is using?
Have you hard coded the user logins? if so this might not be in the table.


No custom code. No hard coded login
peopler were registering and they could not login back in. When I shut down the development server a dbconnect error came up saying it could not fine the table and showed the ip address of that development server

A
apensler author 2/1/2007



This does seem to be a puzzler, the project can only point to one table, unless you put in custom code.
WHat is the db the project is using?
Have you hard coded the user logins? if so this might not be in the table.


No custom code. No hard coded login
people were registering and they could not login back in. When I shut down the development server a dbconnect error came up saying it could not fine the table and showed the ip address of that development server