We run securesite on our testing environments, where error_reporting is set to E_ALL. We get a notice of an undeclared variable (securesite_boot, securesite.module line 109)

The following patch to securesite.module should fix the issue.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

carinadigital’s picture

FileSize
649 bytes
xtfer’s picture

Status: Active » Reviewed & tested by the community

This works for me.

Yura’s picture

securesite_guest_login, securesite.inc line 211 also reproduce same error