(((TOLK))) Posted June 6, 2009 Posted June 6, 2009 When I get a problem I persevere and usually find a solution, but I'm not sure what's wrong here :? When a users tries to create a gang they recieve this error message QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO gangs VALUES('','ThE GaNgStErZ','join if ur invited','','',0,0,100,60,60,5,0,0,'') Anyone know how to fix this :? Quote
Mike09 Posted June 6, 2009 Posted June 6, 2009 Re: Create Gang Help Post the structure for your gang table. Quote
QBD Posted June 6, 2009 Posted June 6, 2009 Re: Create Gang Help Try this and see if it helps.. mysql_query("INSERT INTO gangs VALUES('','ThE GaNgStErZ','join if ur invited','','',0,0,100,60,60,5,0,0,'')"); or mysql_query("INSERT INTO gangs VALUES('','ThE GaNgStErZ','join if ur invited','','',0,0,100,60,60,5,0,0,'','')"); Quote
Mike09 Posted June 6, 2009 Posted June 6, 2009 Re: Create Gang Help Try this and see if it helps.. mysql_query("INSERT INTO gangs VALUES('','ThE GaNgStErZ','join if ur invited','','',0,0,100,60,60,5,0,0,'')"); or mysql_query("INSERT INTO gangs VALUES('','ThE GaNgStErZ','join if ur invited','','',0,0,100,60,60,5,0,0,'','')"); Lol are you being serious? Quote
Tonka Posted June 6, 2009 Posted June 6, 2009 Re: Create Gang Help When I get a problem I persevere and usually find a solution, but I'm not sure what's wrong here :? When a users tries to create a gang they recieve this error message QUERY ERROR: Column count doesn't match value count at row 1 Query was INSERT INTO gangs VALUES('','ThE GaNgStErZ','join if ur invited','','',0,0,100,60,60,5,0,0,'') Anyone know how to fix this :? plain and simple, you added something to the gang table, probably a gang pic mod and didn't modify your insert query, as mike09 said post you gangs table structure and someone will be able to help. 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.