You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've a small issue. In Line 72 of your EmailService // $request->setControllerPackageKey('Sandstorm.Maklerapp'); TODO needed?
you asked if its needed. Indeed it is. Otherwise some ViewHelpers can't guess the package. In my case it was the translation viewhelper throwing errors.
My working code is $request->setControllerPackageKey($templatePackage);
Best regards,
uWe
The text was updated successfully, but these errors were encountered:
Hello,
I've a small issue. In Line 72 of your EmailService
// $request->setControllerPackageKey('Sandstorm.Maklerapp'); TODO needed?
you asked if its needed. Indeed it is. Otherwise some ViewHelpers can't guess the package. In my case it was the translation viewhelper throwing errors.
My working code is
$request->setControllerPackageKey($templatePackage);
Best regards,
uWe
The text was updated successfully, but these errors were encountered: