We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1476107295 TYPO3\CMS\Core\Error\Exception PHP Warning: Undefined array key "**foreign_table_where**" in /.../typo3conf/ext/blog/Configuration/TCA/Overrides/sys_category.php line 56
which as of today looks like this:
$GLOBALS['TCA']['pages']['columns']['categories']['config']['foreign_table_where']
Expected behavior: admin tool performs database check
Actual behavior: no database check, broken admin tool
11.0.2
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
The text was updated successfully, but these errors were encountered:
This should already be fixed for the next release: #238
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: