I've installed in the 7.x-2.x.-dev version of securite, followed the install instructions but am getting the following error:
Notice: Undefined variable: _SESSION in securesite_boot() (line 113 of /var/www/sites/all/modules/securesite/securesite.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | securesite_6.x-2.4_undefined_session.patch | 649 bytes | Anonymous (not verified) |
| #5 | securesite-undefined_variable_SESSION-1414678-4.patch | 1.38 KB | Yura |
| #4 | securesite-undefined_variable_SESSION-1414678-5.patch | 773 bytes | Yura |
Comments
Comment #1
jdmitch commentedSame thing with mine. The string is:
Any idea what's up?
Comment #2
wiherek commentedI get the exact same error as chuey
Comment #3
iamsquared commentedMe too. Secure site module will not work without a fix. So, "Undefined variable: _SESSION in securesite_boot()" is doomed to plague everyone wanting to secure their Drupal 7 site until ?????
Comment #4
Yura commentedI was getting similar error on 6.x-2.4 release. Who uses that release this simple fix could works.
Comment #5
Yura commented...and this is for 7.x-2.x branch
Comment #6
Anonymous (not verified) commentedAdd this line to the #4 patchfor the 6.x-2.4 release
Comment #7
decipheredSame fix implemented in the latest big patch: http://drupal.org/node/1011890#comment-6541786
Comment #8
decipheredCommitted to 7.x-2.x