-
Enthusiast
Webpage problem
i get a error in my webpage what do i do
this is th error
this MySQL server in C:\xampp\htdocs\Register\modules\register.php on line 55
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\xampp\htdocs\Register\modules\register.php on line 56
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\Register\modules\register.php on line 57
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\xampp\htdocs\Register\modules\register.php on line 57
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\Register\modules\register.php on line 58
Warning: mysql_query() [function.mysql-query]: Access denied for user 'ODBC'@'localhost' (using password: NO) in C:\xampp\htdocs\Register\modules\register.php on line 67
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in C:\xampp\htdocs\Register\modules\register.php on line 67
Registration Failed!
-
-
Blank
Re: Webpage problem
Haha, registration failed.
-
Last of the OsRose Devs
Re: Webpage problem
hmmm
why not try looking to see exactly what php code it is using in
C:\xampp\htdocs\Register\modules\register.php on line 56
and all the others.
My guess is that it is passing variables to the database. Variables that come from a config file.
Sounds like they are the wrong ones if it can't connect to the database
-
Member
Re: Webpage problem
I think that the Website isnt installed like it is supposed to be.
when you put it in the htdocs folder try going to http://localhost/install/install.php
or something like that.
at least that is what i think the problem is.
and if you already done it maybe try looking at the path of the database maybe the database name is wrong or something.
Blackdpd `