Shoutbox Problem install?

GoldenGate
Dies ist eine vorgefertigte Schablone.
Bitte fülle soviel aus, wie dir nur Möglich ist, du kannst auch gerne noch mehr Angaben machen.


Problembeschreibung:


Kann das was mit dem Thema von gestern zu tun haben! WEnn ich aber nach dem Wort

condition suche kommt da nix in der setup datei


XundY - Megashoutbox V1.3 Installation
SQL-DATABASE ERROR

Database error in WoltLab Burning Board (): Invalid SQL: INSERT INTO bb1_acpmenuitemgroups (title,condition,conditiontype,showorder,acpmode) VALUES ('XY_Megashoutbox','xy_can_shout_kill;xy_can_shoutbox_admin;xy_can_ban_shou
tuser;xy_can_magashoutbox_designpack_edit;xy_can_add_megaboxcommands','OR',
'18','1')
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 'condition,conditiontype,showorder,acpmode) VALUES ('XY_Megashoutbox','xy_can_sho' at line 1
mysql error number: 1064
mysql version: 5.0.32-Debian_7etch1-log
php version: 5.2.0-8+etch11
Date: 11.10.2009 @ 17:58
Script: /wbb2/acp/xy_setup_megashoutbox.php
Referer: http://web368.hercules2.sprintweb.de/wbb...egashoutbox.php


Fehlermeldung:


Link zum Forum oder Screenshot:


Was wurde zuletzt geändert oder eingebaut?
janolaf
guck mal in deine Datei --> /wbb2/acp/lib/class_variableimport.php
und ändere dort
php:
1:
$db->query("INSERT INTO bb".$n."_acpmenuitemgroups (title,condition,conditiontype,showorder,acpmode) VALUES ('".addslashes($itemgroup['name'])."','".addslashes($itemgroup['condition'])."','".addslashes($itemgroup['conditiontype'])."','".$showorder."','".intval($itemgroup['acpmode'])."')");

in
php:
1:
$db->query("INSERT INTO bb".$n."_acpmenuitemgroups (title,`condition`,conditiontype,showorder,acpmode) VALUES ('".addslashes($itemgroup['name'])."','".addslashes($itemgroup['condition'])."','".addslashes($itemgroup['conditiontype'])."','".$showorder."','".intval($itemgroup['acpmode'])."')");
Agi
Die Lösung von janolaf ist grundsätzlich richtig, aber da fehlt noch was.

Hier im Beitrag ganz unten steht, was du alles ändern musst.

Dann sollte es funktionieren.
onesworld
Ähm... http://web368.hercules2.sprintweb.de/wbb2/

Die Shoutbox läuft da längst. großes Grinsen
Agi
Dann wärs gut gewesen, wenn GoldenGate den Thread als erledigt markiert hätte ... Floeten

Naja seis drum. Dann mach ich das eben jetzt.