Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Two Issues with bbPress 1.x Import
I'm experiencing the recount issue described here, which is causing a riff in data integrity. Which leads to my second problem…
Each topic body that was imported was duplicated as a topic reply as well. So I either have to manually delete the false reply from all 200+ topics or find a way to delete it with SQL queries. Should Porter be deleting or repressing these duplicates?
Each topic body that was imported was duplicated as a topic reply as well. So I either have to manually delete the false reply from all 200+ topics or find a way to delete it with SQL queries. Should Porter be deleting or repressing these duplicates?
0
Answers
One last thing regarding importer… I see that 'user_registered'=>'DateInserted' is being accounted for in the importer script and those date values are making it into the exported .sql file, as well as the DateInserted column in GDN_User. But the Join date is not outputting on member profiles. Other than that, everything else looks peachy keen.