We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A customer added notes to an order (both the order notes and line item notes)
They put in an emoji, like so:
I hope that is clear 🤞🏼
...this broke a fair bit. They can't checkout, can't view the cart etc.
On the back end, I can't view Active or Inactive carts either.
In all cases the 500 Server Error is:
500 Server Error
{"error":"An exception has been thrown during the rendering of a template (\"Control character error, possibly incorrectly encoded.\")."}
This issue seems very much related...but claims to be solved.
I'm pretty much up to date. Server is a ServerPilot managed bog standard Ubuntu 18.04/LAMP job with MySQL 5.7
The text was updated successfully, but these errors were encountered:
11c5dc2
No branches or pull requests
Description
A customer added notes to an order (both the order notes and line item notes)
They put in an emoji, like so:
I hope that is clear 🤞🏼
...this broke a fair bit. They can't checkout, can't view the cart etc.
On the back end, I can't view Active or Inactive carts either.
In all cases the
500 Server Error
is:{"error":"An exception has been thrown during the rendering of a template (\"Control character error, possibly incorrectly encoded.\")."}
This issue seems very much related...but claims to be solved.
Steps to reproduce
Additional info
I'm pretty much up to date. Server is a ServerPilot managed bog standard Ubuntu 18.04/LAMP job with MySQL 5.7
The text was updated successfully, but these errors were encountered: