Exporting Vbulletin 3.x Problem
I have a fresh install of Vanilla 2 on my server and I'm trying to import a rather large database from vbulletin 3.x. The porter finishes the export from vbulletin successfully but it seems to be missing a lot of posts. I completed the import into Vanilla and all of the threads are there but no comments. Strangely enough it shows the number of comments in the discussion but there is nothing beyond the original post. Here's the output from the porter:
Export Started: 2013-09-15 01:48:50
Exported Table: User (13128 rows, 00:05.61)
Exported Table: Role (11 rows, 00:00.01)
Exported Table: UserRole (13152 rows, 00:00.36)
Exported Table: UserMeta (16352 rows, 00:01.16)
Exported Table: Category (19 rows, 00:00.01)
Exported Table: Discussion (20796 rows, 00:31.98)
Exported Table: Comment (0 rows, 00:16.21)
Exported Table: UserDiscussion (0 rows, 00:00.00)
Exported Table: Activity (971 rows, 00:00.21)
Exported Table: Media (74 rows, 00:05.46)
Export Completed: 2013-09-15 01:49:52
Elapsed Time: 01:01.58
Any help is appreciated.
Comments
do
SHOW TABLES;
In vb database.
you can post the result between three tildes like so
grep is your friend.
can you
grep is your friend.
tbl_post
tbl_thread
tbl_deletionlog
Btw how long is the process taking to complete about a minute?
grep is your friend.
Can you do this?
grep is your friend.
I can do this. It returns 20 rows. I'm assuming you don't want the results.
I'm getting an error when I run these queries. The process takes 1-2 minutes, yes.
sorry that should be
grep is your friend.
Either the full query is not returned which is looking more doubtful or the filtering/mapping is failing.
grep is your friend.
tbl_thread
tbl_deletionlog
Exported Table: Comment (0 rows)
This is what we're focusing on, right?
I'll leave x00 to it then. Great guy on the case :-)
There was an error rendering this rich post.
Just a heads up. I've decided not to import my old discussions for now @x00. Only users. But I'm still willing to help provide info to fix the problem if you feel it is worth it. Thanks for taking the time to help!