Problem/Motivation

Getting below error when I was trying to install the module with Drupal 11.

The website encountered an unexpected error. Try again later.
Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in /var/www/html/web/modules/contrib/fullstory/src/Form/FullstoryAdminSettingsForm.php on line 32 and exactly 2 expected

Steps to reproduce

Install module and go to configuration page of this module.

Issue fork fullstory-3472767

Command icon Show commands

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

anwar_max created an issue. See original summary.

anwar_max’s picture

Assigned: anwar_max » Unassigned
Status: Active » Needs review
bramdriesen’s picture

Status: Needs review » Needs work

We can't just change this, we need to update the versions to a minimum of 10.2.0. See: https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Form%21Co...

anwar_max’s picture

Status: Needs work » Needs review