
08-28-2001, 01:37 AM
|
|
|
Join Date: Oct 2001
Location: NC, USA
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by Dibble
So, here is most of the error message.
Query failed:
INSERT INTO post (title,allowsmilie,threadid,dateline,nntpdateline, pagetext,visi
ble,msgid,ord,username,userid,nntpfrom,ipaddress,i susenetpost) VALUES ('What do you think? I want to know!!!',0,,998965144,994399103,'This ... etc, etc...
|
As I thought. The threadid (third value in the insert clause) is null. You need to upgrade your Perl DBI and MySQL modules.
|