Jameoo Posted April 18, 2008 Posted April 18, 2008 hi i got this error when i installed my game cand you please help me and tell me what i forhot i get it as soon as i log in Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 11 in /home/ufruh/public_html/class/class_db_mysql.php on line 94 Quote
Guest Anonymous Posted April 18, 2008 Posted April 18, 2008 Re: Hi I Got An Error Need more information here.... The complete DDF - Use phpMyAdmin to export (wihout data) and post the resulting SQL. Can you also supply the cardinality of any all all indices. Quote
Jameoo Posted April 18, 2008 Author Posted April 18, 2008 Re: Hi I Got An Error here is the db but dno wa u mean by the co ordanate Link removed for security -- Nyna Quote
shedh Posted April 25, 2008 Posted April 25, 2008 Re: Hi I Got An Error Have you got the problem fixed? If not i think you may of had a problem during installation i got the same problem so i reinstalled it I had a problem with the connection to the database Quote
Eternal Posted May 7, 2008 Posted May 7, 2008 Re: Hi I Got An Error :mrgreen: killah999 what was the answer to your question so other gamers can fix this error when they come across it plz exlain thanx |thahacker07| Quote
Jameoo Posted May 7, 2008 Author Posted May 7, 2008 Re: Hi I Got An Error The News Paper Had 0 Rows Init So Thats Why It Was Showing That Message Quote
Eternal Posted May 8, 2008 Posted May 8, 2008 Re: Hi I Got An Error :mrgreen: so the answer to the error is::: if you ever have a error Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 11 in /home/ufruh/public_html/class/class_db_mysql.php on line 94 or any like it that means that you have set up a table // field with no data input so you check up on what data you have and insert a field into it :evil: Quote
Ragnar Posted July 11, 2008 Posted July 11, 2008 Re: Hi I Got An Error If you get that error on the Mail Compose Message page, when you use the 'Compose Message' link, replace { $user=$db->fetch_single($db->query("SELECT username FROM users WHERE userid={$_GET['ID']}")); } with if($_GET['ID']) { $user=$db->fetch_single($db->query("SELECT username FROM users WHERE userid={$_GET['ID']}")); } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.