Opened 3 years ago
Closed 3 years ago
#2590 closed Defect (fixed)
CSS not generated without simplecache enabled (trunk)
| Reported by: | jtilson | Owned by: | cash |
|---|---|---|---|
| Priority: | critical | Milestone: | Elgg 1.8.0 |
| Component: | Core | Version: | Github Master |
| Severity: | blocker | Keywords: | |
| Cc: | brettp | Difficulty: | easy |
Description
Today while doing some dev work, I decided it would be smart to pull down the latest bits. As soon as I reloaded, I've got no CSS. Of course, I'm working with simplecache turned off to avoid frustration.. As soon as I turn it back on, everything is peachy.
I checked my elgg_data folder and the permissions were fine (this is a site running locally on MAMP).
I confirmed the same behaviour after updating our production site, and another dev/test site. Just to be thorough I set up a brand new local site with a new DB, new data folder, etc.. and observed the same problem with the latest trunk code.
Can anyone else confirm this?
Change History (4)
comment:1 Changed 3 years ago by brettp
- Difficulty set to easy
- Milestone changed from Needs Review to Elgg 1.8
- Priority changed from normal to critical
- Severity changed from minor to blocker
- Summary changed from CSS not loading without simplecache enabled (trunk) to CSS not generated without simplecache enabled (trunk)
comment:2 Changed 3 years ago by brettp
To clarify, running upgrade.php after disabling simple cache causes the problem to manifest; it doesn't fix it.
comment:3 Changed 3 years ago by cash
- Owner set to cash
- Status changed from new to assigned
looks like there was an earlier change in simplecache that did not get merged so [svn:7110] then broke simplecache when turned off
comment:4 Changed 3 years ago by cash
- Resolution set to fixed
- Status changed from assigned to closed
(In [svn:7122]) Fixes #2590 - simplecache now works when simplecache turned off

Confirmed. (Need to run upgrade after disabling simple cache.)
This like relates to merging the fix for #2537 to trunk in [svn:7110].