Hey everyone,
Hoping someone can give me some pointers before I delver much further into trying solutions myself. Some backstory first:
- I ripped a tapa talk forum to a sqlite3 database.
- rebuilt the data into a phpbb compatible schema and injected the data directly into the respective forums/topics/posts tables in phpbb.
Now, everything *seems* to be working for the most parts. All of the posts and forums are there and everything by and large works except a couple things.
1) the imported posts are not indexed for searching (I've tried all the various index options to delete/create indexes) so searching for keywords yields no results.
2) the posts themselves don't seem to be "processed" as in style tags like and simply show up as the plain text.
Now if I "edit" and "save" the post it will fix both items above I describe but there are over 2k posts so that's not a scalable fix
I presume it has to do with either the bbcode_uid or the checksum field in the posts table as both those fields were not filled out when I inserted the data into the DB but that's just a guess as it appears to be the only difference I can see in the data. Would love to get a more expert opinion before I go trying to fiddle around further.
Thanks again for any help,
- Eric