Support Forum
Oh if you are running locally then it should get all those with no trouble. at least I have tested with far bigger source databases with no issues.
There is one thing to note and one thing to try. If a topic's parent forum, or a post's parent topic do not exist then they will not be imported. They are in effect orphaned. bbPress has a habit (so I have seen) of not removing deleted topics and posts so that may account for some. But - the differences are, I would think, too big and you would know that.
In the /importers folder is a file called bbpress.php. Could you make an edit in there and try again?
Around line 48 is this:
$def->utf8_encode = true;
Try setting that to false.
The easiest and best way to retry is to uninstall SP and then deactivate it. and then reactivate again. This will clear out all of the tables ready for a fresh attempt. Deactivating only will not.
YELLOW
SWORDFISH
|
Naah, didn't help. With @GetImageSize and $def->utf8_encode = false; it get the same result with slightly different numbers.
Then I deleted all posts with post_status=1 or post_status=2 and all topics with topic_status=1 or topic_status=2 from the db, and imported (again with @GetImageSize and $def->utf8_encode = false;). Same result - ca. 85% missing.
Are there any other criteria where the importer ignores posts or topics? Or, could the timeout maybe still be in effect, but it isn't mentioned?
I'm having an issue converting from bbpress to SPF. I installed the plugin and clicked the importer link then click on bbpress but it is asking for my forum login info... I never had to put this into bbpress. Well I put in my info that was in wp-config.php and when it asked for the bbpress prefix I was confused... All my bbpress topics look like they are in the wp_posts table with a post_type of forums and I'm guessing the replys are in wp_comments? anyways I added wp_ as my prefix and it says it cannot connect to the database.
both databases must be on the same server...
bbpress doesn't or didnt use the wp posts table... what version of bbpress is this please?
Visit Cruise Talk Central and Mr Papa's World
I am using the latest version 2.0.2 and we only have one server. Both databases are the same. I logged into mysql and confirmed the wp_posts table is for both the pages and the forum posts. They are distinguished by the column post_type. For pages it says "pages" and for forum posts it says "forum". I looked in the bbpress settings and do not see ANYWHERE it gives an option to use its own tables.
OK I had the username wrong but I updated that. In my bb-config.php it shows the bbPress table prefix as wp_bb_ however I do not have ANY tables with that prefix.
After further research all topics / forums / replies are in the wp_posts table with the post_type of either "topic", "forum", "reply"
I will have to let Andy jump in here since he did the converters... its possible the latest version of bbpress completely changed the db structure and the converter only works on the previous version...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)