was mach ich den falschphpBB : Critical Error
Could not query shoutbox config information
DEBUG MODE
SQL Error : 1146 Table 'xxxx.forum_shoutbox_config' doesn't exist
SELECT * FROM forum_shoutbox_config
Line : 229
File : /kunden/xxxx/webseiten/forum/common.php
Small ShoutBox 1.4
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
-
steffi1977
- Mitglied
- Beiträge: 1578
- Registriert: 10.01.2004 22:49
- Wohnort: Moers
- Kontaktdaten:
Small ShoutBox 1.4
Ich will die Installieren und bekomme auch da folgenden Fehler

-
steffi1977
- Mitglied
- Beiträge: 1578
- Registriert: 10.01.2004 22:49
- Wohnort: Moers
- Kontaktdaten:
ich habe http://www.baleika.de/forum/db_install.php eingegeben und es versucht und dabei kam die Meldung oder meinst du was anderes ??
Ne, das meinte ich 
Hmm, ist die Tabelle denn vorhanden, wenn Du in der Db schaust?
Hmm, ist die Tabelle denn vorhanden, wenn Du in der Db schaust?
www.dsaforum.de - DAS DSA Fanforum
Wohl kaum, denn die Meldung sagt ja:
Der findet die Tabelle nicht, oder darf dort nichts reinschreiben.SQL Error : 1146 Table 'xxxx.forum_shoutbox_config' doesn't exist
SMFPortal.de - Deutscher Simple Machines Forum Support
-
steffi1977
- Mitglied
- Beiträge: 1578
- Registriert: 10.01.2004 22:49
- Wohnort: Moers
- Kontaktdaten:
Dann versuch mal mit phpmyadmin den Datenbank Befehl direkt auszuführen, der ist doch bestimmt auch in der installationsanleitung drin oder?
www.dsaforum.de - DAS DSA Fanforum
-
steffi1977
- Mitglied
- Beiträge: 1578
- Registriert: 10.01.2004 22:49
- Wohnort: Moers
- Kontaktdaten:
Das ist da drin
Wie führe ich das den direkt in der db aus ??#-----[ SQL ]------------------------------------------
#
CREATE TABLE phpbb_shoutbox (
id int(11) NOT NULL auto_increment,
sb_user_id int(11) NOT NULL,
msg varchar(255) NOT NULL,
timestamp int(10) unsigned NOT NULL,
sb_username varchar(255) NOT NULL,
PRIMARY KEY (id)
);
CREATE TABLE phpbb_shoutbox_config (
config_name varchar(255) NOT NULL,
config_value varchar(255) NOT NULL,
PRIMARY KEY (config_name)
);
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_guest_view','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_guest','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_delete_all','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_delete','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_edit_all','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_edit','0');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_bbcode','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('allow_smilies','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('links_names','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('make_links','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('count_msg','100');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('delete_days','30');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('text_lenght','500');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('word_lenght','90');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('date_format','D G:i');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('date_on','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shoutbox_on','1');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shout_width','800');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('shout_height','250');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('banned_user_id','');
INSERT INTO phpbb_shoutbox_config (config_name, config_value) VALUES ('banned_user_id_view','');
-
steffi1977
- Mitglied
- Beiträge: 1578
- Registriert: 10.01.2004 22:49
- Wohnort: Moers
- Kontaktdaten:
steffi1977 hat geschrieben:kann das auch was mit der prefix zu tun haben ??
weil bei mir heißt es forum_ und nicht phpBB_
habe ich auch vermutet das es am präfix liegen könnte...
entweder benennst du den präfix in der install datei um oder die tabelle...