Hi all,
I'm trying to convert from IPB 2.0.0 trial to the latest SMF.
I have downloaded and installed the latest conversion tool.
By running it, I had first the "birthday" error. Fixed by adding a solution found here
if(!preg_match('/\d{4}-\d{2}-\d{2}/', $row['birthdate']))
$row['birthdate'] = '0001-01-01';
Now I have another issue: Converting members...Wrong value type sent to the database. Integer expected. (instant_messages)
Any advice about this one ?
Thanks in advance