Bug #51293
T3 6.1.3: Extension not working
0%
Description
We integratetd the extension into a website like we used to do in former versions of typo3.
If used with the base language "English" it shows all the other languages as "not available". If used with an other language (ex. http://url?L=1) the cms shows the right page but the extension still shows "not available" but in the right language.
I could proof this in file MenuController.php around line 163
$pageLanguageOverlays = $this->pageLanguageOverlayRepository->findByPage($page)->toArray();
returns no overlays. But of course there are some of them.
Files
Updated by Stanislas Rolland over 7 years ago
- File SrLanguageMenuIssue49077.patch SrLanguageMenuIssue49077.patch added
- Assignee set to Stanislas Rolland
Please test the attached patch.
Updated by Ralf-Rene Schroeder over 7 years ago
Patch also worked for me (sr_language_menu v.6.0.2 with TYPO3 v.6.1.3)...
would be better if no xclassing, but it seems there is no other way until the core bug is resolved...