cperrot

Results 7 comments of cperrot

Another place where this issue occurs ./data/SugarBean.php old function: public function has_been_modified_since($date, $modified_user_id) { global $current_user; $date = $this->db->convert($this->db->quoted($date), 'datetime'); if (isset($current_user)) { $query = "SELECT date_modified FROM $this->table_name WHERE...

I have tested it on 7.14.2. It does not have the appropriate code to accommodate MySQL >= 8.0.16

This is rather difficult. As I am not as familiar with the product as the developers would be.

This looks promising https://stackoverflow.com/questions/20411440/incorrect-string-value-xf0-x9f-x8e-xb6-xf0-x9f-mysql

I pulled the latest version from the master branch and compiled it myself just to make sure the problem wasn't fixed in the latest master version.

Yes, my database is configured to use utf8-general-ci. I pulled the version 3.0.18. I even tried to convert the descrition field in contacts and emails_text into utf8mb4. It worked for...