Search code examples
typo3typoscripttypo3-6.2.x

Attempt to insert record on page ... where this table, fe_users/fe_groups, is not allowed


I looked at this Similar Question on here but I didn't understand half of what everyone is saying there as I'm not very familiar with TypoScript...

Let me start from my point of view: I got a backend tree in TYPO3 6.2 that looks like this:
Data is of type "Folder" where I want to store my records.
Userroles, Admins and Lawyer are of Type "Standard" while the last two contain the Plugin "Website Users".
Backend-Tree
Behaviour Website Users

Now I want to add a new fe_usergroup to page Userroles:

enter image description here enter image description here
I get following error:
1: Attempt to insert record on page 'Userroles' (39) where this table, fe_groups, is not allowed
It's the same when I try inserting a new fe_user in Admins:
1: Attempt to insert record on page 'Admins' (40) where this table, fe_users, is not allowed
So in the other answers from mentioned question they're talking about Page-TS-Config - I looked at my Userroles Page and saw this: TS Page Config and I went to the Template Analyzer and searched for allowedNewTables and deniedNewTables but no results. And to the comment: section ctrl which value has rootLevel - but those TCAs are from Extbase right? So why would they be wrong...
I must have done something wrong but I have no idea what it could be.
It worked before I think...although I don't know about the usergroups, didn't try to add a new one recently.


Solution

  • Is the page that you are trying to add usergroups to of type "page" or "directory" (see "General"-tab). Probably it must be of kind "directory" or "folder"