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
I think this (http://download.simplemachines.org/?converters;software=phpbb2) is for all phpBB2 versions, but if you do download the converter, please be aware that it is still in development.
Indeed. There is a 2.0 converter listed on that page. If you need any help you can checkout Converting to SMF (http://docs.simplemachines.org/index.php?board=4.0;sort=subject)
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 (http://www.simplemachines.org/community/index.php?topic=328099.msg2187966#msg2187966)
QuoteConverting members...Wrong value type sent to the database. Integer expected. (id_group)
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,