We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671fae6 commit 09579fcCopy full SHA for 09579fc
Documentation/Exceptions/1476107295.rst
@@ -326,3 +326,19 @@ after:
326
$value = ($foo['bar'] ?? false);
327
328
329
+PHP 8: PHP Warning: Undefined array key "NEW_xxx"
330
+=================================================
331
+
332
+.. code-block:: text
333
334
+ PHP Warning: Undefined array key "NEW_xxx" in typo3/sysext/frontend/Classes/Hooks/TreelistCacheUpdateHooks.php line 81
335
336
+Reason
337
+------
338
339
+This error is shown when trying to create a page in TYPO3 < v13 if the `pages` table does not contain all necessary columns.
340
341
+Solution
342
+--------
343
344
+Use the database analyzer in the Install Tool to create the missing columns.
0 commit comments