magento2-pdf-generator2 icon indicating copy to clipboard operation
magento2-pdf-generator2 copied to clipboard

Error during setup upgrade

Open smirkos opened this issue 4 years ago • 3 comments

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 avatar Mar 06 '20 17:03 smirkos

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

bennymerrell avatar Mar 12 '20 16:03 bennymerrell

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

kanzelsberger avatar Mar 25 '20 09:03 kanzelsberger

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

Mo3ta9em93 avatar Apr 06 '20 20:04 Mo3ta9em93