• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

vBulletin 4 Importer

I tested with the version 1.24 of the importer:
  • All imported messages now have the date of the import (26.10.2010).
  • The merged users have as birth date also the 26.10.2010.
  • User passwords which included umlauts and/or special characters (e.g. "ß") don't work anymore.
Could you check that please, Paul? Thanks a lot!
 
Sorry, thats and old version, I can only test and support the current version.

(not that I see how it could possibly do any of those date things anyway).
 
For those using the VB4 mod_rewrite URL's, here is how to do it: http://xenforo.com/community/threads/rewrite-rules-and-redirections-for-vb4-mod-rewrite-urls.5850/

If you're using something inbetween, ie. advanced, etc... then you should change your URL structure back to standard URL's, which are the same as 3.x and use the 3.x to achieve it or change to full mod_rewrite and use the method linked above.

Changing your URL structure whilst still using 4.x is ok, as it contains a built-in 301 system so you don't lose anything. Then in a month or two, after Google have the new URL's completely, then convert to xenforo using the appropriate URL redirection.

I am with you though... I do hope to see something more robust that caters all 4 URL types from 4.x.
 
For those using the VB4 mod_rewrite URL's, here is how to do it: http://xenforo.com/community/threads/rewrite-rules-and-redirections-for-vb4-mod-rewrite-urls.5850/

If you're using something inbetween, ie. advanced, etc... then you should change your URL structure back to standard URL's, which are the same as 3.x and use the 3.x to achieve it or change to full mod_rewrite and use the method linked above.

Changing your URL structure whilst still using 4.x is ok, as it contains a built-in 301 system so you don't lose anything. Then in a month or two, after Google have the new URL's completely, then convert to xenforo using the appropriate URL redirection.

I am with you though... I do hope to see something more robust that caters all 4 URL types from 4.x.
showthread.php?t=ID (works with this mod)​
showthread.php?ID (Redirect to home page ) (my vb4 use this link )​
any solution please ?​
 
So I'm having a problem importing. When I go to import my threads, I get a server error. The server log in Xenforo says:

Mysqli prepare error: Unknown column 'thread.open' in 'where clause'

Now, I've grepped my vB database and nowhere is there a reference to "thread.open." Ideas?

Edit: Interestingly enough, it seems to have imported some of the counters for messages - I have slightly less threads in Xen as I do in vB, but somehow more posts. And when you go into the forums none of the posts or threads show up.
 
Okay, figured out what the problem is. So, the script is looking for the table "thread" and the column "open." Well, it seems to be ignoring the fact that I have a table prefix, so my table is actually vb_thread. Messing around with the php didn't really help me out much so I just removed all of the prefixes for vB in my test import database.

Hopefully the script will get fixed, though. I can see where this would trip up a bunch of people.
 
None of the errors I got said which line number the script choked on, but there's only two instances of thread.open in the import script, and they're right next to each other, so my guess would be that your bug is in there.
 
Thats because it was built from the vb3 importer. As the first post says ;
Note that any importer bugs in the existing vb3 importer (or importer system in general) will still exist in this,


It will get fixed in the next release I make. :)
 
Back
Top Bottom