Bug #56103
closedLanguage Menu error
0%
Description
Set my language menu by typoscript following examples on page:
http://docs.typo3.org/TYPO3/FrontendLocalizationGuide/BasicSetupOfALocalizedWebsite/LanguageSelectorMenu/Index.html
Toke the TMENU example. But when use the menu to change from L=0 (german) to L=1 (english) i got an PHP Fatal error:
Fatal error: Call to undefined method TYPO3\CMS\Core\TypoScript\TemplateService::updateRootlineData() in /www/sources/typo3_packages/typo3_src-6.1.7/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php on line 2587
Updated by Markus Klein almost 11 years ago
- Status changed from New to Needs Feedback
Hi!
Can you please check the typo3\sysext\core\Classes\TypoScript\TemplateService.php file if the function updateRootlineData() exists in the file.
I had a look at the source and didn't find any reason why the function should not be there.
Please also post here, which extension you installed, beside the system extensions.
Updated by Daniel Seinsche over 10 years ago
Hello,
that's really weird. I checked the file TemplateService.php on my central kernel (came with version 6.1.7) and the function is missed in this file. Then i downloaded the 6.1.7 source package again yesterday and the function is included!
Don't know why but the function got lost anyhow in my TemplateService.php. I replaced my file with the file from the latested downloaded source package and of course this fixed the issue.
I run several instances of TYPO3 with different purposes sharing one kernel, so a list of extensions would be quite long. Still need the list?
Thanks.
Updated by Alexander Opitz over 10 years ago
If the issue is gone then the list isn't needed any more.
Sounds like the file was replaced with an older one maybe from another installation or not updated properly.
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.