ich habe in meinem phpbb Board Version 2.0.21 das Download MOD installieren wollen. Hat auch fast alles perfekt geklappt. Habe nur leider beim Ausführen der "db_update.php" zwei Fehlermeldungen bekommen:
Leider bin ich (noch) nicht sehr bewandert in php. Ich habe das acp aufgerufen, ein Eintrag mit "Downloads" ist zwar dazugekommen, und sonst läuft auch alles 1a, aber nach Druck auf "Downloads" erscheint folgendes: Check No Traffic Table phpbb_dl_notraf
CREATE TABLE phpbb_dl_notraf ( user_id MEDIUMINT(8) NOT NULL DEFAULT 0, dl_id INT(11) NOT NULL DEFAULT 0, PRIMARY KEY (config_name))
+++ Failed: Key column 'config_name' doesn't exist in table
+++ successfull
Check Hotlink Table phpbb_dl_hotlink
CREATE TABLE phpbb_dl_hotlink ( user_id MEDIUMINT(8) NOT NULL DEFAULT 0, session_id VARCHAR(32) NOT NULL DEFAULT '', hotlink_id VARCHAR(32) NOT NULL DEFAULT ''
+++ Failed: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4
+++ successfull
Ich weiss nicht, was ich da falsch gemacht habe. Ist es evtl. nur eine Kleinigkeit?phpBB : Critical Error
Could not query download mod configuration
DEBUG MODE
SQL Error : 1146 Table 'd003cb6e.DL_CONFIG_TABLE' doesn't exist
SELECT * FROM DL_CONFIG_TABLE
Line : 102
File : class_dlmod.php
Vielen Dank schonmal im Vorraus für die Hilfe!
Viele Grüsse!