Converter phpBB 2.023 to SMF 2?

Started by swatt, July 26, 2009, 08:47:55 AM

Previous topic - Next topic

swatt

Hi

How can I convert a phpBB 2.023 Forum to SMF 2.0 RC1.2?
I can't found a correct converter in http://download.simplemachines.org/?converters
----
SMF 2.0 RC1.2

tyty1234

I think this is for all phpBB2 versions, but if you do download the converter, please be aware that it is still in development.
My Activity: Inactive
My Links: tyty1234's SMF Site | SMF Package Parser | SMF Helper | My Mods [5]
Subscribe to my SMF blog for updates
PMs for support will not be accepted, unless requested otherwise.

H

Indeed. There is a 2.0 converter listed on that page. If you need any help you can checkout Converting to SMF
-H
Former Support Team Lead
                              I recommend:
Namecheap (domains)
Fastmail (e-mail)
Linode (VPS)
                             

swatt

Yes... but on July 26. there was not here  ;D

But I have another problem... I receive an error, I have already post it: http://www.simplemachines.org/community/index.php?topic=328099.msg2187966#msg2187966

QuoteConverting members...Wrong value type sent to the database. Integer expected. (id_group)
----
SMF 2.0 RC1.2

ThorstenE

related to this post:
http://www.simplemachines.org/community/index.php?topic=328099.msg2187966#msg2187966


in phpbb2_to_smf.sql find:
IF(u.user_level = 1, 1, IFNULL(mg.id_group, 0)) AS id_group,
replace it with:
IF(u.user_level = 1, 1, 0) AS id_group,

Advertisement: