Seltsames Shoutbox - Mod problem ...
Verfasst: 23.05.2005 23:08
also ich habe ein problem mit der fully integrated shoutbox ... ich hatte alles installiert und auch db aufgefrischt, aber heute kam der fehler:
seht selbst, unten in der sb, etwas runterscrollen
http://chesus.ch.ohost.de/index.php
in zeile 98 von der sb view steht:
97
98
99
komisch , oder?
ich hab auch schon versucht das db update erneut zu machen, dann kam das:
seht selbst, unten in der sb, etwas runterscrollen
http://chesus.ch.ohost.de/index.php
in zeile 98 von der sb view steht:
97
Code: Alles auswählen
{
Code: Alles auswählen
message_die(GENERAL_ERROR, 'Could not get shoutbox information', '', __LINE__, __FILE__, $sql);
Code: Alles auswählen
}
ich hab auch schon versucht das db update erneut zu machen, dann kam das:
Code: Alles auswählen
This list is a result of the SQL queries needed for this Mod
fully integrated shoutbox
[Already added] 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) )
[Already added] line: 2 , INSERT INTO phpbb_config (config_name, config_value) VALUES ('prune_shouts', '0')