I get this error when I attempt to log out:

Fatal error: Call to undefined function: _securitesite_auth() in /home/username/public_html/directory/modules/contrib/securesite/securesite.module on line 65

I searched drupal.org and according to what I managed to find it should have been fixed, but clearly isn't:
http://www.google.com/search?q=site%3Adrupal.org+_securitesite_auth()

Using Drupal 4.7 + securesite 4.7.0 release (May 5th)

Any help (or bug fix) is most appreciated.

CommentFileSizeAuthor
#1 securesite_2.patch491 bytesDarren Oh
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Darren Oh’s picture

Assigned: Unassigned » Darren Oh
Priority: Normal » Critical
Status: Active » Reviewed & tested by the community
FileSize
491 bytes

This is a simple typo. The attached patch will fix it. You can also fix it manually by opening securesite.module and replacing _securitesite with _securesite.

solipsist’s picture

Thanks!

adrian’s picture

i committed this to head, but cvs isn't allowing me to commit this to the 4.7 branch.

adrian’s picture

Status: Reviewed & tested by the community » Fixed

was an anon repo previously.

this is now comitted.

Anonymous’s picture

Status: Fixed » Closed (fixed)

  • Commit 53a9139 on 5.x-1.x, 6.x-1.x, 6.x-2.x, 7.x-2.x, master, 8.x-1.x by adrian:
    fix typo. ticket #63291