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).

Comments

jdmitch’s picture

Same thing with mine. The string is:

    unset($_SESSION['securesite_repeat']);

Any idea what's up?

wiherek’s picture

I get the exact same error as chuey

iamsquared’s picture

Me 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 ?????

Yura’s picture

I was getting similar error on 6.x-2.4 release. Who uses that release this simple fix could works.

Yura’s picture

Status: Active » Needs review
StatusFileSize
new1.38 KB

...and this is for 7.x-2.x branch

Anonymous’s picture

StatusFileSize
new649 bytes

Add this line to the #4 patchfor the 6.x-2.4 release

deciphered’s picture

Status: Needs review » Closed (duplicate)

Same fix implemented in the latest big patch: http://drupal.org/node/1011890#comment-6541786

deciphered’s picture

Status: Closed (duplicate) » Fixed

Committed to 7.x-2.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit bd345a3 on 7.x-2.x, 8.x-1.x by Deciphered:
    #1528012 by Patrizio: Fixed issue with i18n integration.
    #1414678 by...