Bug #42872
closedFatal error: Uncaught exception 'RuntimeException' with message 'Could not fetch page data for uid 0.'
0%
Description
After updating from 4.7.latest to 6.0.0rc1 and running the update wizard, then emptying typo3conf temp-files and typo3temp-Dir Backend and frontend is dead with fatal error:
Fatal error: Uncaught exception 'RuntimeException' with message 'Could not fetch page data for uid 0.' in /srv/www-home/typo3_spielwiese/htdocs/typo3_src-6.0.0rc1/typo3/sysext/core/Classes/Utility/RootlineUtility.php:213 Stack trace: #0 /srv/www-home/typo3_spielwiese/htdocs/typo3_src-6.0.0rc1/typo3/sysext/core/Classes/Utility/RootlineUtility.php(304): TYPO3\CMS\Core\Utility\RootlineUtility->getRecordArray(0) #1 /srv/www-home/typo3_spielwiese/htdocs/typo3_src-6.0.0rc1/typo3/sysext/core/Classes/Utility/RootlineUtility.php(188): TYPO3\CMS\Core\Utility\RootlineUtility->generateRootlineCache() #2 /srv/www-home/typo3_spielwiese/htdocs/typo3_src-6.0.0rc1/typo3/sysext/frontend/Classes/Page/PageRepository.php(570): TYPO3\CMS\Core\Utility\RootlineUtility->get() #3 /srv/www-home/typo3_spielwiese/htdocs/typo3temp/Cache/Code/cache_core/ClassLoader_Core_cda52d5e66dc6e36a611.php(63): TYPO3\CMS\Frontend\Page\PageRepository->getRootLine(0) #4 /srv/www-home/typo3_spielwiese/htdocs/typo3temp/Cache/Code/cache_core/ClassLoader_Core_cda52d5e66 in /srv/www-home/typo3_spielwiese/htdocs/typo3_src-6.0.0rc1/typo3/sysext/core/Classes/Utility/RootlineUtility.php on line 213
Any clue, solution ?
Updated by Frank Gerards about 12 years ago
can also be viewed on http://www.philippgampe.info/typo3/ :)
Updated by Patrick Broens about 12 years ago
- Status changed from New to Needs Feedback
This is probably related to FED, which is used in the website you are mentioning. The current version of the extension 'fed' is not compatible with TYPO3 CMS version 6.0. Could you please investigate if this is related to FED and not to the TYPO3 CMS Core? I know the extension author already has started to make FED compatible with TYPO3 CMS version 6.0. See https://github.com/NamelessCoder/fed/commit/19de640ec45e739b0c1505e2fc2ef8b01d6c9074
Updated by Frank Gerards about 12 years ago
Hi,
I checked out the master of FED on gitHub and the problem is solved.
Thanks for the hint, didnt make the connection to FED because of the error message...
Ticket can be closed.
Updated by Patrick Broens about 12 years ago
- Status changed from Needs Feedback to Closed
Problem was not related to core