Project

General

Profile

Actions

Bug #106058

closed

Undefined array key "ACTIFSUB." in AbstractMenuContentObject.php line 1182

Added by Lina Wolf 13 days ago. Updated 6 days ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2025-02-03
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

This happens trying to display a classsic TypoScript only menu using

ACTIFSUB = 1
ACTIFSUB < .IFSUB

Where IFSUB is not defined

While I agree this could be an error it should not be an "undefined array key" error

Actions #1

Updated by Georg Ringer 13 days ago

  • Status changed from New to Needs Feedback

can you please provide a tree example + TS how this can be reproduced, thanks!

Actions #2

Updated by Lina Wolf 10 days ago ยท Edited

page.20 = HMENU
page.20 {
        1 = TMENU
        1 {
            NO = 1
            ACTIFSUB = 1
            ACTIFSUB < .IFSUB
        }
    }

Then go to a first level page which has subpages

Actions #3

Updated by Gerrit Code Review 6 days ago

  • Status changed from Needs Feedback 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/+/88149

Actions #4

Updated by Gerrit Code Review 6 days ago

Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88153

Actions #5

Updated by Gerrit Code Review 6 days ago

Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/88154

Actions #6

Updated by Georg Ringer 6 days ago

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

Also available in: Atom PDF