Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing cHash in TYPO3 8.7 #1

Open
Lumrenion opened this issue Feb 6, 2018 · 0 comments
Open

Missing cHash in TYPO3 8.7 #1

Lumrenion opened this issue Feb 6, 2018 · 0 comments

Comments

@Lumrenion
Copy link

This extension helped me a lot to create links to controller actions in menus. In TYPO3 8.7 I get an exception about the missing cHash. To fix this, I added $typolinkParameters['useCacheHash'] = true; in addAdditionalParamsToShortcutTypolink() method.

Additionally, I am using absRefPrefix which is not set in TSFE when the redirect link is generated and therefor realurl does not trigger for the redirect link. To fix this, I added $this->preparePageContentGeneration(); in redirectToCurrentPage() method.

I would like to know if this is the proper or intended way to go or if there is a better solution for this. Feel free to add it to your extension if it suits your needs!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant