TYPO3-Testaccount
Testen Sie die aktuellste TYPO3-Version kostenlos und unverbindlich für einen Monat!

Jetzt testen!

Schulungen

jetzt buchen

Probleme mit Frontend-login


Autor Nachricht
Verfasst am: 14. 10. 2011 [18:43]
papo
Dabei seit: 03.10.2011
Beiträge: 6
ich nutze typo3 lokal und wollte mich nun zum ersten mal im frontend einloggen (wollte etwas aus dem tutorial "mitmachen"icon_wink.gif und bekam folgemde meldung:

Uncaught TYPO3 Exception
The requested page didn't have a proper connection to the tree-root!

()

RuntimeException thrown in file
C:\TYPO3_4.5.6\htdocs\p****s\typo3\sysext\cms\tslib\class.tslib_fe.php in line 1089.

5 tslib_fe::getPageAndRootline()


C:\TYPO3_4.5.6\htdocs\p****s\typo3\sysext\cms\tslib\class.tslib_fe.php:

01342: */
01343: function getPageAndRootlineWithDomain($domainStartPage) {

01344: $this->getPageAndRootline();

01345:
01346: // 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)


C:\TYPO3_4.5.6\htdocs\p****s\typo3\sysext\cms\tslib\class.tslib_fe.php:

00949: $GLOBALS['TT']->push('fetch_the_id rootLine/','');
00950: $requestedId = $this->id; // We store the originally requested id

00951: $this->getPageAndRootlineWithDomain($this->domainStartPage);

00952: $GLOBALS['TT']->pull();
00953:


3 tslib_fe::fetch_the_id()


C:\TYPO3_4.5.6\htdocs\p****s\typo3\sysext\cms\tslib\class.tslib_fe.php:

00826:
00827: // Now, get the id, validate access etc:

00828: $this->fetch_the_id();

00829:
00830: // Check if backend user has read access to this page. If not, recalculate the id.


2 tslib_fe::determineId()


C:\TYPO3_4.5.6\htdocs\p****s\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("C:\TYPO3_4.5.6\htdocs\p****s\typo3\sysext\cms\tslib\index_ts.php"icon_wink.gif


C:\TYPO3_4.5.6\htdocs\p****s\index.php:

00082: // ******************
00083:

00084: require (PATH_tslib.'index_ts.php');

00085:
00086: ?>


Profil