Needs review
Project:
Secure Site
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2012 at 01:09 UTC
Updated:
12 Mar 2014 at 05:26 UTC
Jump to comment: Most recent
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
Comment #1
Dirk commentedI had the same issue here, enabling all internationalisation modules didn't solve it.
Comment #2
decipheredDuplicate issue, patch applied from another issue at: http://drupal.org/node/1011890#comment-6541822
Comment #3
marc angles commentedOk, 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...
Comment #3.0
marc angles commentedAdded that i enabled forced authentication
Comment #4
mgiffordCan 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.
Comment #5
mgiffordComment #6
NaX commentedThere 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.