[TYPO3-german] Seitentyp "Externe URL" gibt immer Fehler aus :(

Fabian Koenig koenig at bluhouse.de
Mon Jun 11 13:49:09 CEST 2007


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..


More information about the TYPO3-german mailing list