Closed (fixed)
Project:
Taxonomy Menu
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2024 at 21:29 UTC
Updated:
29 Sep 2025 at 09:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kalash-j commentedComment #3
damienmckennaPlease see if the current dev release fixes this, some minor changes were committed in #3413255: Change Testing to GitLab CI that might affect this.
Comment #4
brooke_heaton commentedJust chiming in to say that I'm getting this error as well on the current Dev version and Core Version 10.2.0. I haven't dug in to investigate yet but will try to identify the problem. But just noting that unfortunately the latest changes on Dev do not seem to resolve this issue.
Comment #5
brooke_heaton commentedSeems the issue may be a new setting missing. I went in to each menu and resaved the form and the issue goes away.
Comment #6
damienmckennaThis happens because $this->getMenuParent() returns NULL instead of a string.
Does this help?
Comment #7
jannakha commentedworks now on php 8.3
thanks for the patch
Comment #8
damienmckennaThanks for the review.
Comment #10
damienmckennaCommitted.