Open DavidVoi opened 2 years ago
This should already be fixed for the next release: https://github.com/TYPO3GmbH/blog/pull/238
the reported error is for version 11.0.2 in which it is not fixed as of today. having the same problem currently. https://github.com/TYPO3GmbH/blog/blob/11.0.2/Configuration/TCA/Overrides/sys_category.php#L56
Bug Report
Prerequisites
Description
which as of today looks like this:
$GLOBALS['TCA']['pages']['columns']['categories']['config']['foreign_table_where']
Steps to Reproduce
Expected behavior: admin tool performs database check
Actual behavior: no database check, broken admin tool
Versions
11.0.2
Possibly related to
PHP warnings about undefined array keys (PHP 8.0)
245
Fix PHP8 undefined array key warning in various places https://forge.typo3.org/issues/94542