Seite 2 von 2

Verfasst: 23.03.2003 18:24
von nikobu
OK, ich hab jetzt die constants neu upgeloadet. Jetzt hab ich den album link auf der Hauptseite. Wenn ich da drauf klicke kommt folgende Fehlermeldung:

Could not query Album config information

DEBUG MODE

SQL Error : 1146 Table 'v074169.ALBUM_CONFIG_TABLE' doesn't exist

SELECT * FROM ALBUM_CONFIG_TABLE

Line : 49
File : /www/htdocs/budas/album_mod/album_common.php

Verfasst: 23.03.2003 18:38
von saerdnaer
zeig deine includes/constants.php nochmal... wenns umbedingt sein muss poste die datei... allerdings dann bitte in ganz kleiner schrift...

ah

Verfasst: 24.03.2003 17:43
von nikobu
OK, hab jetzt gecheckt wie ich die Datei als link posten kann (Dank an Acid!) Hier also die constants-Datei:

http://forum.austro-bits.com/docs/constants.txt

Verfasst: 24.03.2003 21:06
von Acid

Code: Alles auswählen

#
#-----[ OPEN ]-------------------------------------------------------
#
includes/constants.php

#
#-----[ FIND ]----------------------------------------
#
if ( !defined('IN_PHPBB') )
{
	die("Hacking attempt");
}


#
#-----[ AFTER, ADD ]----------------------------------
# Don't worried! This file is very *lite*
// Album MOD
include($phpbb_root_path . 'album_mod/album_constants.' . $phpEx);
..fehlt noch (stammt aus der aktuellsten Album-Version).

Verfasst: 25.03.2003 15:08
von nikobu
Also ich versteh das nicht.... wenn ich

Don't worried! This file is very *lite*
// Album MOD
include($phpbb_root_path . 'album_mod/album_constants.' . $phpEx);


einfüge kommt mir wieder die Fehlemeldung von ganz oben :cry:

Verfasst: 25.03.2003 15:40
von saerdnaer
du sollst ja

Code: Alles auswählen

Don't worried! This file is very *lite*
nicht mit einfügen... die # davor heißt doch extra das das nur etwas komentar ist...

ah

Verfasst: 26.03.2003 12:32
von nikobu
Oh Mann was bin ich doof!! :lol: Jetzt gehts natürlich. Vielen Dank saerdnaer!!!!