I get the message above (Attempt to insert record on page where this table is not allowed) when trying to create a new record from an extension.
- The "page" i try to create the record in is a sysfolder and not a page
t3lib_extMgm::allowTableOnStandardPages('user_myext_categories');
is set- there are already records of
categories
on this page - there is no
'type' =>
definition in TCA, but the table itself is registered in TCA like the other tables from this extension (and they work)
Any hints on this?