Webpage problem

Status
Not open for further replies.
Newbie Spellweaver
Joined
Oct 4, 2008
Messages
30
Reaction score
0
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!
 
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
 
I think that the Website isnt installed like it is supposed to be.
when you put it in the htdocs folder try going to
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 `
 
Status
Not open for further replies.
Back