XF 2.1 Oops - Cannot open a thread - link does not work but is in DB

Sorry, just needed to clarify. I'm pretty sure I can put the posts into the xf_post table, just need to figure out how to count the number of posts per thread and put the amount into reply_count (via query if possible.)
 
It's going to require a bit more than that - the posts will need authors, the author posts counts will need incrementing, the content will need to be entered into the search index, etc.
 
Thanks Brogan. I believe I have figured out what happened.

It looks like all the threads that had a column TAGLIST and or SIMILAR in the VB THREAD table that had commas in the column were skipped on import.

What do you think is the best way to handle this? Rerun the import? Can it be rerun and not overwrite - just add? Or should I continue with using the sql export files as I have?
 
Top Bottom