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
Can't log in from wordpress
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Can't log in from wordpress
it is a cookie problem:
open wp_w3all.php
search for this:
change into
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.
open wp_w3all.php
search for this:
Code: Select all
// Force here the reset of cookie domain
// $w3reset_cookie_domain = '';
Code: Select all
// Force here the reset of cookie domain
$w3reset_cookie_domain = 'sandbox-kekl.hol.es';