Jump to content

Incorrect string value during convert


teez

Recommended Posts

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 :p 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...