MyBB.de Forum
AdminPN Problem - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: AdminPN Problem (/thread-2222.html)



AdminPN Problem - computexx - 31.05.2006

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.


RE: AdminPN Problem - StefanT - 31.05.2006

https://www.mybb.de/forum/showthread.php?tid=1340


RE: AdminPN Problem - computexx - 31.05.2006

Schanke Dön!
Hab ich wohl überlesen in der Suche! Sry!