-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4.7, 2.5.3, 2.6.1
-
Component/s: Caching
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
Fixed Branches:MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
Pull from Repository:
-
Pull Master Branch:43349-27
-
Pull Master Diff URL:
To replicate (and test):
- Install APC and the APC cache store.
- Enable APC in your php.ini and restart your webserver.
- Create an APC instance, and map it to the application cache mode.
- Visit the home page and ensure it is operating.
- Disable APC in your php.ini and restart your webserver.
- Browse to your sites frontpage, ensure you don't get errors and that the APC store isn't being used.