Einzelnen Beitrag anzeigen
  #1  
Alt 09.03.07, 03:00
deltoid deltoid ist offline
Forum Zuschauer
 
Registriert seit: 22.07.06
Alter: 43
Beiträge: 7

Ausfall von Typo3 4.0.5


Hallo an alle,
hat jemda eine Idee warum Typo3 seine Arbeit mit folgender Fehlermeldung versagt? Weder Backend noch Frontend sind erreichbar!

$TYPO3_CONF_VARS['EXTCONF']['realurl']['_DEFAULT'] = array( //-------------------------------------------- 'preVars' => array( array( 'GETvar' => 'no_cache', 'valueMap' => array( 'no_cache' => 1, ), 'noMatch' => 'bypass', ), array( 'GETvar' => 'L', 'valueMap' => array( 'de' => '0', 'german' => '0', 'en' => '1', 'english' => '1', ), 'valueDefault' => 'de', ), ), 'fileName' => array ( 'index' => array( 'page.html' => array( 'keyValues' => array ( 'type' => 1, ) ), '_DEFAULT' => array( 'keyValues' => array( ) ), ), ), //---------------------------------------------- 'pagePath' => array( 'type' => 'user', 'userFunc' => 'EXT:realurl/class.tx_realurl_advanced.php:&tx_realurl_advanced->main', 'spaceCharacter' => '-', 'languageGetVar' => 'L', 'expireDays' => 3 ), );
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/domain.de/httpdocs/typo3conf/temp_CACHED_psbdba_ext_localconf.php:421) in /srv/www/vhosts/domain.de/httpdocs/typo3_src-4.0.5/t3lib/class.t3lib_userauth.php on line 311

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/domain.de/httpdocs/typo3conf/temp_CACHED_psbdba_ext_localconf.php:421) in /srv/www/vhosts/domain.de/httpdocs/typo3_src-4.0.5/t3lib/class.t3lib_userauth.php on line 312

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/domain.de/httpdocs/typo3conf/temp_CACHED_psbdba_ext_localconf.php:421) in /srv/www/vhosts/domain.de/httpdocs/typo3_src-4.0.5/t3lib/class.t3lib_userauth.php on line 313

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/domain.de/httpdocs/typo3conf/temp_CACHED_psbdba_ext_localconf.php:421) in /srv/www/vhosts/domain.de/httpdocs/typo3_src-4.0.5/t3lib/class.t3lib_userauth.php on line 314

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/vhosts/domain.de/httpdocs/typo3conf/temp_CACHED_psbdba_ext_localconf.php:421) in /srv/www/vhosts/domain.de/httpdocs/typo3_src-4.0.5/typo3/index.php on line 473
Mit Zitat antworten