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\CMS\Backend\Controller\ContentElement\NewContentElementController::getPageInfo(): Return value must be of type array, null returned #738

Open
flack opened this issue Mar 8, 2024 · 1 comment

Comments

@flack
Copy link

flack commented Mar 8, 2024

I just tried updating from frontend_editing 3.3.4 to 4.x (on typo3 11.5), and now all pages I try to open in the backend editor throw this exception.

The end of the backtrace looks like this:

in typo3/sysext/backend/Classes/Controller/ContentElement/NewContentElementController.php line 523
in typo3conf/ext/gridelements/Classes/Hooks/WizardItems.php line 71
in typo3conf/ext/frontend_editing/Classes/Controller/FrontendEditingModuleController.php line 940
in typo3conf/ext/frontend_editing/Classes/Controller/FrontendEditingModuleController.php line 855
in typo3conf/ext/frontend_editing/Classes/Controller/FrontendEditingModuleController.php line 553
in typo3/sysext/backend/Classes/Http/RouteDispatcher.php line 91
(...)

If I go back to 3.3.4 things work normally again. Is this some incompatibility between frontend_editing and gridelements?

@MattiasNilsson
Copy link
Contributor

@flack Yes there is some issue between the 2 extensions. We are open for all contributions!

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