Opened 2 years ago
Closed 2 years ago
#2847 closed Defect (fixed)
Cache configuration error
| Reported by: | emdagon | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.7.8 |
| Component: | Core | Version: | 1.7 |
| Severity: | minor | Keywords: | cache |
| Cc: | brett@… | Difficulty: | easy |
Description
The cache appears disabled by default, but actually it is working, I need to enable and disable it again to turned it off.
Change History (5)
comment:1 Changed 2 years ago by emdagon
comment:2 Changed 2 years ago by brettp
- Difficulty set to easy
- Milestone changed from Needs Review to Elgg 1.7.8
Thanks for the report. I can confirm that on a fresh installation of 1.7.7 simplecache is not checked in the site admin, but is enabled in the database and works correctly.
comment:3 Changed 2 years ago by brettp
(In [svn:8278]) Refs #2847. Fixed simplecache settings and functionality for initial installation.
comment:4 Changed 2 years ago by brettp
(In [svn:8279]) Refs #2847. Install now sets the viewspath_cache_enabled.
comment:5 Changed 2 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
(In [svn:8280]) Fixes #2847. Cache is set correctly on installation.
Note: See
TracTickets for help on using
tickets.

Sorry, it happend using the release 1.7.7.
Thanks!