2024-09-03, 06:46 AM
(This post was last modified: 2024-09-03, 10:41 AM by kokoko420. Edited 1 time in total.)
I fixed it myself
getting error using vbulletin database in mybb
|
2024-09-03, 06:46 AM
(This post was last modified: 2024-09-03, 10:41 AM by kokoko420. Edited 1 time in total.)
I fixed it myself
2024-09-04, 12:56 AM
(This post was last modified: 2024-09-04, 12:57 AM by Omar G.. Edited 1 time in total.)
(2024-09-03, 06:46 AM)kokoko420 Wrote: I am getting 2 different error Try my fork, which might handle this and additional issues : https://github.com/Sama34/merge-system (2024-09-04, 12:56 AM)Omar G. Wrote:(2024-09-03, 06:46 AM)kokoko420 Wrote: I am getting 2 different error I ran this version and was able to connect to the database. The user groups were successfully transferred and that's it. I'm transferring vbulletin 4 to myBB When I click to transfer users, nothing happens, nor do topics, posts, etc. from the database. What could be the problem? The image is attached. Why are they showing as locked user post etc... How to unlock them to make a transfer.
2024-11-27, 08:44 PM
I think the "locks" you see in the MyBB Merge System indicate that certain merge steps have already been completed. These locks are there to prevent duplicate data imports and conflicts if the process is re-run.
To unlock them, follow these steps: - Access Your Database: Use phpMyAdmin or another database management tool to access the MyBB database. - Locate the Merge Lock Table: Find the table named mybb_merged_settings (or similar, depending on your database prefix). - Identify the Locked Actions: Look for rows in this table related to the actions you want to unlock. They often have entries like step_locked. Delete or Modify the Lock: You can delete the row or modify the value of the lock to allow the step to be re-run. Example SQL query to remove all locks:
2024-11-28, 05:57 AM
(This post was last modified: 2024-11-28, 05:58 AM by Omar G.. Edited 1 time in total.)
The locks indicate that there are missing steps before you can run every step.
From your screenshot, to import the users table you have to first import the usergroups table, for example. And so on for every locked step. You are not forced to import everything, but you are required to import some in order to be able to import another ones.
2024-11-28, 01:47 PM
Thanks for the reply
But there is no table mybb_merged_settings and there is nothing similar to step_locked I searched the chelu database and this does not exist. I have almost 19000 members about 50000 posts Is there a way to import vbulletin into myBB at least so that I can transfer topics and posts. Thanks
2024-11-28, 02:26 PM
To import users, you first need to import user groups.
To import threads you need to import forums first as well, then after that you should be able to import posts.
2024-11-28, 10:25 PM
(This post was last modified: 2024-11-29, 01:03 PM by skinmi. Edited 1 time in total.)
I managed to get almost to the end and then this error appeared, what should I do, this is practically the most important part that I need to transfer to the new forum.
Any help is welcome. Fatal error: Uncaught Error: Class "VBULLETIN4_Converter_Module_Posts" not found in /home/forum/public_html/merge/index.php:957 Stack trace: #0 {main} thrown in /home/forum/public_html/merge/index.php on line 957 |
« Next Oldest | Next Newest »
|