Attempt to insert record on page where this table is not allowed

前端 未结 2 863
甜味超标
甜味超标 2021-01-24 23:46

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 tr
相关标签:
2条回答
  • 2021-01-25 00:30

    Perhaps the creation of tables of this type is deactivated via Page-TS-Config? Via mod.web_list.allowedNewTables / deniedNewTables it is possible to disable the creation of new tables.

    You need to check each Page-TS-Config in the rootline or have a look at the info module.

    Perhaps try to create a new "root" page and add your table there. If that works, it is a Page-TS-Config configuration:)

    0 讨论(0)
  • 2021-01-25 00:30

    in the ext_table you need this: \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('XXXXXX');

    0 讨论(0)
提交回复
热议问题