![]() |
| | LinkBack | Themen-Optionen | Thema durchsuchen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
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 |
|
#2
| ||||
| ||||
| Ein ähnliches Problem hatte ich letztens auch, als ich mir mal meine RealURL Konfiguration zerschossen hatte. Passiert ist das dadurch, dass ich in der RealURL Konfiguration einen Parse Error hatte. Also mal die Datei typo3conf/temp_CACHED_psbdba_ext_localconf.php runterladen und mit einem PHP Editor auf Syntax Fehler prüfen. Danach dann ggf. noch die php mit der eigentlichen Konfiguration auf Fehler prüfen. Dann das ganze wieder hochladen und es sollte wieder gehen. Gruß Peter
__________________ Erstes TYPO3camp in München vom 29.-31. August 2008. Die Anmeldung ist ab sofort offen! Mehr Infos: typo3camp-munich.mixxt.de An eagle soars, but a weasel never gets sucked into a jet engine! TYPO3 schreibt sich TYPO3! |
|
#3
| |||
| |||
| Vielen Dank, ich habe auf die schnelle die Datei komplett gelöscht (ist ja nur der Cache) und konnte dann zumindest wieder ins Backend wo ich RealUrl deaktiviert habe. Zur Zeit ist das noch möglich, da die Seite noch nicht online ist. Bei nächster Gelegenheit werde dann nach deinem Hinweis vorgehen und den Fehler suchen. Ich habe da so meine Bedenken wegen der Kompabilität irgendeiner Extension.... |
![]() |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
| |