TonyC
|
| Posted: 04/25/2002, 4:12 PM |
|
I have a machine with CCStudio, PHP4, MySQL. Portal app. ported. Pages come up fine which shows data coming out of database, but can't get it to accept username and password. I had this problem month ago, but have forgotten what I did to resolve the problem. Can anyone point me in right direction?
TonyC
|
|
|
 |
Nicole
|
| Posted: 04/26/2002, 4:30 AM |
|
Tony,
what type of problem have you got while logging in?
|
|
|
 |
TonyC
|
| Posted: 04/26/2002, 7:32 AM |
|
Hi Nicole,
I type in admin/admin - username and password and nothing happens. The app doesn't continue to the next page and no errors are generated. If I should enter the wrong user name(not in db) or wrong password(for UserName in DB) I get 'Login or Password is incorrect.'. All navigation from pages requiring no security work and content is being delivered from db. I am using XP, PHP4, MySQL and MySQL ODBC 2.50. I converted DB from access. Data & structure looks intact. Thank you for helping...TonyC
|
|
|
 |
Alex Alexapolsky
|
| Posted: 04/26/2002, 7:48 AM |
|
1) Please make sure that cookie are turned on
2) Could be a time sync issue when cookie expires because server
has wrong time.
|
|
|
 |
TonC
|
| Posted: 04/26/2002, 1:27 PM |
|
That was it Alex... Thanks... TonyC
|
|
|
 |
Renko
|
| Posted: 07/19/2002, 2:15 AM |
|
Go to your database find the table users edit it there
|
|
|
 |
|