"Attempt to insert record" error caused by PageDoktypeRegistry called in ext_localconf.php in TYPO3 13.4
TL;DR: After updating to TYPO3 13.4, if you see Attempt to insert record on pages:X where table "tt_content" is not allowed, it might be, that an extension is calling PageDoktypeRegistry::add() in ext_localconf.php instead of ext_tables.php. Move the call to ext_tables.php to fix it.The problemAfter updating a TYPO3 installation from 12.4 to…
Read more