AOEpeople / TYPO3_Restler

restler (PHP REST-Framework) for TYPO3
GNU General Public License v3.0
30 stars 17 forks source link

v10.3.2: TYPO3 Exception - $restlerBuilder must not be accessed before initialization #77

Closed cschnell closed 1 year ago

cschnell commented 1 year ago

Hi, with Version 10.3.2 I am experiencing an Exception. The complete error message from my log: Core: Exception handler (WEB): Uncaught TYPO3 Exception: Typed property Aoe\Restler\System\RestlerBuilderAware::$restlerBuilder must not be accessed before initialization | Error thrown in file /var/www/myproject/public/typo3conf/ext/restler/Classes/System/RestlerBuilderAware.php in line 54 In Version 10.3.1, everything works fine.

TomSchenk commented 1 year ago

Hi @cschnell, is this still relevant?

cschnell commented 1 year ago

Hi @TomSchenk, fixed with 10.4.2 and all later versions. Thank you very much.

cschnell commented 1 year ago

fixed.