Project

General

Profile

Actions

Bug #98248

closed

Undefined array key "prev"

Added by Steffen Matthes over 1 year ago. Updated over 1 year ago.

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 #1

Updated by Oliver Hader over 1 year ago

  • Subject changed from Code Exception to Undefined array key "prev"
Actions #2

Updated by Oliver Hader over 1 year ago

  • Status changed from New to Accepted
Actions #3

Updated by Oliver Hader over 1 year ago

  • Complexity set to easy
  • Sprint Focus set to On Location Sprint
Actions #4

Updated by Gerrit Code Review over 1 year 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

Actions #5

Updated by Gerrit Code Review over 1 year 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

Actions #6

Updated by Oliver Bartsch over 1 year ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF