Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-40623

can't choose my memcache store instance for session on editmodemappings form

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 2.4.4
    • Caching
    • None
    • MOODLE_24_STABLE

      after creating an instance of memcache store, I can't choose it for session in the form /cache/admin.php?action=editmodemapping.

      in /cache/forms.php when preparing options for the 3 select box (application, session and request) , I found a new condition that prevent session to be applied to memcache store :
      if ($enabled && ($mode !== cache_store::MODE_SESSION || $store['supports']['searchable'])) {
      instead of only if ($enabled) {

      Is it normal or is it a regression bug?

      Does memcache store really can be applied on session ?

            Unassigned Unassigned
            cperves Céline Perves
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.