Morphim (@morphim)

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • Morphim
    Participant

    @morphim

    Hi there

    It’s the end of Sept 2021 and I’ve been trying to sort out an old PHPBB conversion to BBPress.
    WP: 5.8.1 and BBPress 2.6.6

    I can confirm I’ve done this seemingly successfully. It took a few tries but with this thread I’ve got it working.

    I just wanted to share what worked in 2021.

    1. I exported my old PHPBB database (.sql file) and then set up a new database on my current host and imported the PHPBB to it.
    This just simplified any server timeouts and other connection issues.

    2. I obviously had BBpress installed within WP, but the included PHPBB converter doesn’t work (why??) so copied two files from this thread.

    a. Firstly, I had the ‘annonymous user’ loop mentioned above so copied @davidmanch great code (a couple of comments above) into:
    /wp-content/plugins/bbpress/includes/admin/classes/class-bbp-converter.php
    This fixed the never ending loop but the built in converter didn’t import any users, so …

    b. I copied @a8bit excellent code (3 posts above this one) into:
    /wp-content/plugins/bbpress/includes/admin/converters/phpbb.php
    This added many more steps to the import which completed without errors. I’m thinking this code might also have fixed the annonymous user loop too but didn’t try it on it’s own?? I’d already change the code in a. above. If you do this, maybe just try this code only and see if it works.

    So, if you find this now, it does work (for me at least) so hopefully you don’t have to hunt around for solutions.

    The BBPress guys need to look at these two pieces of code and see why their packaged converter doesn’t work. It’s very frustrating and shouldn’t be left to users much smarter than me to fix … but I’m glad they did.

    Cheers


    Morphim
    Participant

    @morphim

    Sorry no one was able to help here.

    But, I managed to do it by seeing in THIS thread that there is a 2.6 beta candidate of BBPress.
    I installed that and used the BBPress1 importer and this worked.

    The same importer in the current version (2.5.?) had the same options (BBPress1) but places the DB name at the beginning of the DB prefix and then couldn’t find this extended prefix … which it wouldn’t as it didn’t exist.

    So, version 2.6 beta seemingly didn’t add this so all went well.

    I do like the integration on BBpress into WP rather as a separate entity. I might move my PHPbb forums to this at some point.

Viewing 2 replies - 1 through 2 (of 2 total)