Can't log in from wordpress

vincenthend
Posts: 2
Joined: Fri May 12, 2017 2:58 am

Can't log in from wordpress

Post 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
User avatar
axew3
w3all User
w3all User
Posts: 2883
Joined: Fri Jan 22, 2016 5:15 pm
Location: Italy
Contact:

Re: Can't log in from wordpress

Post 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.
Post Reply