Mod Download 5
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Mod Download 5
Hi,
ich hab folgendes Problem und zwar hab ich den Mod installiert und jetzt kommt immer wenn ich das Foum aufrufe diese Zeile;
message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php
Hoffe ihr könnt mir helfen!
Mit freundlichen Grüßen
Argon
ich hab folgendes Problem und zwar hab ich den Mod installiert und jetzt kommt immer wenn ich das Foum aufrufe diese Zeile;
message_die() was called multiple times. This isn't supposed to happen. Was message_die() used in page_tail.php
Hoffe ihr könnt mir helfen!
Mit freundlichen Grüßen
Argon
Überprüfe mal den gesamten MOS-EinbauDas die obige Fehlermeldung kommt und nicht explizit über die Ordner gemeckert wird, liegt daran, das mehrere Fehler auftraten. (Wenn ein Fehler behoben wird, ändert sich obige Meldung dann in eine spezifischere Meldung
Windows - Ein Slangebegriff der Indianer: Weißer Mann starrt durch Glasscheibe auf Sanduhr
In a world without walls - Who need's windows and gates???
ok hab ich gemacht jetzt zeigt er dies hier an;
phpBB : Kritischer Fehler
Could not query download mod configuration
DEBUG MODE
SQL Error : 1146 Table 'talknet.phpbb_dl_config' doesn't exist
SELECT config_value FROM phpbb_dl_config WHERE config_name = 'use_hacklist'
Line : 279
File : page_header.php
phpBB : Kritischer Fehler
Could not query download mod configuration
DEBUG MODE
SQL Error : 1146 Table 'talknet.phpbb_dl_config' doesn't exist
SELECT config_value FROM phpbb_dl_config WHERE config_name = 'use_hacklist'
Line : 279
File : page_header.php
Ok gemacht doch jetzt führt er das update nicht mehr aus
-->Jatzt kommt wenn ich das ubdate ausführen will diese natte Meldung ist die gleiche wie oben!!
phpBB : Kritischer Fehler
Could not query download mod configuration
DEBUG MODE
SQL Error : 1146 Table 'talknet.phpbb_dl_config' doesn't exist
SELECT config_value FROM phpbb_dl_config WHERE config_name = 'use_hacklist'
Line : 279
File : page_header.php
-->Jatzt kommt wenn ich das ubdate ausführen will diese natte Meldung ist die gleiche wie oben!!
phpBB : Kritischer Fehler
Could not query download mod configuration
DEBUG MODE
SQL Error : 1146 Table 'talknet.phpbb_dl_config' doesn't exist
SELECT config_value FROM phpbb_dl_config WHERE config_name = 'use_hacklist'
Line : 279
File : page_header.php
- oxpus
- Ehemaliges Teammitglied
- Beiträge: 5395
- Registriert: 03.02.2003 12:33
- Wohnort: Bad Wildungen
- Kontaktdaten:
Führe mal diese Anweisungen mit phpmyadmin aus:
und anschliessend die db_update.php ganz normal mit dem Browser.
Code: Alles auswählen
CREATE TABLE phpbb_dl_config (
config_name VARCHAR(255) NOT NULL DEFAULT '',
config_value VARCHAR(255) DEFAULT NULL,
PRIMARY KEY (config_name)
);
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('delay_auto_traffic', '30');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('delay_post_traffic', '30');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('disable_email', '1');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('disable_popup', '0');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('disable_popup_notify', '0');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('dl_click_reset_time', '0');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('dl_edit_time', '3');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('dl_links_per_page', '10');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('dl_method', '2');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('dl_method_quota', '2097152');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('dl_mod_version', '5.0.13');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('dl_new_time', '3');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('dl_posts', '25');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('dl_stats_perm', '0');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('download_dir', 'downloads/');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('enable_post_dl_traffic', '1');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('guest_stats_show', '1');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('newtopic_traffic', '524288');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('overall_traffic', '104857600');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('physical_quota', '524288000');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('recent_downloads', '10');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('remain_traffic', '0');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('reply_traffic', '262144');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('stop_uploads', '0');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('thumb_fsize', '0');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('thumb_xsize', '200');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('thumb_ysize', '150');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('traffic_retime', '0');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('upload_traffic_count', '1');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('use_hacklist', '1');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('user_dl_auto_traffic', '0');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('show_footer_legend', '1');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('show_footer_stat', '1');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('show_real_filetime', '1');
INSERT INTO phpbb_dl_config (config_name, config_value) VALUES ('limit_desc_on_index', '0');
Grüße
OXPUS
Kein Support bei unaufgeforderten PNs, E-Mails oder auf anderem Weg!!
OXPUS
Kein Support bei unaufgeforderten PNs, E-Mails oder auf anderem Weg!!
Ok jetzt hat er updatet!! Und der nächste Fehler:
Warning: init_userprefs(./language/lang_german/lang_downloads.php) [function.init-userprefs]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/talknet/Forum 2/includes/functions.php on line 401
Warning: init_userprefs() [function.include]: Failed opening './language/lang_german/lang_downloads.php' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/talknet/Forum 2/includes/functions.php on line 401
Warning: init_userprefs(./language/lang_german/lang_downloads.php) [function.init-userprefs]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/talknet/Forum 2/includes/functions.php on line 401
Warning: init_userprefs() [function.include]: Failed opening './language/lang_german/lang_downloads.php' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/talknet/Forum 2/includes/functions.php on line 401