• Resolved d3rutat

    (@d3rutat)


    Hi! First of all, congratulations on this new plugin! I have been looking this for a long time, after the recent failure with Phpbb single sign on.
    The plugin works great for me, except one thing. When i click log out, in only logs me out of PHPBB3.0.8, not WP…If i refresh my forum a few times i am logged back in (i guess because the login session for WP stil remains valid)

    Hope you can solve this!
    Best regards!

    http://wordpress.org/extend/plugins/wp-phpbb-bridge/

Viewing 15 replies - 1 through 15 (of 19 total)
  • Sorry, wrong topic.

    (Edited: Removed reply)

    Plugin Author KodeFor.Me

    (@merianos)

    I look forward to solve this problem 🙂

    Thanks a lot about your info.

    Thread Starter d3rutat

    (@d3rutat)

    Ευχαριστώ!

    Plugin Author KodeFor.Me

    (@merianos)

    You are welcome ! 🙂

    I have the same problem.
    Addition: I click “Logout” in WP and the plugin logs me out of the forum, but I got no redirect to WP, and so on, no logout in WP.

    (WP: 3.0.4 / phpBB3 3.0.8)

    2nd Addition: When I click on “logout” I get log out. But when I enter the URL of WP (cause the redirect fails) I see me still logged in – after refreshing the site it shows me correctly logged out.

    Plugin Author KodeFor.Me

    (@merianos)

    Do you have active static content caching in your server thru the .htaccess ?

    I don’t know what mean, so here’s my file:

    RewriteEngine On
    RewriteBase /mydomain/wordpress/
    RewriteRule ^index\.php$ - [L]
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    Plugin Author KodeFor.Me

    (@merianos)

    As I see you don’t have any caching option on your htaccess, may do you have installed any caching plugin ?

    After logout if you go on wp and press Ctrl+F5 you are still showing as logged in ?

    I doesn’t use a caching plugin and yes, after refreshing the site I’m logged out.

    I think the problem is, that a WP plugin can control WP but not phpBB so I must change something within the forum for the redirect.

    Plugin Author KodeFor.Me

    (@merianos)

    Somethink goes wrong with some cache. We had that same problem and we changed the caching options of our WordPress/Apache and now are working ok. Just I stoped to caching the html and worked fine !

    In your case I don’t know what goes wrong and propably I can’t help about, sorry 🙁

    Thread Starter d3rutat

    (@d3rutat)

    @the Greek WP Community Can you check if you can replicate this problem by installing w3 total cache and activating all the modules?

    Plugin Author KodeFor.Me

    (@merianos)

    Do you use this plugin (w3 total cache) ?

    If so, this make the problem you describe !

    Thread Starter d3rutat

    (@d3rutat)

    Yes, i am using this plugin. The W3 Total Cache supports excluding files from the HTML cache, is there a page i can exclude that can make your plugin compatible with W3?

    Plugin Author KodeFor.Me

    (@merianos)

    I don’t think so, because we are not talking about a page but about a plugin, and plugins are side-wide available. You may can stop the plugin from caching HTML or the pages.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘[Plugin: WP phpBB Bridge] Log-out partly works’ is closed to new replies.