ich habe hier ein 1,5 Jahre altes Forum übernommen, das ich heute erstmal von phpbb 2.0.10 auf 2.0.19 upgedatet habe. So wie es den Anschein hat geht nun kein Mod mehr und somit begebe ich mich auf absolutes Neuland.
Nachdem ich den EasyModInstaller und den Intro-Portal-Mod installiert habe hänge ich nun am Intro-Portal Mod Upadte von 1.25 auf 1.5 fest.
Ich muss dazu sagen, dass ich die 1.25er Version manuell eingetragen habe weil der Mod beim easyModInstaller nicht angezeigt wurde. Das Update hingegen wird angezeigt und wenn ich es im easymodinstaller ausführe bekomme ich folgende Fehlermeldung:
Vielen Dank schon mal für die Hilfe.Error Detail
Critical Error
FIND FAILED: In file [portal.php] could not find:
// SWITCH NAVIGATION START
if( $introportalmod_config['navigation_active'] == "1" )
{
$sql = "SELECT * FROM " . $table_prefix . "introportalmodnav fe ORDER BY navsort_id";
if ( !($result = $db->sql_query($sql)) )
{
message_die(GENERAL_MESSAGE, 'Could not get introportalmodnav data', '', __LINE__, __FILE__, $sql);
}
while ( $row = $db->sql_fetchrow($result) )
{
eval('$nav_name = ' . $row['nav_name'] . ';');
$template->assign_block_vars("topicrownav", array(
'nav_link' => $row['nav_link'],
'nav_name' => $nav_name)
);
}
$template->assign_block_vars('switch_navigation_active', array());
}
// SWITCH NAVIGATION END
MOD script line #86 :: FAQ :: Report