PDA

View Full Version : mySql Error


Deazy
02-03-2008, 10:54 PM
Hey

I am using a login system code for my website that requires you to install it via a mySql database. I did that alright and the code looks spec!

The only thing is when I register or Login, I get errors about mySql that I do not understand. Can you please help the errors are.

On Registration
SQL/DB Error -- [Table 'mdeas_login.login_users' doesn't exist]


Notice: Trying to get property of non-object in /home/mdeas/public_html/login/functions.php on line 210

SQL/DB Error -- [Table 'mdeas_login.login_users' doesn't exist]


Notice: Trying to get property of non-object in /home/mdeas/public_html/login/functions.php on line 210

SQL/DB Error -- [Table 'mdeas_login.login_users' doesn't exist]


Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/mdeas/public_html/login/lib/connection.php on line 131

User not found. Please contact the admin at deazy@deazys-services.com


On Login
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/mdeas/public_html/login/lib/connection.php on line 131

Login failed!

Here is the link to the installed files on my database which you can look around. I am willing to let you have access if need be.

http://www.deazys-services.com/login

Thanks!

Fumigator
02-04-2008, 06:01 AM
This one looks pretty easy to understand...

SQL/DB Error -- [Table 'mdeas_login.login_users' doesn't exist]

Deazy
02-04-2008, 01:22 PM
Yeah but if you register an account and then try to login it will not work.

Fumigator
02-04-2008, 04:51 PM
Did you create that table?

Deazy
02-04-2008, 11:01 PM
I just installed the code. I dont know anything about tables or mySql...

Fumigator
02-04-2008, 11:10 PM
K, well, learn how to create the missing table(s) and then the code will work.

Deazy
02-05-2008, 09:34 AM
I dont know how to do that. Is it possible if I gave you access to the code to alter it?

Fumigator
02-05-2008, 07:47 PM
I dont know how to do that. Is it possible if I gave you access to the code to alter it?

This is a learning forum, so I'm going to decline your request, unless we can agree to some kind of compensation. PM me if you're interested. :thumbsup:

That said, you may get someone else to do your work for you, but that's missing the whole point. You should mosey on over to google and poke around for a while, or pick up a book from the library or bookstore, and see if you can change your life from "I don't know how to do that", to "I can do that, it's easy". The sense of satisfaction you'll get will surprise you.

And of course we're here to help-- but you have to do your part. Struggle with it for a while and then if it's still not working, come ask a specific question about what you're trying and what's not working. We enjoy helping people who want to learn, we're not so keen on simply doing the work of others for free.

Deazy
02-05-2008, 10:29 PM
Okay well I have come to the wrong forum then. I dont have enough time to really learn... If I did I would have learnt it all by now but I cant.