Can't log in from wordpress

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Can't log in from wordpress

Re: Can't log in from wordpress

by axew3 » Fri May 12, 2017 8:33 pm

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.

Can't log in from wordpress

by vincenthend » Fri May 12, 2017 3:10 am

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

Top