mybb / merge-system

The MyBB Merge System allows for easy merging of an existing forum (be it MyBB or another forum software) into a MyBB 1.8.x forum.
Other
34 stars 33 forks source link

Issues merging into MyBB 1.8.16+ #210

Closed euantorano closed 5 years ago

euantorano commented 6 years ago

https://community.mybb.com/thread-218590.html

These issues are caused by the removal of some contact fields such as AIM in 1.8.16, and stop merges working at all.

AndreRl commented 5 years ago

This has been an issue as of late. What would be the preferred way of handling this? Temporarily putting the aim field back for the merge and warning users that the said data will be removed due to aim no longer being supported? Or creating a separate mybb_users table structure for 1.8.16+? @euantorano

ErikThiart commented 4 years ago

This is still an issue

MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'aim' in 'field list'
yuliu commented 4 years ago

This is still an issue

MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1054 - Unknown column 'aim' in 'field list'

Could you please elaborate on the version of merge system and the boards and versions of source and target boards respectively?

ErikThiart commented 4 years ago

@yuliu sure,

I installed MyBB (fresh install) 1.8.22 - I downloaded it from the official website.

I then downloaded and installed the MyBB Merge System version 1.8.11 from here (https://mybb.com/download/merge-system/)

I then attempted to import phpBB version 3.3.0 and got the error above, amongst others.

I then added aim to the MyBB user table and then got the same error, but for yahoo which I then also added and then it worked.

So managed to get around it, but yes might need to add this to the official docs somewhere or create some kind of conditional statement to add those columns to the MyBB users table if detected on phpBB.

yuliu commented 4 years ago

@ErikThiart oh, the version at https://mybb.com/download/merge-system/ is a bit old and doesn't have recent updates in GitHub. Please try again using the merge system from here, this repository. Download it as a .zip file: https://github.com/mybb/merge-system/archive/feature.zip

ErikThiart commented 4 years ago

@yuliu how does the installation work for this one, so I just copy it to the MyBB installation folder and navigate to boardurl.com/merge-system-feature/ or do I rename it to merge?

yuliu commented 4 years ago

@yuliu how does the installation work for this one, so I just copy it to the MyBB installation folder and navigate to boardurl.com/merge-system-feature/ or do I rename it to merge?

Yes you could rename the extracted folder merge-system-feature to merge and upload/move it to the forum root, then visit boardurl.com/merge/ in web browser.

For questions about using the merge system it's better to post in its support forum at https://community.mybb.com/forum-180.html

ErikThiart commented 4 years ago

Much appreciated!

Unfortunately, I think I am banned there for causing to much flack pointing out a lack of communication and direction.

I just need MyBB till the end of the year then moving to xenforo

That said, your help as been fantastic - they should pay you.

euantorano commented 4 years ago

We still need to release a new version of the merge system, we should probably do that after 1.8.23 is released, pinging @mybb/developers as a reminder.