Installed secure site module, set force authentication to "always", enabled anonymous user access and configured a guest username and password. When i try to view the site as a guest i get this error:

Fatal error: Call to undefined function i18n_selection_mode() in /public_html/dev/sites/all/modules/securesite/securesite.inc on line 311

Got a similar error with some other module, tried enabling all Internationalization modules and that solved it but that quick solution doesn't seem to work this time. Anyone know a way for me to fix this?

Comments

Dirk’s picture

I had the same issue here, enabling all internationalisation modules didn't solve it.

Deciphered’s picture

Status: Active » Closed (duplicate)

Duplicate issue, patch applied from another issue at: http://drupal.org/node/1011890#comment-6541822

Marc Angles’s picture

Status: Closed (duplicate) » Active

Ok, sorry for the mess on http://drupal.org/node/1011890...

But I attempted an install of this module and still have the error

Fatal error: Call to undefined function i18n_selection_mode() in [...]/modules/securesite/securesite.inc on line 313

Redering the usage of this module impossible...

Did I missed something or the patch was not committed ?

I reopen this issue since the other doesn't look to address it...

Marc Angles’s picture

Issue summary: View changes

Added that i enabled forced authentication

mgifford’s picture

Can you verify that here - http://simplytest.me/project/securesite/7.x-2.x

i18n_selection_mode shouldn't be called. It isn't defined in this module.

mgifford’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)
NaX’s picture

Status: Postponed (maintainer needs more info) » Needs review

There is new beta release out can I please ask that you give that a test. I cant seem to find the function call you are referring to, maybe this has been resolved.