Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
One last problem
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Diddy" data-source="post: 193621" data-attributes="member: 5596"><p>So After alot of thinking and looking i manged to get ubercms working at last so many errors.</p><p> </p><p>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</p><p> </p><p>[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</p><p> </p><p>Duplicate entry '0' for key 'PRIMARY'[/CODE]</p><p> </p><p>Anyone possibly know how to fix?</p><p> </p><p>My line 84 is </p><p> </p><p>[CODE]$id = intval(mysql_result(dbquery("SELECT id FROM users WHERE username = '" . $username . "' ORDER BY id DESC LIMIT 1"), 0));[/CODE]</p></blockquote><p></p>
[QUOTE="Diddy, post: 193621, member: 5596"] 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 [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'[/CODE] 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));[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
One last problem
Top