Simple Machines Community Forum

SMF Support => Converting to SMF => phpBB => Topic started by: remkot on February 16, 2014, 08:45:15 AM

Title: Convertor problem.........
Post by: remkot on February 16, 2014, 08:45:15 AM
Hello,

Can somebody help me?

If i try to convert mij phpBB3 to smf i get:

Converting members...Field 'openid_uri' doesn't have a default value

Even with a fresh phpBB3 install i get this.

Can somebody help me?

Thanks,
Remko
Title: Re: Convertor problem.........
Post by: margarett on February 16, 2014, 11:57:15 AM
Which converter are you using?
Title: Re: Convertor problem.........
Post by: remkot on February 16, 2014, 01:40:46 PM
Hello,

I use this one:
http://download.simplemachines.org/?converters;software=phpbb
Title: Re: Convertor problem.........
Post by: Herman's Mixen on February 16, 2014, 02:00:33 PM
try the converter in this topic phpbb3 (http://www.simplemachines.org/community/index.php?topic=218449.0) also read the full topic replies if you encounter some problems !!
Title: Re: Convertor problem.........
Post by: margarett on February 16, 2014, 08:41:00 PM
I tested here and I was able to convert without issues, so I assume some strange behavior in different MySQL versions...

You can edit phpbb3_to_smf.sql and find:

u.user_ip AS member_ip2

Replace with:

u.user_ip AS member_ip2, '' AS openid_uri

Title: Re: Convertor problem.........
Post by: remkot on February 17, 2014, 04:27:05 PM
Quote from: margarett on February 16, 2014, 08:41:00 PM
I tested here and I was able to convert without issues, so I assume some strange behavior in different MySQL versions...

You can edit phpbb3_to_smf.sql and find:

u.user_ip AS member_ip2

Replace with:

u.user_ip AS member_ip2, '' AS openid_uri



Hello,

This works for me! Manny thanks for this!

But the next problem is:
Converting members...Field 'ignore_boards' doesn't have a default value
Title: Re: Convertor problem.........
Post by: margarett on February 17, 2014, 04:44:10 PM
A similar tweak is needed, I'll check it when I get to my computer.
But that's strange, it shouldn't be necessary (and I have the feeling it will need several edits like this :( )
Title: Re: Convertor problem.........
Post by: margarett on February 17, 2014, 07:10:53 PM
Adding to before:
Find:

u.user_ip AS member_ip2, '' AS openid_uri

Replace with

u.user_ip AS member_ip2, '' AS openid_uri, '' AS ignore_boards

Title: Re: Convertor problem.........
Post by: remkot on February 19, 2014, 04:38:30 PM
Hello margarett,

It seems be solved with this.

THANKS!!

Only one little problem wiht the attachments, but....... whatever.......

Thanks again!!

Remko
Title: Re: Convertor problem.........
Post by: margarett on February 19, 2014, 04:52:16 PM
Kewl :P

Welcome to SMF!