Info
- 16 posts
- 10 voices
- Started 1 year ago by scribu
- Latest reply from citizenkeith
- This topic is not resolved
Where is the importer?
-
- Posted 1 year ago #
I read that bbPress 2.0-beta1 comes with an importer for bbPress 1.0.
Where can I find it?
-
- Posted 1 year ago #
Tools/Import :)
-
- Posted 1 year ago #
Thanks. :)
Should mention that somewhere in the installation instructions.
-
- Posted 1 year ago #
De-activated all other plugins and switched to the twentyten theme.
When trying to import, I got:
Fatal error: Cannot redeclare class BPDB in /home/cristi/git/lomo/forum/bb-includes/backpress/class.bpdb.php on line 39The standalone version of bbPress is 1.1-alpha.
-
- Posted 1 year ago #
Are you already using deep integration of some kind? I imagine we should wrap things in _exists checks just incase, and bypass the bb-config.php check if so.
-
- Posted 1 year ago #
I'm using standard integration. Even disabled all other plugins and switched to twentyten.
Maybe my alpha version isn't alpha enough...
-
- Posted 1 year ago #
I got a 500 server error the first time I ran the importer. Is 'continuing' the process recommended or should I start over?
(Pressing continue a second time resulted in Firefox trying to server me admin.php as a download)
edit: doing it on localhost works a lot smoother!
-
- Posted 1 year ago #
kai920: Right. The 500 internal server error happened because the server couldn't handle the load. :) -
- Posted 12 months ago #
I managed to get past the fatal error by adding these two lines in my bp-config.php file:
define('BB_DATABASE_CLASS', 'BPDB'); define('BB_DATABASE_CLASS_INCLUDE', false);Now I'm getting more errors:
Warning: Missing argument 2 for BPDB::__construct(), called in .../forum-svn/bb-settings.php on line 197 and defined in .../lomo-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 29 Warning: Missing argument 3 for BPDB::__construct(), called in .../forum-svn/bb-settings.php on line 197 and defined in .../lomo-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 29 Warning: Missing argument 4 for BPDB::__construct(), called in .../forum-svn/bb-settings.php on line 197 and defined in .../lomo-content/plugins/bbpress/bbp-admin/importers/bbpress.php on line 29 Fatal error: Cannot redeclare bb_cache_users() (previously declared in .../lomo-content/plugins/bbpress/bbp-admin/importers/bbpress.php:103) in .../forum-svn/bb-includes/functions.bb-users.php on line 39This is using bbPress plugin 2.0-beta-2b and bbPress standalone trunk.
-
- Posted 11 months ago #
After importing the users I'm getting a warning that no administrator rights have been assigned to any user and I need to do so myself. I have to log in again but the passwords don't work as also stated in the warning.
My first question is: why do the passwords not work?
Second: I get a hint to edit the database myself, but how to do so when dealing with encryption? -
- Posted 11 months ago #
Found out it's got something to do with my earlier conversion from phpbb to bbpress standalone. But it still got me confused:
All the logins work perfectly after the first conversion (phpbb > bbpress 1.0), but after conversion from 1.0 to 2.0 all the logins block. Only accounts newly created in 1.0 get through in 2.0.
In the database there's a visible difference between logins from phpbb (start with $H$7) and bbpress 1.0 (start with $P$9). Since there is no login error in bbpress 1.0 I don't think it's a problem with the phpbb conversion (used this converter recommended somewhere on this forum).
Can someone give me a hint on how to solve this?
-
- Posted 11 months ago #
Most likely you're one of the first people trying to do this, so it's doubtful anyone has specific tips.
-
- Posted 10 months ago #
bb-config.php doesn't exist in my bbpress 2.0 version, what do i do, have nothing to proceed
-
- Posted 10 months ago #
@harry.mat - What are you trying to do? bb-config.php is only used in bbPress versions 0.x and 1.x.
-
- Posted 8 months ago #
I'm getting the same initial error when trying to import from a 1.x.x standalone to the 2.0-RC4 plugin: Fatal error: Cannot redeclare class BPDB
So the importer is clearly not ready yet. Future plugin update, I would assume?
-
- Posted 6 months ago #
I'm getting the same errors that scribu described. I added his code to the config file, and I'm still getting that error.
bbpress 1.1 and latest bbpress plugin (as of today).
Standard integration, all plugins off and themes set to default.
-
You must log in to post.