We have moved to Github. Please open tickets there.

Opened 3 years ago

Closed 3 years ago

#2045 closed Defect (duplicate)

Problems with user language when using memcached

Reported by: thomas Owned by:
Priority: normal Milestone: Elgg 1.8.0
Component: Core Version: 1.7
Severity: minor Keywords:
Cc: brettp Difficulty:

Description

I just tried to use memcached for my elgg installation and so far it works fine. I have only one problem:

When enabling memcached the language of the current logged in user is ignored an all strings are displayed in english. I figuered out, that the first call of get_language() does not return the correct language, because get_loggedin_user() in it returns false.

When memcached is NOT enabled, it can read the language of the user.

Change History (1)

comment:1 Changed 3 years ago by brettp

  • Resolution set to duplicate
  • Status changed from new to closed

Dupe of #2465.

Note: See TracTickets for help on using tickets.