Es handelt sich dabei uebrigens um Typo3 4.1.1.
Die entsprechenden Zeilen aus der class.tslib..-Datei sind wie folgt:

   // Hook for preprocessing the list of fields to insert into sys_stat:
if 
(is_array($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['sys_stat-PreProcClass']))
 
    {
 
foreach($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['sys_stat-PreProcClass']
 
as $_classRef)    {
     $_procObj = &t3lib_div::getUserObj($_classRef);
     $insertFields = 
$_procObj->sysstat_preProcessFields($insertFields,$this);
   }
}


(Zeile 3160 ist die Zeile mit dem "$insertFields = ...", dritte von 
unten also..)


Fabian Koenig schrieb:
> Hi!
> 
> Wenn ich als Seitentyp "Externe URL" verwende und auf eine externe Seite 
> verlinke, kommt beim Aufruf der Seite immer:
> 
> 
> Fatal error: Call to a member function on a non-object in 
> /typo3_src-4.1.1/typo3/sysext/cms/tslib/class.tslib_fe.php on line 3160
> 
> 
> Woran koennte das liegen??? o.O
> Hilfe..
_______________________________________________
TYPO3-german mailing list
[email protected]
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an