Skip to content
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

Sending email with EmailModelSender throws an error after the update to 5.1.3 #1109

Open
yaroslavbr opened this issue Feb 14, 2024 · 0 comments

Comments

@yaroslavbr
Copy link
Contributor

yaroslavbr commented Feb 14, 2024

Summary

  • Email sending functionality using EmailModelSender throws an error after the update to 5.1.3 version from 4.2. Before the update all worked as expected

Steps to reproduce

1

  • Using Oro\Bundle\EmailBundle\Sender\EmailModelSender to send this Email Model (without passing any additional arguments)
    $this->emailProcessor->send($emailModel);

Actual Result
Getting an exception:
Uncaught Error: Call to a member function getId() on null {"exception":"[object] (Error(code: 0): Call to a member function getId() on null at /var/domains/zinkunie-zinkunie-upgrade.test-madia.nl /releases/175/vendor/oro/platform/src/Oro/Bundle/ EmailBundle/Entity/Manager/EmailAddressVisibilityManager.php:55)"}

This is caused because code is trying to access EmailUser::Organization::id while organization is actually empty. Please look at the xdebug screen how EmailUser look like:

2

Considering EmailUser entity is created by oro from EmailOrigin which I also did not provide by my own. I think this is oro internal bug.

Expected Result
Email sending using EmailModelSender::send() while providing only on Email Model as an argument should work.

Details about your environment

  • OroPlatform version: 5.1.3
  • PHP version: 8.2.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant