[TYPO3-mvc] Abstract Classes and the DB

Franz Koch typo3.RemoveForMessage at elements-net.de
Mon May 16 08:06:40 CEST 2011


Hey,

> The error I get is:
> Fatal error: Cannot instantiate abstract class Tx_TuBaCore_Domain_Model_MediaItem in /path/to/typo/typo3/sysext/extbase/Classes/Persistence/Mapper/DataMapper.php on line 224

well, don't delcare your "AbsstractMediaItem" as "abstract" then - I 
knew there was at least one issue I stumbled across with abstract 
classes. Currently there's unfortunately no other fix for this then 
dropping the "abstract" declaration, except you like to rewrite some 
parts in Extbase.

-- 
kind regards,
Franz Koch


More information about the TYPO3-project-typo3v4mvc mailing list