Submission not complete

@Vitaliy We are using OJS 3.3.0.6 and one user cannot submit complete submission, below is error that i get in error log file

[17-Sep-2022 10:10:24 UTC] PHP Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect string value: ‘\xE2\x80\x89mL …’ for column ‘setting_value’ at row 1 in /home/afxvwsmy/public_html/lib/pkp/lib/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:115

Untitled

Please help

@asmecher You please guide above problem solution.

What are the charset set and collation of the database?

Dear @kerimsarigul ,

Collation is latin1_swedish_ci and charset is latin1;

Untitled

Please see image as well.

If you do all utf8_general_ci your problem can be solved.

Dear @kerimsarigul

Thanks a lot my problem has been solved.

Regards

1 Like