News:

Wondering if this will always be free?  See why free is better.

Main Menu

MyBB 1.8 Convertor

Started by vbgamer45, December 27, 2018, 07:01:48 PM

Previous topic - Next topic

racerhistory

Well, it had an error when it got to the polls.

Updated convert.php, trying again.

vbgamer45

Also, the error message posted here may help
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

racerhistory

Converting polls...The database value you're trying to insert does not exist: id_member

SQL: 10.0.38-MariaDB-cll-lve
PHP: 7.4

racerhistory

If I skip past the pools the rest of the conversion works just fine.

vbgamer45

Odd can you run this query on your old mybb database and let me know what happens.
SELECT
p.pid AS id_poll, SUBSTRING(p.question, 1, 255) AS question, p.closed AS voting_locked,
    t.uid AS id_member,
    IF(p.timeout = 0, 0, p.dateline + p.timeout * 86400) AS expire_time,
    SUBSTRING(t.username, 1, 255) AS poster_name
FROM mybb_polls AS p
    LEFT JOIN mybb_threads AS t ON (t.tid = p.tid);
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Advertisement: