Project

General

Profile

Bug #90996

Updated by Georg Ringer almost 4 years ago

> 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.

Back