Securesite and Logintoboggan
skizzo - March 31, 2009 - 21:01
| Project: | Secure Site |
| Version: | 6.x-2.2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
After installing Securesite I experienced the following problems:
1) when using "HTML form" I get a blank page instead of login form, and following error
PHP Fatal error: Unsupported operand types in /var/www/drupal/sites/all/modules/logintoboggan/logintoboggan.module on line 175
2) when using "HTTP Basic" then I can login, but cannot logout
DIsabling logintoboggan I see the expected Securesite behaviour.
Are the two incompatible? Thank you.

#1
The "HTML Form"method is indeed broken when used with logintoboggan. I get the same error.
With "HTTP Basic" what you are experiencing is that when you hit logout, you are suddenly being redirected by logintaboggan to a login page, as you don't have access to the content you are on when not logged in. This 403 is re-triggering http authentication. It asks you for your password again, but it in fact is logging you out, it's just immediately offering to log you back in in a loop between these two modules.
#2
Adding my voice to this issue as well — same problem here.