- Issue created by @drattar
- π§πBahrain drattar
temporary solution: i disabled webform_share module by:
drush pmu webform_share
actually, i tried remove ResponseEvent from the code below, as it worked in this β , but it doesn't work with me.
public function onResponse(ResponseEvent $event) { if (!WebformShareHelper::isPage($this->routeMatch)) { return; }
- Status changed to Postponed: needs info
almost 2 years ago 9:40am 12 June 2023 - πΊπΈUnited States jrockowitz Brooklyn, NY
What version of Drupal and PHP are you running?
My best guess is you need to upgrade Drupal/PHP?
There is also an ancient Composer version being used if Iβm reading this right.
All of these errors are truncated:
TypeError: Argument 1 passed to Drupal\webform_share\EventSubscriber\WebformShareEventSubscriber::onResponse() must be an instance of Symfony\Component\HttpKernel\Event\ResponseEvent, inst
- Status changed to Closed: cannot reproduce
over 1 year ago 2:04pm 20 July 2023