Seite 1 von 1

Merküwrde Meldung im NEWS-MOD

Verfasst: 29.10.2003 15:01
von clubbiker
ich wollte heute nach lenger Zeit mal die Einstellungen des News-Mod in meinem Forum überprüfen. Beim Klick im Admin auf News Settings erhalte ich im rechten Frame die folgende rätselhafte Fehlermeldung:
News MOD hat geschrieben:Welcome to News Mod. Firstly you must complete some table changes.

Click here to upgrade to News Mod v1.1.0
Wieso will das Mod wissen welche Einstellungen ich vor zu nehmen habe? Werden da Daten von aussen in meinem Forum abgefragt?

Wenn ich dann "here Click" innerhalb dieser Fehlermeldung anklicke erhalte ich schon wieder eine neue Fehlermeldung:
News MOD hat geschrieben:Couldn't carry out database alterations.

This mod is designed for MySQL so please contact the author if you have troubles. If you can offer a translation of the SQL into other database formats, please send them to:
sam@wyvern.com.au

DEBUG MODE

SQL Error : 1062 Duplicate entry 'news_show_polls' for key 1

INSERT INTO flora_config (config_name, config_value) VALUES ('news_show_polls', '1')

Line : 286
File : /kunden/perke.de/flora-forum/admin/admin_news.php
Hat hier jemand eine Lösung von Euch?

Verfasst: 29.10.2003 22:41
von clubbiker
Wenn ich in der Fusszeile des news-mod auf News-Archiv klicke erhalte ich nun such diese Fehlermeldung:
News-MOD hat geschrieben:phpBB : Kritischer Fehler

Error updating sessions table

DEBUG MODE

SQL Error : 1054 Unknown column 'PAGE_NEWS' in 'field list'

UPDATE flora_sessions SET session_time = 1067463637, session_page = PAGE_NEWS WHERE session_id = '365b3ef2d602358a7bce27c06084b430'

Line : 305
File : /kunden/perke.de/flora-forum/includes/sessions.php

Verfasst: 29.10.2003 22:42
von Henne
SQL Error : 1054 Unknown column 'PAGE_NEWS' in 'field list'
Änderungen in der constants.php gemacht?

Verfasst: 29.10.2003 22:48
von clubbiker
Ne, da bin ich mir sicher, da das Problem erst seit 2 Tagen besteht und ich die Innereien der constants.php seit Monaten nicht zu Gesicht bekommen hab.

Verfasst: 31.10.2003 00:12
von clubbiker
Jetzt habe ich auf Grund dieser folgenden Meldung die Zeile 'news_show_polls' in die Tabelle flora_config einfügen wollen.
Datenbenbank hat geschrieben:INSERT INTO flora_config (config_name, config_value) VALUES ('news_show_polls', '1')
Nach dem ich dies tat, setzte sich der Besucherzähler auf Null zurück, was ja erst um 0:00 Uhr geschehen soll. Und heute Abend setzte er sich ohne mein zutun auf Null zurück. Hab ich jetzt ein sehr grosses Problem?


Hier einmal der Inhalt der flora_config. Vielleicht erkennt Ihr etwas ungewöhnliches.

Code: Alles auswählen

#
# Tabellenstruktur für Tabelle `flora_config`
#
# Erzeugt am: 29. Oktober 2003 um 23:11
# Aktualisiert am: 30. Oktober 2003 um 23:50
#

CREATE TABLE `flora_config` (
  `config_name` varchar(255) NOT NULL default '',
  `config_value` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`config_name`)
) TYPE=MyISAM;

#
# Daten für Tabelle `flora_config`
#

