Got this error in status report:

Adv CSS/JS Agg - HTTP Request	HTTP requests to advagg for css files are not getting through.
AdvAgg will issue a request for a file that does not exist inside of the AdvAgg directory. If AdvAgg sends a 404, everything is ok; if something else sends a 404 then that means that AdvAgg will not be able to generate an aggregate if it is missing as something else is handling the 404 before AdvAgg has a chance to do it. If you are reading this, it means that something else is handling the 404 before AdvAgg can. Raw request info:
stdClass::__set_state(array(
   'request' => 'GET /zi/sites/default/files/advagg_css/css__1481577663.css HTTP/1.0
Connection: close
Referer: http://zonadeideias.pt/zi/admin/reports/status
User-Agent: Drupal (+http://drupal.org/)
Host: zonadeideias.pt

',
   'data' => '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /zi/sites/default/files/advagg_css/css__1481577663.css was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache Server at zonadeideias.pt Port 80</address>
</body></html>
',
   'protocol' => 'HTTP/1.1',
   'status_message' => 'Not Found',
   'headers' => 
  array (
    'date' => 'Mon, 12 Dec 2016 21:21:04 GMT',
    'server' => 'Apache',
    'x-content-type-options' => 'nosniff',
    'vary' => 'Accept-Encoding',
    'content-length' => '435',
    'connection' => 'close',
    'content-type' => 'text/html; charset=iso-8859-1',
  ),
   'code' => '404',
   'error' => 'Not Found',

same for js, tried the drastic measures of advagg and cron but nothing seems to work, could someone help me?

Comments

jvshorta created an issue. See original summary.

mikeytown2’s picture

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /zi/sites/default/files/advagg_css/css__1481577663.css was not found on this server.</p>
<p>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.</p>
<hr>
<address>Apache Server at zonadeideias.pt Port 80</address>
</body></html>

This line is suspect.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Have you ran update.php?

mikeytown2’s picture

Status: Active » Postponed (maintainer needs more info)

Need to know more info.

mikeytown2’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing out due to lack of feedback.