SQL problem before OpenTable()

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   SQL problem before OpenTable()
yancho
CZ Newbie
yancho has been a member for over 19 year's 19 Year Member
Gender: Male
Status: Offline
Joined: May 17, 2005
0.00 posts per day
Posts: 1
Points: 43
   
Hi, I am trying wo rok on a ladder module and enhancing it and this is an error I cannot get rid of. Any help please?

This is the link for the module :
[ Register or login to view links on this board. ]

As you can see there is this error :

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/mepa/public_html/cyber-games/includes/sql_layer.php on line 286
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

It is just before the Table is opened. But before the function opentable() I cannot see any errors icon_neutral.gif



These are the lines which I think are causing the error:

else {
$qdb = "WHERE game='$new_game'";
$res = sql_query("select gametext from ".$prefix."_games where gameid='$new_game'", $dbi);
list($game_title) = sql_fetch_row($res, $dbi);
OpenTable();




Here is the code of index.php which is found in /modules/Ladders1v1/ [ Register or login to view links on this board. ] Doubtful lines are highlighted

PS : I am not sure if I am searching the right place!!

Thanks for the help beforehand!



Back to top Reply with quote
#2   
Telli
Site Admin
Telli has been a member for over 20 year's 20 Year Member
Occupation: Self Employed
Age: 46
Gender: Male
Fav. Sports Team: Detroit Red Wings
Website:
Status: Offline
Joined: May 26, 2003
1.06 posts per day
Posts: 8089
Points: 494,430
   
Does the sql table exist?




_________________
The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he, who in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy my brothers. And you will know my name is the Lord when I lay my vengeance upon thee. Ezekiel 25:17
Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum