Closed xpoback closed 6 years ago
Same issue Magento 2.2.5 Module: 2.5.0
@xpoback Thanks for reporting this. We are working on this in current sprint.
@adeelq Any solution?
@xKmz I'd suggest to disable the module or the plugin. https://github.com/magento/magento2/issues/15620#issuecomment-406292766
The same issue at version 2.2.6 http://screenshots.collabstar.com/vza/df6f2ab5.png
The Dotmailer plugin decodes a gorgeous utf-8 string to a terrible creature by utf8_decode() function http://screenshots.collabstar.com/vza/dd9f6cc8.png It is necessary to rewrite or to disable private function getProcessedTemplatePreviewAndOther() and private function getResultIfArgsEmptyForPreviewAndOther()
I can confirm this issue and would like to see a fix for this as well
Hey,
We've released the fix for this in v3.0.2 with this commit: 635a62c
Thanks, Simon
Magento team just near about of starting to accept this fix https://github.com/magento/magento2/issues/15620#issuecomment-461432405 They are pretty fast developers
Magento 2.2.5 Module: 2.5.0
Steps to reproduce:
Expected result:
Actual result:
The source of the problems: line one and line two Also why are you processing template data in the plugin even if the module is not enabled? How can you be sure the encoding is not correct? Please, fix.