Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook Tuesday at 01:29 PM
teez Posted November 16, 2017 Share Posted November 16, 2017 I'm trying to convert my SMF 2.0 board to the newest ipboard, but I can't manage with the error i got : IPS\convert\_Library::process: Incorrect string value: '\xC4Od_se...' for column 'log_message' at row 1 I read that I should change the column's collation to utf8mb4 but it didn't help. Any suggestions? //edit: I commented this line: \IPS\Db::i()->insert( 'convert_logs', array( 'log_message' => $message, 'log_app' => $this->app_id, 'log_severity' => $severity, 'log_method' => $method, 'log_item_id' => $id, 'log_time' => time() ) ); and it works Link to comment Share on other sites More sharing options...
teraßyte Posted November 16, 2017 Share Posted November 16, 2017 That's not really the proper fix for this issue, and this is not the right forum for support either. Submit a support ticket in the client area to report the bug Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.