I've a section open so none members can post but when a post is created a DB error shows up. When I disable the notifications the error goes away.
I have updated the files to the latest versions.
Any ideas?
The DB error is:
Code:
Invalid SQL:
INSERT INTO mgc_cb_evo_chat
(
dateline,fromuid,name,ctext,sticky,chanid,coidentifier,iswarning,warningtype,tpforumid,
hascustomavatar,avatarid,avatarrevision,usergroupid,displaygroupid
)
VALUES
(
1238499283,0,'','823,Test',0,0,0,1,'thread',38,
,,,
,
);
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ',,
,
)' at line 10
Error Number : 1064
Request Date : Tuesday, March 31st 2009 @ 11:34:43 AM
Error Date : Tuesday, March 31st 2009 @ 11:34:43 AM
Script : http://www.xxxxx.co.uk/newthread.php?do=postthread&f=38
Referrer : http://www.xxxxx.co.uk/newthread.php?do=newthread&f=38
IP Address :
Username : Unregistered
Classname : vB_Database
MySQL Version :
Quote:
Originally Posted by VBDev
There is a problem with the newthread notification, I'll be looking into it today
|
PS,
If I disable the "Activate the display of an automatic message upon creation of a new thread by an user" the error goes away but the other option works great.