ps-devstudio
ps-devstudio
Line 238 of [UserBackendController.php](https://github.com/in2code-de/femanager/blob/19191f5cee4084683fd9bcdb10e861242f5cab8a/Classes/Controller/UserBackendController.php#L248C1-L248C152) uses RequestFactory. But it is not defined. Manually adding the use TYPO3\CMS\Core\Http\RequestFactory; doesn't resolve the problem for me, but makes it even worse: `(1/1) GuzzleHttp\Exception\ConnectException cURL...
Thanks for the hint — you’re absolutely right that $this->processUploadedImage($user) is only called in createAllConfirmed() and not in createRequest(). However, simply adding it at [NewController.php#L370](https://github.com/in2code-de/femanager/blob/v8/Classes/Controller/NewController.php#L370) is not enough, because at...