Import] Data too long for column 'old_id' at row 1

MesterPerfect

Active member
Affected version
V2.2.10 Patch 1
I'm doing a test run locally of importing my vb3.7 forum into XenForo and I got the following error via CLI:

Code:
In AbstractStatement.php line 230:

  MySQL query error [1406]: Data too long for column 'tag_url' at row 1


xf:import [--processes PROCESSES] [--finalize]

Exception query:


  INSERT  INTO `xf_tag` (`tag`, `permanent`, `tag_url`, `tag_id`, `use_count`, `
last_use_date`) VALUES (?, ?, ?, ?, ?, ?)
 
Top Bottom