The Ace Posted March 15, 2008 Share Posted March 15, 2008 Now, I don't know if this is in the right forum or not! But, whenever a gang tries to accept a surrender, this comes up: QUERY ERROR: 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 Query was SELECT * FROM gangwars where warID= Is this fixable? Quote Link to comment Share on other sites More sharing options...
whitescout Posted March 15, 2008 Share Posted March 15, 2008 Re: Gang Surrender Try emptying the tables for the gang surrenders Quote Link to comment Share on other sites More sharing options...
gurpreet Posted March 16, 2008 Share Posted March 16, 2008 Re: Gang Surrender I get this too, I have emptied the table many times, but it's something wrong in the base V2 coding. Quote Link to comment Share on other sites More sharing options...
Tonka Posted March 18, 2008 Share Posted March 18, 2008 Re: Gang Surrender try this, chaoswar4u posted this and it worked for me find: in yourgang.php list($_POST['war']) = $db->fetch_row($q); replace with: $_POST['war'] = $db->fetch_single($q); Quote Link to comment Share on other sites More sharing options...
The Ace Posted March 18, 2008 Author Share Posted March 18, 2008 Re: Gang Surrender Thanks mate! That worked! :) Quote Link to comment Share on other sites More sharing options...
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.