Convertor problem.........

Started by remkot, February 16, 2014, 08:45:15 AM

Previous topic - Next topic

remkot

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

margarett

Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair


Herman's Mixen

try the converter in this topic phpbb3 also read the full topic replies if you encounter some problems !!
Met vriendelijke groet, The Burglar!

 House Mixes | Mixcloud | Any Intelligent fool can make things bigger, more complex, and more violent.
It takes a touch of genius - and a lot of courage - to move in the opposite direction. - Albert Einstein

Former Godfather of our dutch community ;)

margarett

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

Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

remkot

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

margarett

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 :( )
Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

margarett

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

Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

remkot

Hello margarett,

It seems be solved with this.

THANKS!!

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

Thanks again!!

Remko

margarett

Se forem conduzir, não bebam. Se forem beber... CHAMEM-ME!!!! :D

QuoteOver 90% of all computer problems can be traced back to the interface between the keyboard and the chair

Advertisement: