Jump to content
MakeWebGames

Recommended Posts

Posted

Hey guys I've just been fiddeling around with a mod for my gangs, but I cannot create a gang for some reason now. i havnt changed anything in the DB or the creategang.php file and I don't know what the problem is. I could make gangs before but now it just won't work. I get this error:

QUERY ERROR: Column count doesn't match value count at row 1

Query was INSERT INTO gangs VALUES('','test','test','','',0,0,100,3,3,5,0,0,'')

Posted

Re: Big gang problem, Cannot create

if you added an extra column to you gang table that would be your problem, this should fix it

INSERT INTO gangs VALUES('','test','test','','',0,0,100,3,3,5,0,0,'','')

Posted

Re: Big gang problem, Cannot create

Yes, its very simple fix, you have added a script probably like gang pics or something like that, in the create gang query, you have to add another field as tonka implied.

Which is the

,''

at the end before the ) and that will fix it! Probably

  • 6 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...