Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I'm assuming that since you don't mention it, javascript aggregation works?</p> <p>Drupal's CSS aggregation <a href="http://drupal.org/node/494498" rel="nofollow">doesn't (currently) parse the CSS</a>, it just does some regular expressions before combining the files, so it can break if it encounters valid but unusually formatted CSS, or trivially incorrect CSS syntax you'd otherwise never notice.</p> <p>Check any custom CSS you've made for any CSS errors or quirks (anything unusual), as well as any non-mainstream modules or themes that might have buggy CSS. </p> <p>To give you an idea, some things that have caused issues include </p> <ul> <li><a href="http://drupal.org/node/258846" rel="nofollow">valid but unusual characters in image urls</a></li> <li><a href="http://drupal.org/node/472820" rel="nofollow">valid but unusual use of line breaks</a></li> <li><a href="http://drupal.org/node/1300630" rel="nofollow">semi-colons at the end of the file</a></li> <li><a href="http://drupal.org/node/413296" rel="nofollow">@import within comments</a></li> </ul> <p>It might also worth checking that file encodings are consistent. In particular, one known source of weird results in aggregating feeds and files is <a href="http://drupal.org/node/756270" rel="nofollow">UTF8 Byte Order Markers (BOM)</a> which can slip into files by mistake. There's <a href="http://drupal.org/node/1279754" rel="nofollow">a command here</a> which removes all BOM from all files in a directory (use with care!).</p> <p><strong>If JS aggregation doesn't work either</strong>, it's almost certainly a server or directory issue - check files directory permissions, check you have the appropriate compression libraries, plus everything Duncan mentions.</p> <p>If nothing works, you could try the <a href="http://drupal.org/project/agrcache" rel="nofollow">agrcache module</a> or the <a href="http://drupal.org/project/core_library" rel="nofollow">Core Library module</a>. They alter the methods used by aggregation and might give a different result, or clues as to the problem. And keep an eye on aggregation issues for Drupal 7 and also Drupal 8 - there might be clues in the issues that people are working on.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload