Ein und das selbe Mod zum zweiten Mal inst.
Verfasst: 18.01.2006 19:23
Hallo,
mein Anliegen ist: Ich möchte gerne Intro_portal noch einmal inst.
Ich hatte dieses Mot schon am laufen gehabt, doch durch dumme Umstände, muß ich es warscheinlich noch einmal inst.
Im Mod-Installer ist nur noch das Update.
Wenn ich dieses starte kommt folgendes:
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
Kann man da was machen?
mein Anliegen ist: Ich möchte gerne Intro_portal noch einmal inst.
Ich hatte dieses Mot schon am laufen gehabt, doch durch dumme Umstände, muß ich es warscheinlich noch einmal inst.
Im Mod-Installer ist nur noch das Update.
Wenn ich dieses starte kommt folgendes:
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
Kann man da was machen?