MyBB.de Forum

Normale Version: AdminPN Problem
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo!

Hab die Normale Erweiterung des "PrivatMessageAdmin" auf einem Forum installiert, jedoch gibts bei der MySQL Syntax ein Problem beim aktivieren.

Ich finde leider den Fehler nicht *Grml* Such schon ne halbe Stunde aber all mein (wenig) Wissen reicht nicht aus.

Code:
mySQL error: 1064
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 1
Query: INSERT INTO `mybb_settings` (`name`, `title`, `description`, `optionscode`, `value`, `disporder`, `gid`)
VALUES ('privatemessageswitch', 'Private Message Admin Plugin Main Switch',
'Turns on or off the Private Message Admin plugin for the whole board.', 'onoff', 'on', 0, )

Der Code aus der Datei plugpma.php:
PHP-Code:
$db->query("INSERT INTO `".TABLE_PREFIX."settings` (`name`, `title`, `description`, `optionscode`, `value`, `disporder`, `gid`) VALUES 
('privatemessageswitch', 'Private Message Admin Plugin Main Switch', 'Turns on or off the Private Message Admin plugin for the whole board.', 'onoff', 'on', 0, "
.$group[gid].")"); 

Vielleicht findet Ihn von euch jemand, ich find ihn nicht.
Schanke Dön!
Hab ich wohl überlesen in der Suche! Sry!