geniuscrew
02-16-2003, 09:41 PM
Well I forgot to make the necessary changes to newthread.php - it had a column for NP in the table but when someone posted it got messed up because there isn't anything in the NP field to insert into the database. *Sighs* So i get this error which says invalid query, which is understandable.
Now I'm guessing if I re-do the query everything will be back to normal.
This is the query
INSERT INTO post (postid,threadid,title,username,userid,dateline,at tachmentid,pagetext,NP,allowsm ilie,showsignature,ipaddress,iconid,visible) VALUES (NULL,'1709','Nice Addition','****','25','1045419164','0','I like that Now Playing Box. Nice Addition :biggrin:','1','1','[IP number here]','14','1')
But somewhere it is wrong because I get "Column count doesn't match value count at row 1" when I try to insert it.
Please help!
Thanks
Now I'm guessing if I re-do the query everything will be back to normal.
This is the query
INSERT INTO post (postid,threadid,title,username,userid,dateline,at tachmentid,pagetext,NP,allowsm ilie,showsignature,ipaddress,iconid,visible) VALUES (NULL,'1709','Nice Addition','****','25','1045419164','0','I like that Now Playing Box. Nice Addition :biggrin:','1','1','[IP number here]','14','1')
But somewhere it is wrong because I get "Column count doesn't match value count at row 1" when I try to insert it.
Please help!
Thanks