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 11 flux error in backend "Call to a member function getControllerExtensionName() on null" #1909

Closed
shilpajh opened this issue Nov 16, 2021 · 2 comments

Comments

@shilpajh
Copy link

Hi ,
i tried flux in typo3 11, flux 9.5.0 get installed but while going to sites module following error occurs
"Call to a member function getControllerExtensionName() on null"

Can anybody help me?see [screenshot]

fluxissue

@NamelessCoder
Copy link
Member

Hi @shilpajh - can you try this with the development branch of Flux? Although I'm not completely sure, it could be fixed by a recent commit 1927968 which causes the correct controller name to be used. An incorrect controller name could be the reason why no request is returned from getRequest which appears to be why you receive this error.

@NamelessCoder
Copy link
Member

The underlying cause of this problem appears to be that one or more of your template files do not contain a flux:form definition and/or do not contain the Configuration section. So you should be able to avoid the problem - but of course the fallback case that throws this error should still be fixed.

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

2 participants