Problem/Motivation
After the update from 2.0.0-rc6 to 2.0.0-rc12, creating a new event triggered the following error:
TypeError: Drupal\recurring_events\EventCreationService::__construct(): Argument #7 ($module_handler) must be of type Drupal\Core\Extension\ModuleHandler, Drupal\hook_event_dispatcher\HookEventDispatcherModuleHandler given, called in /app/web/core/lib/Drupal/Component/DependencyInjection/Container.php on line 259 in Drupal\recurring_events\EventCreationService->__construct() (line 115 of /app/web/modules/contrib/recurring_events/src/EventCreationService.php)
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3380497-recurring_events-add-event.patch | 6.71 KB | jacqui.tenderwolf |
| #2 | recurring_events-event-creation.patch | 2.27 KB | jacqui.tenderwolf |
Comments
Comment #2
jacqui.tenderwolf commentedComment #3
jacqui.tenderwolf commentedI patched a couple of more files that were causing a similar bug.
Comment #6
owenbush commented