bedezign / yii2-audit

Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.
https://bedezign.github.io/yii2-audit/
Other
193 stars 112 forks source link

Class 'PhpMimeMailParser\Parser\Parser' not found #244

Closed romanjaworski closed 5 years ago

romanjaworski commented 6 years ago

Hi,

when php-mime-mail-parser/php-mime-mail-parser package is properly installed then error occurred class 'PhpMimeMailParser\Parser\Parser' not found. Please fix line 19 in /src/views/mail/view-html.php and replace

$parser = new \PhpMimeMailParser\Parser\Parser();

to

$parser = new \PhpMimeMailParser\Parser();

Thank you.

Blizzke commented 6 years ago

There was a PR for this but I lost track of it. Just merged into master. Don't know when I'll find time to draft a new release, might be a couple days.

Blizzke commented 5 years ago

Closing this as no activity. Also letting you know there's now a renderEmail panel function if you want to do things yourself.