magento2-pdf-generator2
magento2-pdf-generator2 copied to clipboard
Error during setup upgrade
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
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
I wanted to try this extension but I'm facing the same issue.
Change in (Model/Email/Message.php) line 24 from (private $zendMessage;) to (protected $zendMessage;) that would resolve the issue