Bug #90996
closedException message hard to read
100%
Description
The type of property TYPO3\CMS\Belog\Domain\Model\LogEntry::backendUserUid could not be identified, as property backendUserUid is unknown to the TYPO3\CMS\Extbase\Reflection\ClassSchema instance of class .TYPO3\CMS\Belog\Domain\Model\LogEntry. Please make sure said property exists and that you cleared all caches to triggera new build of said TYPO3\CMS\Extbase\Reflection\ClassSchema instance.
better would be
The type of property TYPO3\CMS\Belog\Domain\Model\LogEntry::backendUserUid could not be identified, as property backendUserUid is unknown to the TYPO3\CMS\Extbase\Reflection\ClassSchema instance of class TYPO3\CMS\Belog\Domain\Model\LogEntry. Please make sure said property exists and that you cleared all caches to trigger a new build of said TYPO3\CMS\Extbase\Reflection\ClassSchema instance.
Updated by Georg Ringer over 4 years ago
- Related to Bug #89857: Insufficient case statement in Extbase DataMapper added
Updated by Gerrit Code Review over 4 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64116
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64133
Updated by Georg Ringer over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4db25fe3e470468e480183b01ffff6e2c010d941.