ricco
Tue 17 April 2007, 12:31 pm GMT +0200
This is what greets me when I request the login page:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'user'@'localhost' (using password: YES) in E:\wamp\www\userAuthentication_2\access_user_class.php on line 135
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in E:\wamp\www\userAuthentication_2\access_user_class.php on line 136
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in E:\wamp\www\userAuthentication_2\access_user_class.php on line 136
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in E:\wamp\www\userAuthentication_2\access_user_class.php on line 103
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in E:\wamp\www\userAuthentication_2\access_user_class.php on line 103
Access denied for user 'ODBC'@'localhost' (using password: NO)
Login:
Please enter your login and password.
Login:
Password:
Automatic login?
Not registered yet? Click here.
Forgot your password?
Login with messages according user's language settings
(only for users with a profile)
* * *
Why would I get an error when the page is first displayed...furthermore, as you can see, it then continues to display the login screen text and input fields following the error announcement...
also, i have the db setup and ran the sql scripts successfullly, and I am using root as my userid and in the config php file...
Please, help...I going to bed now: it is 5:35am central standard time, and I have been going at this since 11:00pm last night...
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'user'@'localhost' (using password: YES) in E:\wamp\www\userAuthentication_2\access_user_class.php on line 135
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'ODBC'@'localhost' (using password: NO) in E:\wamp\www\userAuthentication_2\access_user_class.php on line 136
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in E:\wamp\www\userAuthentication_2\access_user_class.php on line 136
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in E:\wamp\www\userAuthentication_2\access_user_class.php on line 103
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in E:\wamp\www\userAuthentication_2\access_user_class.php on line 103
Access denied for user 'ODBC'@'localhost' (using password: NO)
Login:
Please enter your login and password.
Login:
Password:
Automatic login?
Not registered yet? Click here.
Forgot your password?
Login with messages according user's language settings
(only for users with a profile)
* * *
Why would I get an error when the page is first displayed...furthermore, as you can see, it then continues to display the login screen text and input fields following the error announcement...
also, i have the db setup and ran the sql scripts successfullly, and I am using root as my userid and in the config php file...
Please, help...I going to bed now: it is 5:35am central standard time, and I have been going at this since 11:00pm last night...