b13 / menus

TYPO3 Extension for creating fast menus in a fast fashion
GNU General Public License v2.0
54 stars 21 forks source link

Languagemenu error after TYPO3 upgrade to 12.4.5 #99

Closed rtp-cgs closed 1 year ago

rtp-cgs commented 1 year ago

Since upgrading from TYPO3 12.4.4 to 12.4.5 the following error occurs when using the LANGUAGEMENU in typoscript. Typed property TYPO3\CMS\Frontend\ContentObject\AbstractContentObject::$request must not be accessed before initialization.

I think this block $this->setContentObjectRenderer($this->cObj); inside of B13\Menus\ContentObject\LanguageMenuContentObject must be moved outside of the constructor or the $request property of TYPO3\CMS\Frontend\ContentObject\AbstractContentObject needs to have a default value. I am not certain if this would have any side effects, otherwise I would have created an pull request.