Es ist immer das selbe und ich weiß nicht direkt an was es liegt. Hier meine Fehlermeldungen:
nachdem ich nach manueller Installation das db_update.php ausführe sagt mir das Folgendes:
# Check Hotlink Table phpbb4_dl_hotlink
# CREATE TABLE phpbb4_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
und
# Check No Traffic Table phpbb4_dl_notraf
# CREATE TABLE phpbb4_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
So, hab aber alles nach Anleitung gemacht.
Wenn ich dann versuch im Userbereich auf Download zuzugreifen kommt Folgendes:
Could not drop old hotlink sessions for this user
DEBUG MODE
SQL Error : 1146 Table 'jubk.phpbb4_dl_hotlink' doesn't exist
DELETE FROM phpbb4_dl_hotlink WHERE user_id = 2
Line : 213
File : downloads.php
Dazu hab ich was hier im Forum gefunden, was mich aber nur noch mehr verwirrt hat, denn die das hotlink dingens ist auf dem Server?
Ich muss dazu sagen, dass ich leider keine Erfahrung habe bezüglich sql.
Brauchen meine Tabellendateien eine bestimmte Dateiendung oder gar keine.

Vielen Dank euch schonmal im Vorraus.