When submitting emoji it crashes
-
Hi,
I’ve noticed in PHP error log that we had a fatal error on form submission. After inspection, the only suspicious thing is that the emoji has been used like “??”, when tested it throws the error. After changing the character set to utf8mb4 no error running the query. Please fix!
Thank you!
Error thrown at:
/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Database/Query/WPDBConnection.php:224
SQL to change charset:
ALTER?TABLE?wp_fluentform_submissions?CONVERT?TO?CHARACTER?SET?utf8mb4?COLLATE?utf8mb4_general_ci;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘When submitting emoji it crashes’ is closed to new replies.