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.