-
Bug
-
Resolution: Fixed
-
Critical
-
2.4.7, 2.5.3, 2.6
-
MySQL
-
MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
43033-27
-
To reproduce with Moodle 2.6 latest weekly build:
- add a memcache store instance (either memcached or memcache)
- map Application to it
- save the config
- click on Site Administration - > Manage courses and categories
- in the Course and category management page click on 'Create new category'
- edit category and save it
- the page 'Course and category management' does not show the newly created category
If memcache store is disabled (just remapping 'Application' to default store) the newly created category with the above described procedure appears correclty
Test has been done using both memcache and memcached cache store with local memcached daemon (127.0.0.1) or networked memcached deaemon running on a memcache server. In all cases the problem is reproducible.
Workaround: purge caches
- has been marked as being related by
-
MDL-42509 Deleting a course doesn't purge caches
- Closed