Skip to content

Commit 09579fc

Browse files
authored
Add reason TreelistCacheUpdateHooks.php to Exception 1476107295
1 parent 671fae6 commit 09579fc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/Exceptions/1476107295.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,3 +326,19 @@ after:
326326
$value = ($foo['bar'] ?? false);
327327
328328
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

Comments
 (0)