We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TYPO3's TypoScriptService isn't imported into the controller class. So the following line would likely result in an error:
TypoScriptService
newsletter_subscribe/Classes/Controller/SubscribeController.php
Line 117 in 131e1ae
I'm not sure at which point this feature worked. It's not relevant for my use case, just wanted to let you know.
A possible follow-up error would be the removed method configurationManager->getContentObject() in
configurationManager->getContentObject()
Line 122 in 131e1ae
If necessary a fix could be found here: https://docs.typo3.org/permalink/t3coreapi:typo3-request-attribute-current-content-object
To be honest: I would just remove this feature…
The text was updated successfully, but these errors were encountered:
I hope I can stop bothering you now 😄 AFAIK TYPO3 v13 support is now working correctly.
Sorry, something went wrong.
No branches or pull requests
TYPO3's
TypoScriptService
isn't imported into the controller class. So the following line would likely result in an error:newsletter_subscribe/Classes/Controller/SubscribeController.php
Line 117 in 131e1ae
I'm not sure at which point this feature worked. It's not relevant for my use case, just wanted to let you know.
A possible follow-up error would be the removed method
configurationManager->getContentObject()
innewsletter_subscribe/Classes/Controller/SubscribeController.php
Line 122 in 131e1ae
If necessary a fix could be found here: https://docs.typo3.org/permalink/t3coreapi:typo3-request-attribute-current-content-object
To be honest: I would just remove this feature…
The text was updated successfully, but these errors were encountered: