Typo3 11.5: Controller not sufficiently initialized | Call to a memberfunction XYZ() on null

Viewed 25

I built an extension with the ExtensionBuilder. It created all the files neatly. Extension installed fine and everything was good. But once I tried to use the plugins of my extension and show something in the frontend I only got errors. Tried to find the problem but I just can't find it. Until I vardumped the whole controller which usually isn't possible but still returned this beautiful Object. Filled with nothing. It seems that the controller isn't correctly initialized. But I am too much of a Typo3 newbie to really find out what's going on here. Where should I start looking for the error? Is it something I forgot?

vardump of $this in controller

0 Answers
Related