Problem/Motivation

Multiple registration pages give error

Steps to reproduce

running D 10.4.2
install latest version

go to /admin/config/people/multiple_registration

get this error:

"TypeError: Drupal\multiple_registration\Controller\MultipleRegistrationController::__construct(): Argument #3 ($aliasManager) must be of type Drupal\path_alias\AliasManager, Drupal\workspaces\WorkspacesAliasManager given, called in /home/rachel/subdomain/stage/web/modules/contrib/multiple_registration/src/Controller/MultipleRegistrationController.php on line 99 in Drupal\multiple_registration\Controller\MultipleRegistrationController->__construct() (line 87 of modules/contrib/multiple_registration/src/Controller/MultipleRegistrationController.php). "

uninstalled workspace and the error stopped.

Proposed resolution

Remaining tasks

-debug MultipleRegistrationController.php

Comments

bakerrac12 created an issue. See original summary.

vinayakmk47’s picture

Status: Active » Closed (cannot reproduce)

Hi @bakerrac12, I tried to reproduce the issue by installing the module on 10.4.2 and visited /admin/config/people/multiple_registration url it is working perfectly fine for me no issues.

bakerrac12’s picture

Version: 8.x-2.99 » 3.3.2
bakerrac12’s picture

Title: module not working? » module not working with worksapces module
Issue summary: View changes
bakerrac12’s picture

The issue is a conflict with the workspace module