I want to add the Grog6's usergroup_add-on to keep unregistered from from posting in the chat but I got this MySQL error message.
SQL Error 1064
You have an error in your SQL syntax near '; INSERT INTO `chatbox_config` (`id`,`usergroupid`) VALUES ('1', '1|2|3|4|5|6|7' at line 1
The requests are:
CREATE TABLE `chatbox_config` (`id` TINYINT (2) , `usergroupid` VARCHAR (20) );
INSERT INTO `chatbox_config` (`id`,`usergroupid`) VALUES ('1', '1|2|3|4|5|6|7');
Any idea ?
|