You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something has changed in \TYPO3\CMS\Extbase\Domain\Model\FrontendUser::setImage().
Parameter should be of type \TYPO3\CMS\Extbase\Persistence\ObjectStorage. In former Typo3 versions it was a string.
So, the upload of a user profile image throws an exception:
Argument 1 passed to TYPO3\CMS\Extbase\Domain\Model\FrontendUser::setImage() must be an instance of TYPO3\CMS\Extbase\Persistence\ObjectStorage, array given, called in /var/www/public/typo3conf/ext/community/Classes/Controller/UserController.php on line 157
The text was updated successfully, but these errors were encountered:
Something has changed in \TYPO3\CMS\Extbase\Domain\Model\FrontendUser::setImage().
Parameter should be of type \TYPO3\CMS\Extbase\Persistence\ObjectStorage. In former Typo3 versions it was a string.
So, the upload of a user profile image throws an exception:
The text was updated successfully, but these errors were encountered: