News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

[SMF Converter] MyBB 1.6

Started by Nibogo, October 10, 2010, 11:43:34 AM

Previous topic - Next topic

•Ash•

Is there a converter for SMF2.0 RC4?
Thanks.

ThorstenE

please use the attached files..

kaju666

always i have an error
Converting members...Wrong value type sent to the database. Date expected. (birthdate)


mizwizzy

Is there a missing attachment on the first post because I can't seem to find any converter for mybb 1.6 and none on the downloads page either! :-[


mizwizzy

Brilliant, thanks so much for helping me out (and pointing me in the right direction)  :)

TheRealCod3r

Holy sh... Cow. Worked at first try, amazing. Converted everything, topics, members, posts, just as it should. Thank you, so much.

Also, wouldn't make it without Norv's idea for installing both SMF and MyBB in the same database. [I was getting the user table error]

Happy 2011 people.

NanoSector

Glad that it worked at your first try, TheRealCod3r! Not many converters have managed to do that ;)
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

kptkorg

Hello,
How do I resolve this error?

ThorstenE

in mybb16_to_smf.sql find:
---* {$to_prefix}topics
add after
---{
$ignore = true;
---}


then restart the converter.

sattarforum

Hi
Converter version 1.6.1, please also put
Regards
Sattar Forum

ThorstenE

Quote from: sattarforum on January 21, 2011, 03:14:03 PM
Hi
Converter version 1.6.1, please also put
Regards
Sattar Forum
the MyBB 1.6 converter should work, have you tried converting?

bettamaster100

This page is going on forever and all is says is:
QuoteConverting members...Wrong value type sent to the database. Date expected. (birthdate)

bettamaster100

I am getting this error:
Converting polls...The database value you're trying to insert does not exist: id_member

NanoSector

Please do not bump a topic within 24 hours. Your time between posts was +/- 12 minutes.
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Hammer Bro. Mike

#76
Converting poll votes... Unsuccessful!

This query:

    INSERT INTO `zeldaet_forums`.smf_log_polls
    (ID_POLL, ID_MEMBER, ID_CHOICE)

Caused the error: Duplicate entry '12-74-1' for key 'PRIMARY'

NanoSector

the two ` used in your prefix may cause a issue...?
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Hammer Bro. Mike

I'm not sure if I'm supposed to add, change or delete anything or not to the current code.

---* {$to_prefix}log_polls
SELECT pid AS ID_POLL, uid AS ID_MEMBER, voteoption AS ID_CHOICE
FROM {$from_prefix}pollvotes;
---*

NanoSector

Quote from: Hammer Bro. Mike on February 05, 2011, 03:05:00 PM
I'm not sure if I'm supposed to add, change or delete anything or not to the current code.

---* {$to_prefix}log_polls
SELECT pid AS ID_POLL, uid AS ID_MEMBER, voteoption AS ID_CHOICE
FROM {$from_prefix}pollvotes;
---*

Try adding this:

---{
$ignore = true;
---}
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Advertisement: