Notice: Undefined variable: _SESSION in protected_node_init() (line 169 of /example.com/sites/all/modules/protected_node/protected_node.module).

&& $_SESSION['has_entered_global_password'])
should be
&& !empty($_SESSION['has_entered_global_password']))

Comments

vinmassaro’s picture

Here is a patch against 7.x-1.x to fix this issue.

vinmassaro’s picture

Status: Active » Needs review
vinmassaro’s picture

Issue summary: View changes

removed client site path

izus’s picture

izus’s picture

Issue summary: View changes
Status: Needs review » Closed (duplicate)