- Issue created by @Nathan Tsai
- @nathan-tsai opened merge request.
- Status changed to Fixed
over 1 year ago 8:43pm 6 June 2023 Automatically closed - issue fixed for 2 weeks with no activity.
Error: Call to undefined method Drupal\Core\Http\RequestStack::getSchemeAndHttpHost() in Drupal\send_emails\EmailApi->notifyEmail() (line 442 of /home/nuuchahn/public_html/hr/modules/contrib/send_emails/src/EmailApi.php)
when using the $destination parameter.
Use $this->requestStack->getCurrentRequest()
instead of directly on the stack.
See https://www.drupal.org/project/quick_node_clone/issues/3184553 →
Fixed
2.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.