Project

General

Profile

Actions

Bug #106058

open

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

Added by Lina Wolf 5 days ago. Updated 2 days ago.

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

0%

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 5 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 2 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

Also available in: Atom PDF