yiisoft / yii2-debug

Debug Extension for Yii 2
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
202 stars 149 forks source link

Mail panel broken for Symfonimailer #507

Closed squio closed 1 year ago

squio commented 1 year ago

What steps will reproduce the problem?

What's expected?

What do you get instead?

Error: Object of class Symfony\Component\Mime\Header\Headers could not be converted to string

A trace back shows that the error is caused because the Headers object is passed to the yii2/helpers/BaseHtml.php function encode()

Additional info

Q A
Yii version 2.0.48.1
PHP version 8.2.6
Operating system Mac OS
tronovav commented 1 year ago

Hello. When are you planning a release with this fix?