-
Help! +rep
Hey,
I need a member system for my website so i used the User System Part 1 tut on TechTuts. I copied all the code and changed the database username and password and the database name etc. However, when I ran it It said:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/bonxa/public_html/members/config.php on line 7
and;
Table 'bonxa_usersystem.users' doesn't exist
and then on the when you register :
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/bonxa/public_html/members/config.php on line 7
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/bonxa/public_html/members/register.php on line 17
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/bonxa/public_html/members/register.php on line 19
Your registration was successful!
What the hell does this all mean? everytime I code a CMS or Member System stupid MYSQL databases mess up and display things like this and I have no idea what they mean.
+rep for all help.
-
Either it's fake or you havent entered the correct MySQL details.
-
Take at look for yourself.
http://www.bonxa.com/members
Im lost. How do i write them up if you know what i mean? Like with underscores or what?
-
If you still aint done it PM me your MSN and ill do it for you
-
-
It Says You Havnt made This Table
bonxa_usersystem.users
-
How do I make that table?
-
Run the SQL query[s] in PHPMyAdmin in the database you made for the user system.
-
Which SQL queries? The ones that say's on TechTuts?
-