INSERT INTO `flora_config` VALUES ('config_id', '1');
INSERT INTO `flora_config` VALUES ('board_disable', '0');
INSERT INTO `flora_config` VALUES ('sitename', 'Elmshorner Bürgerforum');
INSERT INTO `flora_config` VALUES ('site_desc', '');
INSERT INTO `flora_config` VALUES ('cookie_name', 'flora_phpbb3');
INSERT INTO `flora_config` VALUES ('cookie_path', '/');
INSERT INTO `flora_config` VALUES ('cookie_domain', '');
INSERT INTO `flora_config` VALUES ('cookie_secure', '0');
INSERT INTO `flora_config` VALUES ('session_length', '3600');
INSERT INTO `flora_config` VALUES ('allow_html', '1');
INSERT INTO `flora_config` VALUES ('allow_html_tags', 'b,i,u,pre,a,href,center,font,table,td,tr,li,p,strong,div');
INSERT INTO `flora_config` VALUES ('allow_bbcode', '1');
INSERT INTO `flora_config` VALUES ('allow_smilies', '1');
INSERT INTO `flora_config` VALUES ('allow_sig', '1');
INSERT INTO `flora_config` VALUES ('allow_namechange', '0');
INSERT INTO `flora_config` VALUES ('allow_theme_create', '0');
INSERT INTO `flora_config` VALUES ('allow_avatar_local', '1');
INSERT INTO `flora_config` VALUES ('allow_avatar_remote', '1');
INSERT INTO `flora_config` VALUES ('allow_avatar_upload', '1');
INSERT INTO `flora_config` VALUES ('override_user_style', '0');
INSERT INTO `flora_config` VALUES ('posts_per_page', '15');
INSERT INTO `flora_config` VALUES ('topics_per_page', '50');
INSERT INTO `flora_config` VALUES ('hot_threshold', '10');
INSERT INTO `flora_config` VALUES ('max_poll_options', '14');
INSERT INTO `flora_config` VALUES ('max_sig_chars', '255');
INSERT INTO `flora_config` VALUES ('max_inbox_privmsgs', '50');
INSERT INTO `flora_config` VALUES ('max_sentbox_privmsgs', '25');
INSERT INTO `flora_config` VALUES ('max_savebox_privmsgs', '50');
INSERT INTO `flora_config` VALUES ('board_email_sig', 'Thanks, The Management');
INSERT INTO `flora_config` VALUES ('board_email', 'xxxx@xxxxx.de');
INSERT INTO `flora_config` VALUES ('smtp_delivery', '0');
INSERT INTO `flora_config` VALUES ('smtp_host', '');
INSERT INTO `flora_config` VALUES ('smtp_username', '');
INSERT INTO `flora_config` VALUES ('smtp_password', '');
INSERT INTO `flora_config` VALUES ('require_activation', '1');
INSERT INTO `flora_config` VALUES ('flood_interval', '15');
INSERT INTO `flora_config` VALUES ('board_email_form', '1');
INSERT INTO `flora_config` VALUES ('avatar_filesize', '6144');
INSERT INTO `flora_config` VALUES ('avatar_max_width', '80');
INSERT INTO `flora_config` VALUES ('avatar_max_height', '80');
INSERT INTO `flora_config` VALUES ('avatar_path', 'images/avatars');
INSERT INTO `flora_config` VALUES ('avatar_gallery_path', 'images/avatars/gallery');
INSERT INTO `flora_config` VALUES ('smilies_path', 'images/smiles');
INSERT INTO `flora_config` VALUES ('default_style', '1');
INSERT INTO `flora_config` VALUES ('default_dateformat', 'D, d.m.Y - H:i');
INSERT INTO `flora_config` VALUES ('board_timezone', '0');
INSERT INTO `flora_config` VALUES ('prune_enable', '1');
INSERT INTO `flora_config` VALUES ('privmsg_disable', '0');
INSERT INTO `flora_config` VALUES ('gzip_compress', '1');
INSERT INTO `flora_config` VALUES ('coppa_fax', '');
INSERT INTO `flora_config` VALUES ('coppa_mail', '');
INSERT INTO `flora_config` VALUES ('record_online_users', '21');
INSERT INTO `flora_config` VALUES ('record_online_date', '1066892367');
INSERT INTO `flora_config` VALUES ('server_name', 'flora-forum.de');
INSERT INTO `flora_config` VALUES ('server_port', '80');
INSERT INTO `flora_config` VALUES ('script_path', '/');
INSERT INTO `flora_config` VALUES ('version', '.0.3');
INSERT INTO `flora_config` VALUES ('board_startdate', '1041874153');
INSERT INTO `flora_config` VALUES ('default_lang', 'german_du');
INSERT INTO `flora_config` VALUES ('hidde_last_logon', '0');
INSERT INTO `flora_config` VALUES ('news_display', '1');
INSERT INTO `flora_config` VALUES ('news_display_edit_info', '1');
INSERT INTO `flora_config` VALUES ('news_display_signature', '');
INSERT INTO `flora_config` VALUES ('news_items', '5');
INSERT INTO `flora_config` VALUES ('news_display_polls', '1');
INSERT INTO `flora_config` VALUES ('news_time_format', 'd.m.Y - H:i');
INSERT INTO `flora_config` VALUES ('news_trim_char', '');
INSERT INTO `flora_config` VALUES ('toplist_button_1', 'Button 1');
INSERT INTO `flora_config` VALUES ('toplist_button_2', 'Button 2');
INSERT INTO `flora_config` VALUES ('news_show_polls', '1');

Verfasst: 31.10.2003 18:32
von clubbiker
Guckt doch mal in der lezten Zeile

Code: Alles auswählen

INSERT INTO `flora_config` VALUES ('news_show_polls', '1');
Das ist doch ein Teil des Inhaltes aus der oben beschriebenen Fehlermeldung. Hilft das nicht?