Hallo,

ich bin gerade dabei eine Typo3 3.7.0 Installation von einem Server auf den anderen umzuziehen.

Folgende Schritte hab ich durchgeführt:

1. Datanbankbackup auf den Quellserver
2. komplette Filestruktur heruntegeladen
3. Einspielen der Datenbank auf dem Zielserver
4. Erstellen des Datenbanknutzers mit allen Rechten
5. hochladen der kompletten Filestruktur
6. Anpassen der localhost.conf an die neue Umgebung

Nun hab ich ich folgendes Problem. Das Frontend funktioniert ohne Problem nur beim Aufruf des Backends kommt:

PHP-Code:
WarningCannot modify header information headers already sent by (output started at /var/www/municall.de/typo3/typo3conf/extTables.php:4in /var/www/municall.de/typo3_src-3.7.0/t3lib/class.t3lib_userauth.php on line 242

Warning
Cannot modify header information headers already sent by (output started at /var/www/municall.de/typo3/typo3conf/extTables.php:4in /var/www/municall.de/typo3_src-3.7.0/t3lib/class.t3lib_userauth.php on line 243

Warning
Cannot modify header information headers already sent by (output started at /var/www/municall.de/typo3/typo3conf/extTables.php:4in /var/www/municall.de/typo3_src-3.7.0/t3lib/class.t3lib_userauth.php on line 244

Warning
Cannot modify header information headers already sent by (output started at /var/www/municall.de/typo3/typo3conf/extTables.php:4in /var/www/municall.de/typo3_src-3.7.0/t3lib/class.t3lib_userauth.php on line 245

Warning
Cannot modify header information headers already sent by (output started at /var/www/municall.de/typo3/typo3conf/extTables.php:4in /var/www/municall.de/typo3_src-3.7.0/t3lib/class.t3lib_userauth.php on line 246

Warning
Cannot modify header information headers already sent by (output started at /var/www/municall.de/typo3/typo3conf/extTables.php:4in /var/www/municall.de/typo3_src-3.7.0/typo3/template.php on line 601 
im unteren teil der Seite ist zwar der Login Bereich nur kommt nachdem Login eine Seite mit folgenden Fehlermeldungen:

PHP-Code:
WarningCannot modify header information headers already sent by (output started at /var/www/municall.de/typo3/typo3conf/extTables.php:4in /var/www/municall.de/typo3_src-3.7.0/t3lib/class.t3lib_userauth.php on line 242

Warning
Cannot modify header information headers already sent by (output started at /var/www/municall.de/typo3/typo3conf/extTables.php:4in /var/www/municall.de/typo3_src-3.7.0/t3lib/class.t3lib_userauth.php on line 243

Warning
Cannot modify header information headers already sent by (output started at /var/www/municall.de/typo3/typo3conf/extTables.php:4in /var/www/municall.de/typo3_src-3.7.0/t3lib/class.t3lib_userauth.php on line 244

Warning
Cannot modify header information headers already sent by (output started at /var/www/municall.de/typo3/typo3conf/extTables.php:4in /var/www/municall.de/typo3_src-3.7.0/t3lib/class.t3lib_userauth.php on line 245

Warning
Cannot modify header information headers already sent by (output started at /var/www/municall.de/typo3/typo3conf/extTables.php:4in /var/www/municall.de/typo3_src-3.7.0/t3lib/class.t3lib_userauth.php on line 246

Warning
Cannot modify header information headers already sent by (output started at /var/www/municall.de/typo3/typo3conf/extTables.php:4in /var/www/municall.de/typo3_src-3.7.0/typo3/index.php on line 435 
Ich hab es auch schon nach dieser Anleitung hier versucht: http://www.typo3forum.net/forum/typo...-mit-typo.html

Allerdings mit dem gleichen Effekt.

Ich wäre sehr dankbar um einen Tipp woran das liegen könnte