Bug #27078
Error after save new record
| Status: | Resolved | Start date: | 2011-05-27 | |
|---|---|---|---|---|
| Priority: | -- undefined -- | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Using TYPO3 4.5.2 out of the box (without further extensions or configurations) this error occured while saving my first user after installation. Extbase Version is 1.3.0.
History
Updated by Anja Leichsenring almost 2 years ago
for the time being, just make sure the Setting extbase type in fe_usergroup records is set to Tx_Extbase_Domain_Model_FrontendUserGroup. You can find this field on the last page of fe_usergroup record edit dialog.
Updated by Sebastian Fischer almost 2 years ago
Due to a missing default setting for the tca a usergroup was not created with the importent tx_extbase_type as Tx_Extbase_Domain_Model_FrontendUserGroup. That given the usergroup repository was unable to find the configured usergroup.
Without a suitable usergroup the error happend. Which now should not happen again.
Updated by Sebastian Fischer almost 2 years ago
- Status changed from New to Resolved