[TYPO3-mvc] Question regarding usage of Tx_Extbase_Domain_Model_FrontendUser
Marcel Rosenberger
marcel at brutex.de
Mon Aug 17 12:06:06 CEST 2009
Hi,
for me it works if I extend the Tx_Extbase_Domain_Model_FrontendUser Class:
class Tx_Myext_Domain_Model_User extends Tx_Extbase_Domain_Model_FrontendUser {
}
Then use this class instead of the FrontendUser Class in the tca.
Greets, Marcel
-----Original Message-----
From: Joerg Schoppet [mailto:joerg at schoppet.de]
Sent: Sunday, August 16, 2009 6:44 PM
To: typo3-project-typo3v4mvc at lists.netfielders.de
Subject: Re: [TYPO3-mvc] Question regarding usage of Tx_Extbase_Domain_Model_FrontendUser
Hi,
any news regarding the use of Tx_Extbase_Domain_Model_FrontendUser?
For me, it only works as long as I'm also logged into the Backend, so I think it has something todo with the caching !?!
As soon as I'm logged out I get the following error:
Fatal error: Call to a member function getTableName() on a non-object in /class/to/extbase/Classes/Persistence/Mapper/DataMapper.php on line 343
Any tips/tricks/hints?
Joerg
More information about the TYPO3-project-typo3v4mvc
mailing list