Ich habe vorhin den "mod-attachment_mod_v2311" (Adaptation for Categories Hierarchy v2.1.0 by Gilgraf ( http://www.ggweb-fr.com/phpbbfre/ )
) über das phpBB "mod-CH_210_installed" (phpBB mit vorinstalliertem CH) gespielt.. und soweit gab es erstmal keine Probleme.
Nun lässt sich jedoch nach dem Uploaden das Board nicht mehr öffnen, stattdessen kommt folgende Fehlermeldung:
Fatal error: Call to undefined function include_attach_lang() in /home/mtgMTG/public_html/eternalguard/EG_board/phpBB2/includes/functions.php on line 322
in der functions.php ist von Zeile 318-328 folgendes:
Code: Alles auswählen
include($phpbb_root_path . 'language/lang_' . $board_config['default_lang'] . '/lang_admin.' . $phpEx);
}
//-- mod : attachmod -----------------------------------------------------------
//-- add
include_attach_lang();
//-- fin mod : attachmod -------------------------------------------------------
//
// Set up style
//
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------------
#
includes/functions.php
#
#-----[ FIND ]------------------------------------------------
#
<?php
#
#-----[ AFTER, ADD ]------------------------------------------
#
//-- mod : attachmod -----------------------------------------------------------
#
#-----[ FIND ]------------------------------------------------
#
//
// Set up style
#
#-----[ BEFORE, ADD ]-----------------------------------------
#
//-- mod : attachmod -----------------------------------------------------------
//-- add
include_attach_lang();
//-- fin mod : attachmod -------------------------------------------------------
Wo liegt das Problem? Ich danke schonmal für eure schnelle Hilfe, auf dieses Board kann man sich verlassen.
mfg mtg