Actions
Bug #98248
closedUndefined array key "prev"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2022-09-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
On Location Sprint
Description
Hello TYPO3-Team,
currently i get this error when i go to the first page of a submenu.
(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception PHP Warning: Undefined array key "prev" in /var/www/html/public/typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php line 1063 in /var/www/html/public/typo3/sysext/core/Classes/Error/ErrorHandler.php line 137
I'm using this menu dataprocessor:
page.10.dataProcessing { ## Main Menu 10 = TYPO3\CMS\Frontend\DataProcessing\MenuProcessor 10 { as = mainMenu expandAll = 1 excludeUidList = {$mypackage.excludePagesMainMenu} levels = 3 titleField = title // nav_title } }
Many thanks
Steffen
Actions