The Ace Posted March 15, 2008 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
whitescout Posted March 15, 2008 Posted March 15, 2008 Re: Gang Surrender Try emptying the tables for the gang surrenders Quote
gurpreet Posted March 16, 2008 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
Tonka Posted March 18, 2008 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
The Ace Posted March 18, 2008 Author Posted March 18, 2008 Re: Gang Surrender Thanks mate! That worked! :) 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.