Needs work
Project:
Hierarchy Manager
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2024 at 15:02 UTC
Updated:
9 Aug 2024 at 23:12 UTC
Jump to comment: Most recent
Thanks for the module! To increase this module adoption, it would be beneficial that people could easily test this module on their site.
I followed the "How to use" steps on project page, on route /admin/config/user-interface/hierarchy_manager/config I faced fatal error :
ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in /var/www/html/web/modules/contrib/hierarchy_manager/src/Form/HMConfigForm.php on line 30 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 43 of core/lib/Drupal/Core/Form/ConfigFormBase.php).
Wonder if the part 2 would have required something else than blank submit, or if its some issue with Drupal 11.
Provide a Drupal recipe with some default values for demo purposes.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
mingsongThanks for reporting this issue.
It is a compatibility issue that many modules facing after upgrading to Drupal 11.
The change log for reference.
https://www.drupal.org/node/3404140
I will fix this issue for this module first. Then we can have the recipe after that.
Comment #5
mingsongThe bug is patched with 3.4.1.
I will leave this issue open as the recipe task has not been done yet.
Comment #6
mingsong