Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
3.2, 3.3
-
MOODLE_32_STABLE, MOODLE_33_STABLE
-
MOODLE_32_STABLE
-
MDL-57319-master -
Description
I have seen a few reports in the forums of people switching to boost and getting blank CSS.. my gut feeling is that its related to exectution time timing out during compilation on slower servers. You can reproduce it like this:
- In php.ini max_execution_time = 5
- Use boost/purge caches
Get blank css.
We should raise the execution time because scss compilation is known to be slow