Even the /reset/password url redirected to my /listings page so I had to just delete the plugin folder via FTP.
It’s a multi-site that has had the main site integrated with a phpBB forum using WPUnite – but that one finally completely stopped working and I had to uninstall it.
I know multi-site and maybe something remaining from WPUnite in the database might be causing this – also I have Pro-sites from WPMUDEev https://premium.wpmudev.org/project/pro-sites/ but curious that it seems to want to redirect to the directory listings page.
https://www.ads-software.com/plugins/wp-phpbb-bridge/
]]>I like your plugin. We’re currently working on WP e-Customers plugin and it will offer a bit of everything in a very integrated way. One thing we want to do is monetize and gamify phpBB with the same system as used in WordPress. Our phpBB bridge will be one way for a long time if not forever. WP is to be the HQ and all user management will start at WordPress.
I’m just researching the methods to include phpBB in WordPress among the various plugins. I quickly done this with yours after copying the wpbb_phpBB3() class over to WP e-Customers and it seemed promising until I got an error…
$b = new wpbb_phpBB3();
wpbb_phpBB3::loadConstants();
wpbb_phpBB3::load();
wpbb_phpBB3::phpbbConfig();
global $phpbb_root_path;
include_once($phpbb_root_path . 'config.php');
include_once($phpbb_root_path . 'includes/utf/utf_tools.php');
include_once($phpbb_root_path . 'includes/utf/utf_normalizer.php');
include_once($phpbb_root_path . 'includes/db/dbal.php');
include_once($phpbb_root_path . 'includes/db/db_tools.php');
include_once($phpbb_root_path . 'includes/db/mysql.php');
include_once($phpbb_root_path . 'includes/db/mysqli.php');
include_once($phpbb_root_path . 'includes/functions.php');
include_once($phpbb_root_path . 'includes/constants.php');
include_once($phpbb_root_path . 'includes/auth.php');
include_once($phpbb_root_path . 'includes/acm/acm_file.php');
include_once($phpbb_root_path . 'includes/cache.php');
// this next line causes an error related to WP no phpBB
echo $b->get_wp_user_by_name('Ryan Bayne');
So obviously these are lines from your plugin but from various files. I’ve quickly copied and pasted. The include_once lines were commented out but I stumbled on them and also found I needed them. Not sure how your including those functions.
All looks good until the last line there and I get “Call to undefined function wp_generate_password() in”. Not sure whats going on there considering the code above is in an active WordPress plugin.
The same issue is explained in another thread here.
Just thought I would post it and see if it leads to some tips. I may go with an approach as you have done with your class but I’ll need to strip it down a bit.
https://www.ads-software.com/plugins/phpbb-single-sign-on/
]]>I have a wordpress site / self hosted
I have a phpbb3 forum / self hosted
Both are in the root of my server in 2 folders ( root /wordpress and root/PHPBB3)
I have installed wp phpbb bridge plugin and in the settings for the plugin ther problem is this : The file config.php does not exists in the path you have entered ) so after hunting websites and trying diffrent paths I still get no luck. Some ppl say the path starts with c:/ but that’s a local file on my pc and I don’t see it been that the path for config.php in FileZilla is /root/PHPBB3/config.php but when entered it comes back wrong can any one help me
I don’t no much CSS or HTML
Any help would be great
]]>I have looked in every code in the plugin editor. I cannot find where the user/pass text boxes sizes are… can anyone help me out with this?
https://i40.tinypic.com/10h7xw7.jpg
Thank you all in advance.
]]>Installed, got it to log in/out on both forum and WP. Then went to add auto topic forums and user (just me). After this I got the following error. Even after uninstalling the plugin, then re-installing it continues to do it. (not installed any new plugins/updated any or any code)
error:
Fatal error: Cannot redeclare validate_username() (previously declared in /###/###/###/wp-includes/user.php:1201) in /###/###/###/forum/includes/functions_user.php on line 1597
Refreshing the page ends error and brings up page.
Great plugin but sadly can’t use now. Any help appreciated.
Colin
This is the Error;
Warning: Cannot modify header information - headers already sent by (output started at /home/webbysit/public_html/includes/header.php:4) in /home/webbysit/public_html/blog/wp-includes/pluggable.php on line 667
Warning: Cannot modify header information - headers already sent by (output started at /home/webbysit/public_html/includes/header.php:4) in /home/webbysit/public_html/blog/wp-includes/pluggable.php on line 668
Warning: Cannot modify header information - headers already sent by (output started at /home/webbysit/public_html/includes/header.php:4) in /home/webbysit/public_html/blog/wp-includes/pluggable.php on line 669
And this is the php code I use to pull the titles from wordpress;
<ul class="latest_post">
<?php require($_SERVER['DOCUMENT_ROOT'] . '/blog/wp-load.php'); query_posts('showposts=3'); if (have_posts()) : while (have_posts()) : the_post(); ?>
<li>
<div class="date"><span>
<?php the_time('d') ?>
</span>
<?php the_time('M') ?>
</div>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>">
<?php the_title(); ?>
</a>
<div class="clear"></div>
</li>
<?php endwhile; else: echo "no posts"; endif; ?>
<?php wp_reset_query(); ?>
</ul>
I hope somebody can help.
Thanks
]]>Fatal error: Class ‘bitfield’ not found in /home/content/72/7099872/html/forum/includes/message_parser.php on line 48
The weird thing is, I can simply hit refresh or back out of my site then come back in, and everything seems fine. The edits I made are there and nothing seems dysfunctional.
I know it’s something to do with wp/phpBB Bridge, as when I deactivate the plugin , everything goes back to normal.
How do I make this fatal error go away? (Without uninstalling the plugin, of course.)
Thanks so much.
wc
]]>Installed lots of other plug-ins, starting to get things sorted. Decided to get a forum backup from the forum admin (I’m replacing an existing website) and test restoring it to be sure it wouldn’t be an issue later.
Same version of phpBB, so the restore operation went flawlessly. (no, I didn’t back up my db before I did this… should have, I know, but I was thinking “nothing to lose on the forum” at the time)
But, now phpBB is using a different user db, and I assume the different userID number isn’t synching with WordPress and I can’t login to WP. I can’t even work-around it and try to get WP to send me a PW reset because WP is deferring to phpBB for login.
Soooo… anybody know how I can hack this and regain control of my WP installation? Either a db hack to correct the userID problem, or a php hack (manual un-plug-in) to get WP to quit looking to phpBB for user login?
]]>