Re: Login Loop
Posted: Sat Oct 26, 2019 2:53 pm
the fact that the database is different, do not change nothing, your problem is, a cookie problem. Substantially any problem with this plugin about logins, are +- ever cookie problems. Here some common solutions you can follow check to be up and running
Did you setup cookie in phpBB to be available over all the domain?
On ACP, cookie setting:
You need to setup as localhost if on localhost and as
.mydomain.com
if online on some site. Be careful on setting up these settings.
If changed, logout and CLEAN COOKIES on browser (may click into bottom phpBB link "Delete cookie" (that will delete all board's cookies))
Check also that this setting in ACP, on
Server configuration -> Security settings
the setting -> Allow "Remember Me" logins:
set it as Yes
and
Validate browser: set to YES
We should have cover + or - all common possibilities here, then i hope you'll be up and running soon!
Did you setup cookie in phpBB to be available over all the domain?
On ACP, cookie setting:
You need to setup as localhost if on localhost and as
.mydomain.com
if online on some site. Be careful on setting up these settings.
If changed, logout and CLEAN COOKIES on browser (may click into bottom phpBB link "Delete cookie" (that will delete all board's cookies))
Check also that this setting in ACP, on
Server configuration -> Security settings
the setting -> Allow "Remember Me" logins:
set it as Yes
and
Validate browser: set to YES
We should have cover + or - all common possibilities here, then i hope you'll be up and running soon!