ich hab das orion phpbb. ich wollte gerade die shoutbox installiern, doch es kommt immer folgende meldung:
Code: Alles auswählen
Could not get shoutbox information
DEBUG MODE
SQL Error : 1146 Table 'thomaselsken.SHOUTBOX_TABLE' doesn't exist
SELECT s.*, u.user_allowsmile, u.username FROM SHOUTBOX_TABLE s, orion_users u WHERE s.shout_user_id=u.user_id ORDER BY s.shout_session_time DESC LIMIT 0, 20
Line : 98
File : shoutbox_view.php
ich habe definitiv die shoutbox_db_update.php datei ausgefüht, es kommt beim nochmaligen ausführen auch immer folgende meldung:;
ich hoffe, mir kann jemand helfenThis list is a result of the SQL queries needed for this Mod
fully integrated shoutbox
[Already added] line: 1 , CREATE TABLE orion_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) )
[Already added] line: 2 , INSERT INTO orion_config (config_name, config_value) VALUES ('prune_shouts', '0')