onigoetz
Forum Replies Created
-
Forum: Plugins
In reply to: [PHPBB Single Sign On] Another phpBridge Plugin – Doing ResearchHi
I just updated the plugin,
some of the code you use was commented out because it’s from wp2bb, and the include logic was done in wpbb_phpBB3::load();
in the current plugin there should be no dead code, so you can freely copy from there.
You’re completely right.
It’ll be fixed in 0.8.7 and published in a few hours.
I can’t reproduce your bug.
does the integration work correctly?
I seems that only the half of the plugin is installed.
@duanemizell you’re welcome, I’ll try from now on to keep this plugin up to date and answer the posts.
@plannb23 It seems “common.php” wasn’t copied correctly, does the wordpress control panel say that everything works ?
@djmutagen quite the same question for you. did you configure the plugin from wordpress. because it seems the “auth_wpbb.php” file is missing you can try to copy it manually from the plugins “files” folder
@plannb23, @djmutagen : next time please open new threads ??
Forum: Plugins
In reply to: [PHPBB Single Sign On] [Plugin: PHPBB Single Sign On] Fatal Error at InstallHi,
as Zeek20 said, it can be a conflict.
it can also be that “common.orig.php” was replaced by a wrong file.
check with your ftp. and if “common.php” is quite the same as “common.orig.php” (at the root of phpbb) it’s that there was a problem updating the file.
to fix that : go to phpbb.com, download it again and unzip it somewhere.
then take the “common.php” file in this archive and upload it as “common.orig.php” on your server, this should do the trick ! ??
Hi,
when this happens it’s not a problem.
Actually, your configuration should work just like that.
The fact is that the auth mode is taken from phpbb’s database.
and we use the wordpress login to access it.If your forum worked before, it’ll still work.
I’ll try to finish the support for multiple databases ASAP. but in the meantime, the plugin should work
Yes it is possible.
but you have to take an extra step and configure your cookie’s domain to be able to access them correctly.
@jcriddle4 the problem you describe happened to me sometimes when the install wasn’t done correctly.
Hi,
I’m the developer of this plugin.
As you’ve seen, I’m not that responsive.
I’ll try to make better from now on, but I have a lot of things to do aside developing.
If you have a question, ask it, I’ll try to answer ASAP
Hi,
The explanation is that the user is created only upon their first login.
Try to create a user and login with it. you’ll see that it will be correctly created in the database.
Kind regards,
StéphaneThanks for the bug report.
As Zeek20 posted it, he found a fix for the problem.
I Implemented it in the version 0.8.6 of the plugin that is available now.
It’s strongly recommended to update.
Forum: Plugins
In reply to: [PHPBB Single Sign On] [Plugin: PHPBB Single Sign On] Duplicate user fixThanks for your fix !
I included it in version 0.8.6 of the plugin
Hi,
I Published the version 0.8.6 today, that fixes some bugs with the login on the wordpress side.
can you check if it works for you ?
Hi,
sometimes you can’t change the auth type. do you use separated databases for wordpress and PHPBB ?
the other way to change is to go to the PHPBB ACP and change it from there (in General -> Client Communication -> Authentication )
Forum: Plugins
In reply to: [Plugin: PHPBB Single Sign On] Can’t Auth Mode – Option Selected Doesn’t SaveHi, I’m happy that you found out which plugin made your page blank.
another one is : WP-Mail-SMTP
there is another plugin that makes the same job, I just don’t remember right now wich one it was.I worked for a long time on a function that would test all the functions accross the applications to find any conflicts.
It was almost finished but I encountered many problems with regular expressions.
so if someone is good in regular expressions, please tell me, so I can finish this no-conflict function.
Forum: Plugins
In reply to: [Plugin: PHPBB Single Sign On] Can’t Auth Mode – Option Selected Doesn’t SaveWhat do you mean by unstable ?
and what prefix do you have for your phpbb tables ?
it seems that my script can’t find it for your tables.