Jump to content
MakeWebGames

Recommended Posts

Posted

When i attack some one I get this error

QUERY ERROR: Column count doesn't match value count at row 1
    Query was INSERT INTO events VALUES('',4,UNIX_TIMESTAMP(),0,'Twitch mugged you and stole $0.')

 

What is this?

I also get this on many other things like sending money.

Help would be appreciated.

Thank you, CJ

Posted

goto your PHPMYADMIN and count the fields for EVENTS they should match those your trying to INSERT nito if they dont you will need to either remove/add a field on PHPMYADMIN or edit the php file to reflect to the amount of fields on your EVENTS

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...