Lösungsansätze:
1. COMPARE der Datenbank
2. Cache geleert
Nach der Installation kam eine Fehlermeldung im Frontend, das Backend funktioniert. Ich habe mir den vollständigen Fehler anzeigen lassen. Dieser lautet:
Uncaught TYPO3 Exception
The requested page didn't have a proper connection to the tree-root!
()
RuntimeException thrown in file
/hp/bt/aa/wi/www/TYPO3/typo3/sysext/cms/tslib/class.tslib_fe.php in line 1079.
5 tslib_fe::getPageAndRootline()
/hp/bt/aa/wi/www/TYPO3/typo3/sysext/cms/tslib/class.tslib_fe.php:
01332: */01333: function getPageAndRootlineWithDomain($domainStartPage) {01334: $this->getPageAndRootline();01335: 01336: // Checks if the $domain-startpage is in the rootLine. This is necessary so that references to page-id's from other domains are not possible.
4 tslib_fe::getPageAndRootlineWithDomain(NULL)
/hp/bt/aa/wi/www/TYPO3/typo3/sysext/cms/tslib/class.tslib_fe.php:
00945: $GLOBALS['TT']->push('fetch_the_id rootLine/','');00946: $requestedId = $this->id; // We store the originally requested id00947: $this->getPageAndRootlineWithDomain($this->domainStartPage);00948: $GLOBALS['TT']->pull();00949:
3 tslib_fe::fetch_the_id()
/hp/bt/aa/wi/www/TYPO3/typo3/sysext/cms/tslib/class.tslib_fe.php:
00822: 00823: // Now, get the id, validate access etc:00824: $this->fetch_the_id();00825: 00826: // Check if backend user has read access to this page. If not, recalculate the id.
2 tslib_fe::determineId()
/hp/bt/aa/wi/www/TYPO3/typo3/sysext/cms/tslib/index_ts.php:
00333: $TSFE->checkAlternativeIdMethods();00334: $TSFE->clear_preview();00335: $TSFE->determineId();00336: 00337: // Now, if there is a backend user logged in and he has NO access to this page, then re-evaluate the id shown!
1 require("/hp/bt/aa/wi/www/TYPO3/typo3/sysext/cms/tslib/index_ts.php")
/hp/bt/aa/wi/www/TYPO3/index.php:
00082: // ******************00083: 00084: require (PATH_tslib.'index_ts.php');00085: 00086: ?>
Was soll ich jetzt machen? Die Domain lautet http://typo3.richardreiber.de/.
Lösungsansätze:
1. COMPARE der Datenbank
2. Cache geleert
Nachdem ich mich 2 Tage duselig gesucht habe, konnte ich dank diesem Post das Problem lösen.
Es liegt in der Tat an realurl. Zuvor hatte ich ein update von Typo3 gemacht. Danach kam die Meldung "Broken Rootline".
Wer auch diese Meldung hat, mal die gesamte local.conf durchforsten nach realurl-Einträgen. Ich hatte Einträge an unterschiedlichen Stellen. Zudem lagen noch Dateien unter typo3conf/ext sowie unter typo3conf/l10n.
Die Deinstallationsroutine hatte nicht alles gelöscht. Nun ist alles wieder "schön". Danke Euch.
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
Lesezeichen