Forum Replies Created
-
In reply to: bbPress Plugin 2.1.1 breaks phpBB user pwd reset
Found the fix on this site, deep in the Tracking discussion. Adding
bbp_admin();(courtesy of xiosen) did the trick, like this:// Setup admin (to include converter) require_once( bbpress()->plugin_dir . 'bbp-admin/bbp-admin.php' ); bbp_admin(); // Convert password require_once( bbpress()->admin->admin_dir . 'bbp-converter.php' ); require_once( bbpress()->admin->admin_dir . 'converters/' . $row->meta_value . '.php' );Many thanks,
nick
In reply to: bbPress Plugin 2.1.1 breaks phpBB user pwd resetThanks guys. I’ve updated the phpBB.php file as suggested, wiped out the Forums again, did the conversion from phpBB3 – it went through beautifully – and promptly received the same error when trying to login as a non-admin user that got ported from phpBB, only now it complained about phpBB.php vs. Phpbb.php.
So still no-go for me. 🙁
nick
Warning: require_once(converters/phpBB.php) [function.require-once]: failed to open stream: No such file or directory in /home/[ … ]/wp-content/plugins/bbpress/bbp-includes/bbp-user-functions.php on line 1467
Fatal error: require_once() [function.require]: Failed opening required ‘converters/phpBB.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in
/home/[ … ]/wp-content/plugins/bbpress/bbp-includes/bbp-user-functions.php on line 1467