-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.4.0] Joomla\CMS\Mail\MailerFactory::createMailer(): Return value must be of type Joomla\CMS\Mail\MailerInterface, Joomla\CMS\Mail\Mail returned #42164
Comments
I started to look into it, but I'm not sure what the problem is. |
Also 'Send Test Mail' fails: # #Fields: datetime priority clientip category message This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42164. |
Which mailer are you using? |
PHP-Mail This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42164. |
Great, thank you!!! I've disabled the plugin "AcyMailing - Override Joomla emails" and now everything works fine again! This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42164. |
closing as it is not from core |
Steps to reproduce the issue
Not sure
Expected result
Mail instance is returned
Actual result
Error "Joomla\CMS\Mail\MailerFactory::createMailer(): Return value must be of type Joomla\CMS\Mail\MailerInterface, Joomla\CMS\Mail\Mail returned" happens
System information (as much as possible)
Joomla 4.4.0
Additional comments
This has been reported on several pages:
https://www.hikashop.com/forum/install-update/907149-problems-after-joomla-4-4-upgrade.html#355958
https://forum.joomla.org/viewtopic.php?f=812&p=3704289
https://joomla.stackexchange.com/questions/33416/error-when-upgrading-from-4-3-4-5o-4-4-error-meesage
https://forum.joomla.org/viewtopic.php?f=808&p=3704236
Example of callstack:
Function Location
1 () JROOT/libraries/src/Mail/MailerFactory.php:106
2 Joomla\CMS\Mail\MailerFactory->createMailer() JROOT/libraries/src/Factory.php:708
3 Joomla\CMS\Factory::createMailer() JROOT/libraries/src/Factory.php:490
4 Joomla\CMS\Factory::getMailer() JROOT/components/com_hikashop/controllers/product.php:257
5 productController->add_waitlist() JROOT/libraries/src/MVC/Controller/BaseController.php:693
6 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT/administrator/components/com_hikashop/helpers/helper.php:2535
7 hikashopController->execute() JROOT/components/com_hikashop/hikashop.php:88
8 require_once() JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:71
9 Joomla\CMS\Dispatcher\LegacyComponentDispatcher::Joomla\CMS\Dispatcher{closure}() JROOT/libraries/src/Dispatcher/LegacyComponentDispatcher.php:73
10 Joomla\CMS\Dispatcher\LegacyComponentDispatcher->dispatch() JROOT/libraries/src/Component/ComponentHelper.php:361
11 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/SiteApplication.php:208
12 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:249
13 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:293
14 Joomla\CMS\Application\CMSApplication->execute() JROOT/includes/app.php:61
15 require_once() JROOT/index.php:32
The text was updated successfully, but these errors were encountered: