I am using PHP 4.2.2, WIN98, Apache 2.0, MS-SQL 7.0 (on a network machine with win2k) and yr PHPLib 7.4-pre1.
I am able to connect to database and my session are propaganting with cookies (the counter on index.php3 is really incrementing), otherwise the showoff.php3 do not recognize my default admin information (user:kris, password: test). I always get back the following information: "Either your username or your password are invalid.
Please try again!".
My PHP vars - track_vars enabled on that version by default, register_globals = on, magic_quote_gpc = off (according help doc).
What am I doing wrong?
May anyone help me on that matter?
Thanks in deed in advance.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi dekar,
I have exactly the same problem.
Did you get a solution for that yet??
In other forums I posted the same question, but the answers unfortunately did not help me...
One suggestion even was that the showoff.php3 is simply broken and therefore does not work.
I work on this problem for 3 days now and I think I will reinstall everything again and then try to code my own login page, hoping the phplib installation is correct.
Maybe we can help each other.
Greetings,
Jens
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In a matter of fact the phplib is working well for me by now. I have done the following steps:
* turn on globals on php.ini;
* as I am using MSSQL server I have to make some little changes on the tables (the field VAL must be TEXT instead of VARCHAR - tables Active Session and Active Session Split). These must be done 'cause the information on varchar is truncated on 255 caracters. It means: change the database definition;
* in the file ct_sql.inc you should change the query to use "like" intead "=" operator when comparing VAL value.
I hope these ones be helpful.
Sincerely,
Fco. Claudemirton Mota Macdo
___________________________
Web Designer
Laboratrio de Multimdia -EAD
CETAE - SENAI
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sirs,
I am using PHP 4.2.2, WIN98, Apache 2.0, MS-SQL 7.0 (on a network machine with win2k) and yr PHPLib 7.4-pre1.
I am able to connect to database and my session are propaganting with cookies (the counter on index.php3 is really incrementing), otherwise the showoff.php3 do not recognize my default admin information (user:kris, password: test). I always get back the following information: "Either your username or your password are invalid.
Please try again!".
My PHP vars - track_vars enabled on that version by default, register_globals = on, magic_quote_gpc = off (according help doc).
What am I doing wrong?
May anyone help me on that matter?
Thanks in deed in advance.
Hi dekar,
I have exactly the same problem.
Did you get a solution for that yet??
In other forums I posted the same question, but the answers unfortunately did not help me...
One suggestion even was that the showoff.php3 is simply broken and therefore does not work.
I work on this problem for 3 days now and I think I will reinstall everything again and then try to code my own login page, hoping the phplib installation is correct.
Maybe we can help each other.
Greetings,
Jens
Hi Jens,
In a matter of fact the phplib is working well for me by now. I have done the following steps:
* turn on globals on php.ini;
* as I am using MSSQL server I have to make some little changes on the tables (the field VAL must be TEXT instead of VARCHAR - tables Active Session and Active Session Split). These must be done 'cause the information on varchar is truncated on 255 caracters. It means: change the database definition;
* in the file ct_sql.inc you should change the query to use "like" intead "=" operator when comparing VAL value.
I hope these ones be helpful.
Sincerely,
Fco. Claudemirton Mota Macdo
___________________________
Web Designer
Laboratrio de Multimdia -EAD
CETAE - SENAI