MyBB Community Forums

Full Version: Merge VB5 to MyBB giving an error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I use the merge system to merge my VB5 database to MyBB, I receive the following error.

SQL Error:
1146 - Table 'meydan1967.post' doesn't exist
Query:
SELECT LENGTH(pagetext) as length FROM post ORDER BY length DESC LIMIT 1


That's correct the post table does not exist. How will I be able to merge or convert the database from VB5 to MyBB?
I haven't tested this yet, but you can try:

on line https://github.com/mybb/merge-system/blo...ts.php#L29 change post to posts
(2019-07-31, 07:37 AM)Jovan J. Wrote: [ -> ]I haven't tested this yet, but you can try:

on line https://github.com/mybb/merge-system/blo...ts.php#L29 change post to posts

Unfortunately it doesn't make a difference. It would be very sad if I can't migrate.
Try doing it here as well:

https://github.com/mybb/merge-system/blo...s.php#L114 change post to posts
I assume you are the same user who created a GitHub issue about this earlier? As we discovered there, it seems vBulletin 5 Connect may have a completely different database structure. Unfortunately I don't have a vBulletin 5 license to test with, but If you could provide a (redacted) copy of your database I can look at it for you.
(2019-07-31, 09:23 AM)Jovan J. Wrote: [ -> ]Try doing it here as well:

https://github.com/mybb/merge-system/blo...s.php#L114 change post to posts

Is it tested ?
NOTE to OP: Make sure to have a backup before doing any upgrades.
I have the same issue and have tried to make post to posts, and no luck.

You should maybe get your team to update this as it only works with earlier instances of myvbb.

I just wish that i did not buy vBulletin.

I got it because of the blog and article features.

Perhaps you should create these.