Quote:
Originally Posted by sv1cec
3. Torqued. If the column hasn't been added because of the mistake that mcyates reported, and which you were also getting, it's normal to receive an incorrect columns error. Now that you added the column, does it still produces that error?
|
John,
Yes. After adding that column, I am still getting this error when adding a warning to a user:
Quote:
Database error in vBulletin 3.0.3:
Invalid SQL: insert into vb3warnings values('','11','1','1101678832','test','495','1',' A','','')
mysql error: Column count doesn't match value count at row 1
mysql error number: 1136
|
Here's what I have in my "warnings" table:
Quote:
Field Type Attributes Null Default Extra Action
wid int(15) No auto_increment
warned_user int(15) No 0
warned_by int(15) No 0
warned_time int(15) No 0
warned_reason text No
warned_post int(15) No 0
warned_warning_id int(15) No 0
warned_status char(1) Yes NULL
removed_by int(15) Yes NULL
|
What am I missing?
No worries on the issues, mate! You're doing a great job!

Thanks for all the hard work and for responding to other users' requests for features.