Page 1 of 1

Can't log in from wordpress

Posted: Fri May 12, 2017 3:10 am
by vincenthend
Hello,

I got a problem after using the plugin
I can't log in from wordpress, and every log-in attempt it accepted my username & password but it fails to create a wordpress session
I can only login from my forum and then switch to wordpress.

On wordpress I also can't log out, it just fails to log out and returns me to the admin dashboard

Moreover, the users registered are not transferred to phpbb even using the transfer user provided.
It says transferred but no new users seen in phpBB (even in phpBB's admin control panel)
Is it the DB failing?

site's : sandbox-kekl.hol.es anyway

Re: Can't log in from wordpress

Posted: Fri May 12, 2017 8:33 pm
by axew3
it is a cookie problem:
open wp_w3all.php
search for this:

Code: Select all

// Force here the reset of cookie domain  
// $w3reset_cookie_domain = '';
change into

Code: Select all

// Force here the reset of cookie domain  
$w3reset_cookie_domain = 'sandbox-kekl.hol.es';
setting of this (not common) kind of subdomain fail, because hol.es is your hosting provider and not your domain! ... with above all should work.