Verfasst: 08.01.2005 19:36
Wenn er MOD funktioniert, dann wird es nicht schlimm gewesen sein! 

phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
#
# If you are using phpBB older-than204 you should read file patch_phpBB_older-than-204.txt
#
# If you are using phpBB 2.0.4 you should read file patch_phpBB_204.txt
#
Ich hab schon in der Datenbank geschaut und da sind alle fünf Tables (wie laut Anweisung) vorhanden.Could not query Album Categories information
DEBUG MODE
SQL Error : 1146 Table '2domrep2005.ALBUM_CAT_TABLE' doesn't exist
SELECT * FROM ALBUM_CAT_TABLE ORDER BY cat_order ASC
Line : 100
File : admin_album_cat.php
Woran kanns liegen? Ich hab auch schon die album_db_install.php nochmal ausgeführt und er schreibt auch immer, das alles "complete" sei!phpBB : Kritischer Fehler
Could not query Album config information
DEBUG MODE
SQL Error : 1146 Table '2domrep2005.ALBUM_CONFIG_TABLE' doesn't exist
SELECT * FROM ALBUM_CONFIG_TABLE
Line : 46
File : admin_album_config.php
Code: Alles auswählen
// Table names
define('ALBUM_TABLE', $table_prefix.'album');
define('ALBUM_CAT_TABLE', $table_prefix.'album_cat');
define('ALBUM_CONFIG_TABLE', $table_prefix.'album_config');
define('ALBUM_COMMENT_TABLE', $table_prefix.'album_comment');
define('ALBUM_RATE_TABLE', $table_prefix.'album_rate');
// Table names
define('ALBUM_TABLE', $table_prefix.'album');
define('ALBUM_CAT_TABLE', $table_prefix.'album_cat');
define('ALBUM_CONFIG_TABLE', $table_prefix.'album_config');
define('ALBUM_COMMENT_TABLE', $table_prefix.'album_comment');
define('ALBUM_RATE_TABLE', $table_prefix.'album_rate');