Greetings,
This is a description of the problem I've found when used path_access module on the non English site:
1. install module
2. load any language other then English and turn it as a default.
3. log in as admin and set some pages to be forbidden for Anonymous user (for instance: "forum" or any other you may have)
4. log out and visit one of those forbidden pages
The page will be forbidden (Access denied message will be displayed correctly), but the locale won't be loaded - all translated strings turned English again. So, the usage of this module is impossible for non English sites.
This module uses _init hook, may be this prevent locale.module to initialize correctly...
Are there any suggestions how to fix this issue ?
Thanks.
Comments
problems with initialization of translations
Check out this bug report and discussion:
http://drupal.org/node/65801
I'm guessing the problem is related to the issue being discussed there. Some patches are already available to test, and maybe this will be fixed for 4.7.2.
---
Work: BioRAFT