• Resolved teminet

    (@teminet)


    Hello, I opened a thread about this problem 3 months ago. I solved this problem.

    The problem was when I tried to generate some invoices I was getting an error message on a white page.

    Message: Invalid input characters. Did you set $mpdf->in_charset properly?

    When I looked at the Debug.log, I saw this.

    /public_html/wp-content/uploads/WOO-INVOICE/mpdf-pro/vendor/mpdf/mpdf/src/Mpdf.php on line 13178

    At line 13178 in mpdf.php

    $success = iconv($this->charset_in, ‘UTF-8//TRANSLIT’, $html);

    your code

    $success = iconv($this->charset_in, ‘UTF-8//IGNORE’, $html);

    It was fixed when I changed it to .

    Please have this fixed in the next release version.

    • This topic was modified 3 years, 1 month ago by teminet.
Viewing 1 replies (of 1 total)
  • Plugin Support Ahmed Imran

    (@ahmedimran)

    Hello @teminet ,

    Thank you for reaching out to us about this issue. We apologize for any inconvenience this may have caused.

    Regarding your suggestion to update the code to fix the issue, we understand that this solution worked for you. However, our team has determined that implementing this change could cause inconvenience for many other users who rely on the current currency units (such as USD and $) to display correctly.

    We are actively working on finding a possible solution that can fix this issue without causing inconvenience to our users. We appreciate your understanding and patience as we work towards resolving this issue.

    Please note that before updating to the next version or making any customization to the code, we recommend that you keep a backup of your WOO-INVOICE folder to avoid any issues that may occur during the update process.

    Please let us know if you have any further questions or concerns.

Viewing 1 replies (of 1 total)

The topic ‘Error: Invalid input characters. How is it resolved?’ is closed to new replies.