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
Updated by Oliver Hader about 2 years ago
- Subject changed from Code Exception to Undefined array key "prev"
Updated by Oliver Hader about 2 years ago
- Complexity set to easy
- Sprint Focus set to On Location Sprint
Updated by Gerrit Code Review about 2 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75811
Updated by Gerrit Code Review about 2 years ago
Patch set 1 for branch 11.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/75817
Updated by Oliver Bartsch about 2 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset f0cb504adc3480e421b914c4188f586f180fe299.
Actions