Seite 1 von 1

Fehlermeldung im Portal + Probleme bei der Aktualisierung

Verfasst: 02.03.2006 18:35
von Generation-Ice
Hallo,

bin Anfänger und war superglücklich, dass ich das Portal einrichten konnte und alles so locker lief, selbst bei den Mods hat alles zunächst geklappt. Nun kommt jedoch eine Fehlermeldung wenn ich auf das Portal klicke:

Parse error: parse error, unexpected T_STRING in /homepages/7/d77184347/htdocs/www.jens-koegler.de/forum/portal.php(428) : eval()'d code on line 1

Was ist das?? Ich habe kein myphpadmin oder so was... krieg ich das auch so wieder irgendwie weg?

Ich habe das über Easy Mod installiert. Jetzt wollte ich aktualisieren azf 1.5 und bekomme das hier??


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

Bitte, bitte helft mir!!

:cry: