Seite 1 von 1
Problem mit Fully Integrated Shoutbox
Verfasst: 18.08.2007 09:53
von konstantin_br
Hallo,
ich habe gerade versucht die fully integrated shoutbox in meinem forum zu installieren - allerdings ist mir bei der installation schon folgender Fehler aufgestoßen:
Code: Alles auswählen
Vorgeschlagene Datenbank-Änderungen für deine mysql Datenbank Erlauben
Keine SQL Befehle zu verarbeiten. Klicke auf 'Installation ferigstellen' zum fortzufahren.
Die Installation konnte allerdings abgeschlossen werden.
Wenn ich nun das Forum öffnne, sieht die Shoutbox aber gewiss nicht so aus, wie sie aussehen sollte:
http://domministranten.do.funpic.de/
In der Shoutbox selbst öffnet sich das Forum wieder und der Link "Shoutbox" ist auch nicht zu gebrauchen.
Hat wer eine Idee?
Vielen Dank im Vorraus
Verfasst: 18.08.2007 11:36
von Andi1111
das sieht soweit schon richtig aus, nur die shout tabelle in der datenbank fehlt. schau doch noch mal in die install ob da die nötigen sql befehle stehen, oder ob es eine update datei gibt die du ausführen musst.
SQL Error : 1146 Table 'domministranten.phpbb_shout' doesn't exist
Verfasst: 18.08.2007 12:59
von konstantin_br
Guter Hinweis, hab grad folgendes gefunden:
Code: Alles auswählen
## 2.1 SQL commands are not performed
## -----------
## This MOD need a database update.
## Then, in any case if you install this MOD manually or using
## an alpha release of EM, please copying the *_db_update.php
## in your phpBB root directory, run it with your navigator,
## and then delete it from the phpBB root directory.
##
## Please, do it NOW! Before editing phpBB files by EM or manually!!!
## Otherwise, you may have an error message during your next
## connection.
Wo finde ich dieses root-verzeichnis?
Verfasst: 18.08.2007 13:01
von Andi1111
das root, ist das hauptverzeichnis, also das wo z.b. die config.php ist.
Verfasst: 18.08.2007 13:06
von konstantin_br
danke! hab das update ausgeführt.
dabei kam folgende meldung:
Code: Alles auswählen
This list is a result of the SQL queries needed for this Mod
fully integrated shoutbox
[Added/Updated] line: 1 , CREATE TABLE phpbb_shout ( shout_id MEDIUMINT(8) UNSIGNED NOT NULL auto_increment, shout_username VARCHAR(25) NOT NULL, shout_user_id MEDIUMINT(8) NOT NULL, shout_group_id MEDIUMINT(8) NOT NULL, shout_session_time INT(11) NOT NULL, shout_ip CHAR(8) NOT NULL, shout_text TEXT NOT NULL, shout_active MEDIUMINT(8) NOT NULL, enable_bbcode TINYINT (1) NOT NULL, enable_html TINYINT (1) NOT NULL, enable_smilies TINYINT (1) NOT NULL, enable_sig TINYINT (1) NOT NULL, shout_bbcode_uid VARCHAR(10) NOT NULL, INDEX (shout_id) )
[Added/Updated] line: 2 , INSERT INTO phpbb_config (config_name, config_value) VALUES ('prune_shouts', '0')
Auf der Startseite kann man jetzt "shouten", aber im ACP hab ich dafür jetzt ein problem:
Code: Alles auswählen
phpBB : Kritischer Fehler
Could not query shoutbox config information
DEBUG MODE
SQL Error : 1146 Table 'domministranten.SHOUTBOX_CONFIG_TABLE' doesn't exist
SELECT * FROM SHOUTBOX_CONFIG_TABLE
Line : 36
File : admin_shoutbox.php