I'm getting this message.
I don't have the fast 404 module.

Adv CSS/JS Agg - Asynchronous Mode	Set to FALSE.
Check to see if you have fast 404s, if so create an exception for this module. The readme file explains what needs to be changed. You can try flushing the menu cache as well. If you are still having issues you can go to the AdvAgg information tab and select Asynchronous debug info. If creating an issue on d.o be sure to include this information .

Here's the debug info. How do I start to figure it out?
Thanks!

stdClass Object (
    [request] => GET /sites/default/files/advagg_css/css_missing20213356631356835900_0.css HTTP/1.0
Host: 74.220.207.120
Connection: close
User-Agent: Drupal (+http://drupal.org/)

    [data] => <!DOCTYPE html>
<html>
  <head>
    <title>404 Not Found</title>
    <meta name="revisit-after" content="10">
    <meta name="ROBOTS" content="NOINDEX, NOFOLLOW"> 
    <script type="text/javascript" src="http://cdn.dsultra.com/js/registrar.js"></script>
        <link href="http://www.hostmonster.com/media/shared/general/homelayout.css" rel="stylesheet" type="text/css">
    <link rel="stylesheet" href="http://www.hostmonster.com/media/shared/general/_hm/homestyle.css" type="text/css">
    
    <style>
        body{
            margin:25px;
        }
        .t1{
            color:#000000;
            font-family: Arial, Helvetica, sans-serif;
            font-size:14px;
        }
        .t2{
            color:#81BD21;
            font-family: Arial, Helvetica, sans-serif;
            font-size:10px;
            white-space:nowrap;
        }
        h1 {
            font-size: 18px;
            display: block;
        }
        h2 {
            font-size: 16px;
        }
        ul {
            margin-left: 27%
        }
        .topheading {
            background-color: #81BD21;
        }
        ul {
            margin-left: 34%
        }
        .icontent {
            width: 1035px;
            height: 700px;
            border: none;
            margin-top: 4px;
            margin-bottom: 4px;
        }
    </style>
  </head>
<body bgcolor=white>
<div style="border: solid 2px;border-color: #033B73;padding: 0px;width: 1065px;margin: 0 auto;">
  <table cellpadding="0" cellspacing="0" border="0" width="1065">
    <tr>
      <td colspan="2" class="topheading">
                <table cellpadding="0" cellspacing="0" border="0"><tr>
          <td style="padding-left:25px;width:205px;height:90px"><a href="http://www.hostmonster.com/"><img src="http://www.hostmonster.com/media/shared/general/_hm/hostmonsterLogo.gif" width="178" height="39" alt="hostmonster" border="0"></a></td>
          <td style="text-align:left">&nbsp;</td>
        </tr></table>
              </td>
    </tr>
  </table>
    <div style="text-align: center">
      <h1>404 Error File Not Found</h1>
      <h2> The page you are looking for might have been removed, <br />had its name changed, or is temporarily unavailable.</h2>
            <iframe frameborder="0" scrolling="no" src="about:blank" id='ad_frame' class="icontent"></iframe>
      <script type="text/javascript">registrar_frameset({a_id: 115580, frame: "ad_frame"});</script>
                  <p><a href="http://www.hostmonster.com">Web Hosting</a> provided by HostMonster.com</p>
            </div>
  </div>
</body>
</html>
    [protocol] => HTTP/1.1
    [status_message] => Not Found
    [headers] => Array (
            [date] => Sun, 30 Dec 2012 02:51:41 GMT
            [server] => Apache
            [vary] => Accept-Encoding
            [connection] => close
            [content-type] => text/html; charset=ISO-8859-1
        )
    [code] => 404
    [error] => Not Found
    [timer] => Array (
            [count] => 1
            [time] => 156.18
        )
)

Comments

jwaxman’s picture

Well, actually I have the theme hook issue as well

Adv CSS/JS Agg - Theme Hook	Theme hook is not in the correct place.
On the performance page clear the cache. If this is still an issue open up a bug on the advagg issue queue and be sure to include the "Hook Theme Info" output from the Advanced CSS/JS aggregation settings page.

Here's the info from the Hook Theme Info tab
I'm using PixtureReloaded.

template_preprocess
template_preprocess_page
contextual_preprocess
shortcut_preprocess_page
advanced_forum_preprocess_page
adaptivetheme_preprocess
adaptivetheme_preprocess_page
adaptivetheme_admin_preprocess_page

Thanks again

jwaxman’s picture

Any hints on how I can start to debug this?
Any other information I need to supply?
Thanks again.

markhalliwell’s picture

Title: Async mode issues » [META] D7 - Asyncing not working
Component: Miscellaneous » Code
Assigned: Unassigned » markhalliwell
Category: support » bug

I'm renaming this issue to become the meta issue for #1171546: AdvAgg - D7 Port/Re-write and placing it on the issue summary of that issue. This will need to be fixed before a stable release can be made.

markhalliwell’s picture

Title: [META] D7 - Asyncing not working » [META] AdvAgg D7 - Async not working

Title ping pong

markhalliwell’s picture

Assigned: markhalliwell » mikeytown2

mikeytown2 discussed moving asyncing into a sub-module (so people can enable it only if needed/wanted). It will depend on the http://drupal.org/project/httprl module. The httprl module will do most of the heavy lifting instead and the sub-module in AdvAgg will be a simple bridge module between the two.

warmth’s picture

markhalliwell’s picture

No

mikeytown2’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Status: Active » Fixed

Fixed in the latest 7.x-2.x #1171546-105: AdvAgg - D7 Port/Re-write

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.