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

TYPO3 8.7 Compatibility #30

Open
schliesser opened this issue Oct 8, 2019 · 0 comments
Open

TYPO3 8.7 Compatibility #30

schliesser opened this issue Oct 8, 2019 · 0 comments

Comments

@schliesser
Copy link
Contributor

The extension isn't anymore compatible with TYPO3 8.7 as the dependency injection has been changed in Commit: 94ea0dc

This change is not yet included in the 0.1.5 release/tag, so it's still working with 8.7

Your next release 0.1.6 breaks compatibility to 8.7 because the dependencies aren't injected anymore:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to a member function getRestUrl() on null | Error thrown in file /.../typo3conf/ext/cleverreach/Classes/CleverReach/Api.php in line 57.

The new dependency injection works from TYPO3 9.0 upwards:
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.0/Feature-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.html

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