This module doesn't work for cached pages for anonymous users. Is there a reason why this is the case?
I would like to have the cache key (in function fallback_language_negotiation_language_negotiation_info on line 27) removed, so it works again in the above mentioned case.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | fallback_not_working-2127973-6.patch | 691 bytes | mr.york |
| #2 | 2127973-Fallback_not_working_for_cached_pages_for_anonymous_users-2.patch | 712 bytes | mr.york |
Comments
Comment #1
rodrigoaguileraI've reproduced this bug and I can confirm it but removing line 27 about cache doesn't help either, falls back to default language
Comment #2
mr.york commentedThe patch fixed this problem.
Comment #3
mr.york commentedComment #4
usta commentedI can confirm the patch to be working. With it it is possible to activate the cache for anonymous users and fall back to a custom language, without it either caching works, or the fallback.
Comment #5
gunwald commentedPatch seems to work. Thanks.
Comment #6
mr.york commentedThe last patch working only set page cache, but not working disable page cache.
This patch works all situations.