Seite 1 von 1

[orion] sql problem mit der shoutbox

Verfasst: 09.01.2007 16:22
von Hannibal
hi,
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 eine datei in der install.txt nicht verändert, da sie garnicht vorhanden war. (templates/cback/admin/board_config_body.tpl < ich hab kein verzeichniss admin)

ich habe definitiv die shoutbox_db_update.php datei ausgefüht, es kommt beim nochmaligen ausführen auch immer folgende meldung:;
This 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')
ich hoffe, mir kann jemand helfen

Re: [orion] sql problem mit der shoutbox

Verfasst: 09.01.2007 16:41
von gloriosa
Hallo,
deswegen
Hannibal hat geschrieben:ich hab das orion phpbb.
wende Dich besser gleich an den zuständigen Support ! :oops:

Ansonsten dürfte >>> KB:130 <<< weiterhelfen ! :o