Bug #104215
closedMenuProcessor: Empty link-attributes for items
0%
Description
On a TYPO3-installation (current 12.4.16) we had the menuitems shown correctly but the link-attribute of items was empty. This showed up on the root-page only. Moving to a sub-page all menuitems correctly had their link.
Similar situation described for TYPO3 v11.5.29 (in German):
https://www.typo3forum.net/discussion/85697/leere-href-in-der-navigation-mit-dataprocessing
Updated by Stefan Neufeind 5 months ago
- Category changed from Fluid to Site Handling, Site Sets & Routing
Since the menuitems came back fine from the MenuProcessor the idea came up to simply pass the pid to f:link.page() and recreate the URL in Fluid. But that still didn't return a proper URL.
Moving to EXT:menus (b13/menus) helped for now.
Updated by Garvin Hicking 5 months ago
Could there be any CLI or backend task involved in executing methods that invoke the frontend, so that maybe no FrontendContext properly exists, but "things" do get propagated to the frontend cache?
Is it reproducible for your root page every time? Does it still happen if you disable the cache for this page? That might help in locating the issue for people like me 😅
Updated by Lina Wolf 5 months ago
I have a similar situation in one of my projects:
https://talk.typo3.org/t/empty-href-on-arbitary-pages/5737
And no solution yet.
Updated by Stefan Froemken 4 months ago
- Related to Bug #104344: Sometimes TYPO3 renders all links of a page with empty href attribute added
Updated by Garvin Hicking 4 months ago
- Status changed from New to Closed
Closed in favor of 104344 with a patch proposal.
I hope its ok because I think these are very related (config.linkVars). Let me know if you think this is a mistake.