Closed (fixed)
Project:
WissKI
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Jan 2026 at 20:32 UTC
Updated:
9 Feb 2026 at 20:14 UTC
Jump to comment: Most recent
It appears that various code in Forms is using dependency injection incorrectly.
In particular errors like the following are thrown:
Fatal error: Type of Drupal\wisski_pathbuilder\Form\WisskiPathDuplicateForm::$routeMatch must not be defined (as in class Drupal\Core\Form\FormBase) in /var/www/html/web/modules/custom/wisski/wisski_pathbuilder/src/Form/WisskiPathDuplicateForm.php on line 21
This comes from the fact that FormBase class performs "fake" dependency injection using setter methods.
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 #5
twiesing commentedComment #6
twiesing commentedSeems fixed, closing.
Comment #8
twiesing commented