-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vanilla not importing correctly with a fresh MyBB (1.8.26) #272
Comments
Can anyone be hired for the this. We would pay for someone to solve this. There is a $500 USD bounty for it. |
According to #269 Posts and categories were the last issues, but it got worse? |
You can send me your test DB and I will attempt to figure it out. |
Sorry for the delay on this, I've been busy with work.
|
For this one, I think we may use randomized usernames for users whose old usernames are empty, or maybe there are other fields like "display name", etc. that we can use. |
If no additional similar fields exists, should probably be built with the UID and some stock name. i.e: |
Apologies, got caught up with kids and work. Yes I also was under that impression with Vanilla but could not believe it. I thought I was getting it wrong. Maybe because they might allow for the same username but different password? |
Hi everyone. I've made some progress on this one. I've been able to correct the issues with a couple of direct queries prior to the cleanup step of the import, but I'm a bit strapped for time to find the right places in the code base to get the resolved implemented into a PR without some guidance. In the import, it appears many of the posts get orphaned from their user when they get imported. Additionally, some threads are showing "Invalid" due to a missing parent list. I was hoping to discuss with someone: a) find the right place to drop these into the code base, or There's a chance that a query at the end to join across databases is just the correct way to do this, also. Happy to just drop that in the code. Just want to make sure I'm adhering to any project standards before I do. |
I downloaded MyBB 1.8.26 and used the latest backup from Vanilla from June 2021, apart form the latest Git update from the MyBB Merger. After I did this, Here are the issues encountered:
I have uploaded a video to youtube about it here:
https://www.youtube.com/watch?v=V5BNnVn1DBM
The text was updated successfully, but these errors were encountered: