Diddy
Active Member
- Aug 14, 2011
- 109
- 35
So After alot of thinking and looking i manged to get ubercms working at last so many errors.
I have ran into one problem i can not fix though and thats when a user signs up and goes to the page register_submit they get this error
Anyone possibly know how to fix?
My line 84 is
I have ran into one problem i can not fix though and thats when a user signs up and goes to the page register_submit they get this error
Code:
Warning: mysql_result(): Unable to jump to row 1 on MySQL result index 15 in C:\inetpub\wwwroot\inc\class.users.php on line 84
Duplicate entry '0' for key 'PRIMARY'
Anyone possibly know how to fix?
My line 84 is
Code:
$id = intval(mysql_result(dbquery("SELECT id FROM users WHERE username = '" . $username . "' ORDER BY id DESC LIMIT 1"), 0));