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

Error during setup upgrade #96

Open
smirkos opened this issue Mar 6, 2020 · 3 comments
Open

Error during setup upgrade #96

smirkos opened this issue Mar 6, 2020 · 3 comments

Comments

@smirkos
Copy link

smirkos commented Mar 6, 2020

Fatal error: Access level to Eadesigndev\Pdfgenerator\Model\Email\Message::$zendMessage must be protected (as in class Magento\Framework\Mail\Message) or weaker in vendor/eadesignro/module-pdfgenerator/Model/Email/Message.php on line 17

@smirkos smirkos changed the title Error during start setup upgrade Error during setup upgrade Mar 6, 2020
@bennymerrell
Copy link

Hi,

We also have this issue and have your module installed is there going to be a fix soon? as this is the only thing holding us back from going live with our latest iteration.

Also as this a paid for extension do you have a support channel?

Thanks

Ben

@kanzelsberger
Copy link

I wanted to try this extension but I'm facing the same issue.

@Mo3ta9em93
Copy link

Change in (Model/Email/Message.php) line 24
from (private $zendMessage;)
to (protected $zendMessage;)
that would resolve the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants