#2537 closed Defect (fixed)
Enabling a plugin doesn't correctly regenerate the CSS simple cache
| Reported by: | brettp | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | Elgg 1.7.4 |
| Component: | Core | Version: | 1.7 |
| Severity: | major | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
To reproduce:
- Install 1.7.2 or above
- Enable groups plugin
- Create new group
- Group profile is missing CSS
- Upgrade.php
- Group profile works
Change History (5)
comment:1 Changed 3 years ago by brettp
comment:2 Changed 3 years ago by brettp
Could someone please confirm this is a problem in 1.7.2/3 and I'm not just crazy? I can't believe we didn't have any complaints about this from new installations or people trying out plugins.
comment:3 Changed 3 years ago by cash
I think this is why there was a regenerate simplecache on the plugins page. I have noticed oddities in the simplecache in the latest versions but I generally run with it off for development.
comment:4 Changed 3 years ago by brettp
- Resolution set to fixed
- Status changed from new to closed
That could well be....
Invalidating instead of regenerating seems to be working, so I'm closing this as fixed.
comment:5 Changed 3 years ago by cash
(In [svn:7110]) Refs #2537 - merged [svn:7026] into trunk from 1.7 branch
Note: See
TracTickets for help on using
tickets.

(In [svn:7026]) Refs #2537: Invalidating instead of regenerating simplecache when plugin states are changed.