PHP-Nuke 7.9 to SMF Converter Problem

Started by Cutter65, August 02, 2009, 11:27:20 AM

Previous topic - Next topic

Cutter65

Im trying to convert my nuke 7.9 to SMS 2.0 RC1.2. The convertor gets to the converting members and shows the following.

Converting ranks... Successful.
Converting groups... Successful.
Converting members...Wrong value type sent to the database. Integer expected. (id_group)

Anyone have any ideal as to what I need to do to fix this?

Thanks!
Cutter

ThorstenE

sorry, our 2.0 converters are still beta ..

you can try this:

edit the phpnuke_to_smf.sql and replace:
IF(u.user_level = 3, 1, mg.id_group) AS id_group,
with:
IF(u.user_level = 3, 1, 0) AS id_group,

Cutter65

I changed the code and ran the converter again. This is what I got.

Converting ranks... Successful.
Converting groups... Successful.
Converting members... Successful.
Converting additional member groups... Successful.
Converting categories... Successful.
Converting boards... Successful.
Converting topics... Successful.
Converting posts (this may take some time)... Successful.
Converting polls... Successful.
Converting poll options... Successful.
Converting poll votes... Successful.
Converting personal messages (step 1)... Successful.
Converting personal messages (step 2)... Successful.
Converting topic notifications... Successful.
Converting board access... Successful.
Converting group access... Successful.
Converting moderators... Successful.
Converting avatar gallery images... Successful.
Converting censored words...
Parse error: syntax error, unexpected T_ARRAY, expecting ')' in /home1/outdoou8/public_html/forum/convert.php(1079) : eval()'d code on line 17

Thanks for the help!
Cutter

ThorstenE

sorry for the late responce, seems to be another bug in phpnuke_to_smf.sql ( our 2.0 converters version).. Do you still require assistance? you could convert your phpNuke to SMF 1.1.10 with our 1.1.10 Converter files, then upgrade your forum to SMF 2.0 RC:
Upgrade SMF

Advertisement: