I'm in the process of moving an old (2.2) Vanilla forum to MyBB, but I've ran into some issues. The first was that the merge system expected all Vanilla tables to be in lower case only, which could be solved by either altering the original database or useing the solution provided at https://github.com/mybb/merge-system/issues/194
There are some smaller issues, but two major issues can be seen in this example thread: http://188.226.145.19/showthread.php?tid=1751
1. All posts other than the first one are by "guests"
2. Even the registered user is transfered to the "guest" group.
The debuglog has over 150.000 lines, so it's hard for me where to look first. Can someone point me in the right direction?
There are some smaller issues, but two major issues can be seen in this example thread: http://188.226.145.19/showthread.php?tid=1751
1. All posts other than the first one are by "guests"
2. Even the registered user is transfered to the "guest" group.
The debuglog has over 150.000 lines, so it's hard for me where to look first. Can someone point me in the right direction?