Seite 1 von 3

Fehler Installation Download Blocks

Verfasst: 28.12.2009 15:37
von wwwthomasbauerattf
Mod: http://phpbb3.oxpus.net/downloads.php?v ... il&df_id=1

Bei der instllation von 1.0.2 bekomm ich den fehler:

Code: Alles auswählen

Allgemeiner Fehler
SQL ERROR [ mysql4 ]

Table 'fm-austria.DL_CONFIG_TABLE' doesn't exist [1146]

SQL

SELECT * FROM DL_CONFIG_TABLE

BACKTRACE


FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: install2/install_functions.php
LINE: 107
CALL: dbal_mysql->sql_query()

FILE: install2/install_install.php
LINE: 107
CALL: load_dl_config()

FILE: install2/install_install.php
LINE: 72
CALL: install_install->check_server_requirements()

FILE: install2/index.php
LINE: 199
CALL: install_install->main()

FILE: install2/index.php
LINE: 51
CALL: module->load()
Hab die Installationsanweisungen befolgt und dann install.php aufgerufen und beim Starten vom 1. Schritt kommt dann der Fehler...

Re: Fehler Installation Download Blocks

Verfasst: 01.01.2010 16:57
von dagobert50gold
Da stimmt was mit der constants.php nicht:

http://www.phpbb.de/community/viewtopic.php?t=186290

Re: Fehler Installation Download Blocks

Verfasst: 01.01.2010 17:30
von wwwthomasbauerattf
dagobert50gold hat geschrieben:Da stimmt was mit der constants.php nicht:

http://www.phpbb.de/community/viewtopic.php?t=186290
aber in der constants.php ist alles drinnen.
sowohl die zeilen vom download-mod als auch vom board3-mod...
also ich wüsst nicht was da falsch sein kann...

Re: Fehler Installation Download Blocks

Verfasst: 01.01.2010 17:43
von Metzle
Hallo,

überprüfe deinen Einbau in der Datei includes/constants.php nochmals. Die Fehlermeldung deutet eindeutig daraufhin, dass diese Datei nicht richtig bearbeitet wurde. Vielleicht auch nur vergessen die bearbeitete Datei wieder hochzuladen?

Re: Fehler Installation Download Blocks

Verfasst: 01.01.2010 17:47
von wwwthomasbauerattf
Metzle hat geschrieben:Hallo,

überprüfe deinen Einbau in der Datei includes/constants.php nochmals. Die Fehlermeldung deutet eindeutig daraufhin, dass diese Datei nicht richtig bearbeitet wurde. Vielleicht auch nur vergessen die bearbeitete Datei wieder hochzuladen?
doch die passt. beim download Block gibts ja nichts zum eintragen in die constants.php. und beim Download-Mod ist auch nur ein Befehl zum eintragen. Und der ist auch eingetragen...

Re: Fehler Installation Download Blocks

Verfasst: 01.01.2010 17:49
von Metzle
wwwthomasbauerattf hat geschrieben:und beim Download-Mod ist auch nur ein Befehl zum eintragen. Und der ist auch eingetragen...
Ich meine mich zu erinnern, dass du da mehr als nur eine Zeile eintragen musst in die constants.php.

Re: Fehler Installation Download Blocks

Verfasst: 01.01.2010 17:56
von wwwthomasbauerattf
Metzle hat geschrieben:
wwwthomasbauerattf hat geschrieben:und beim Download-Mod ist auch nur ein Befehl zum eintragen. Und der ist auch eingetragen...
Ich meine mich zu erinnern, dass du da mehr als nur eine Zeile eintragen musst in die constants.php.
hab ja auch geschreiben "ein befehl"

das ist drinnen:

Code: Alles auswählen

// Download MOD 6
define('DL_AUTH_TABLE',				$table_prefix . 'dl_auth');
define('DL_CAT_TABLE',				$table_prefix . 'downloads_cat');
define('DL_REM_TRAF_TABLE',			$table_prefix . 'dl_rem_traf');
define('DL_CAT_TRAF_TABLE',			$table_prefix . 'dl_cat_traf');
define('DL_EXT_BLACKLIST',			$table_prefix . 'dl_ext_blacklist');
define('DL_RATING_TABLE',			$table_prefix . 'dl_ratings');
define('DOWNLOADS_TABLE',			$table_prefix . 'downloads');
define('DL_STATS_TABLE',			$table_prefix . 'dl_stats');
define('DL_COMMENTS_TABLE',			$table_prefix . 'dl_comments');
define('DL_BANLIST_TABLE',			$table_prefix . 'dl_banlist');
define('DL_FAVORITES_TABLE',		$table_prefix . 'dl_favorites');
define('DL_NOTRAF_TABLE',			$table_prefix . 'dl_notraf');
define('DL_HOTLINK_TABLE',			$table_prefix . 'dl_hotlink');
define('DL_BUGS_TABLE',				$table_prefix . 'dl_bug_tracker');
define('DL_BUG_HISTORY_TABLE',		$table_prefix . 'dl_bug_history');

define('DL_INSTALLED', true);
und mehr steht auch in der installationsanleitung nicht drinnen....

Re: Fehler Installation Download Blocks

Verfasst: 01.01.2010 18:00
von Metzle
Hallo,

scheint ein Fehler in der Anleitung zu sein...da fehlt was ;)

Finde:

Code: Alles auswählen

define('DL_CAT_TABLE', $table_prefix . 'downloads_cat');
Füge danach ein:

Code: Alles auswählen

define('DL_CONFIG_TABLE', $table_prefix . 'dl_config');
Jetzt sollte die Fehlermeldung dann auch weg sein.

Re: Fehler Installation Download Blocks

Verfasst: 01.01.2010 18:11
von wwwthomasbauerattf
Metzle hat geschrieben:Hallo,

scheint ein Fehler in der Anleitung zu sein...da fehlt was ;)

Finde:

Code: Alles auswählen

define('DL_CAT_TABLE', $table_prefix . 'downloads_cat');
Füge danach ein:

Code: Alles auswählen

define('DL_CONFIG_TABLE', $table_prefix . 'dl_config');
Jetzt sollte die Fehlermeldung dann auch weg sein.

jetzt hab ich die fehlermeldung:

Code: Alles auswählen

SQL ERROR [ mysql4 ]

Table 'fm-austria.phpbb_dl_config' doesn't exist [1146]

SQL

SELECT * FROM phpbb_dl_config

BACKTRACE


FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()

FILE: install/install_functions.php
LINE: 107
CALL: dbal_mysql->sql_query()

FILE: install/install_install.php
LINE: 107
CALL: load_dl_config()

FILE: install/install_install.php
LINE: 72
CALL: install_install->check_server_requirements()

FILE: install/index.php
LINE: 199
CALL: install_install->main()

FILE: install/index.php
LINE: 51
CALL: module->load()

Re: Fehler Installation Download Blocks

Verfasst: 01.01.2010 18:14
von Metzle
Hallo,

die liegt daran, dass die Datenbanktabelle noch nicht existiert, die wird aber angelegt, wenn du die install.php ausführst.