@mikeytown2
Wow, thanks for the quick response - here is the "Asynchronous debug info"
top field -
stdClass Object ( [request] => GET /sites/default/files/advagg_css/css_missing17207290101308012527_0.css HTTP/1.0 Host: flaunt.com User-Agent: Drupal (+http://drupal.org/) [data] =>
Not Found
The requested URL was not found on this server.
Home
[protocol] => HTTP/1.0 [status_message] => Not Found [headers] => Array ( [Date] => Tue, 14 Jun 2011 00:48:47 GMT [Server] => Apache/2.2.12 (Ubuntu) [X-Powered-By] => PHP/5.2.17-0.dotdeb.0 [Set-Cookie] => SESS04dcd81812fa59b1022db08043a3462e=6b7f2cc7363206c9db685802f7541c36; expires=Thu, 07-Jul-2011 04:22:07 GMT; path=/; domain=.flaunt.com [Expires] => Sun, 19 Nov 1978 05:00:00 GMT [Last-Modified] => Tue, 14 Jun 2011 00:48:47 GMT [Cache-Control] => post-check=0, pre-check=0 [X-AdvAgg] => Failed Validation. Wrong Pattern. [Vary] => Accept-Encoding [Content-Length] => 307 [Connection] => close [Content-Type] => text/html; charset=utf-8 ) [error] => Not Found [code] => 404 [timer] => Array ( [count] => 1 [time] => 1086.53 ) )
bottom field
stdClass Object ( [error] => missing schema [code] => -1002 [timer] => Array ( [count] => 1 [time] => 0.04 ) )
thanks again your awesome!
Comments
Comment #1
mikeytown2 commentedJust to make sure, you are using the latest dev of advagg correct?
In this case it appears that the CDN module is not cdn-ing the files in the advagg_js and advagg_css dirs.
Are you using Origin Pull? (
admin/settings/cdn/details)What does your CDN mapping look like? (
admin/settings/cdn/details)On
admin/settings/cdn/otherwhat do your blacklists and whitelists look like?Comment #2
naeluh commentedI am using the latest dev version of Advanced CSS/JS Aggregation -
I am using amazon cloudfront for an origin pull cdn
My mapping is set up like this -
http://cdn2.flaunt.com|.swf .jpg .jpeg .png .css .js
http://cdn1.flaunt.com|.mp4 .m4v
My blacklist looks like -
*.js
My whitelist looks like -
misc/*.js modules/block/block.js modules/color/color.js modules/comment/comment.js modules/openid/openid.js modules/profile/profile.js modules/system/system.js modules/taxonomy/taxonomy.js modules/user/user.js */admin_menu/admin_menu.js modules/epsacrop/js/epsacrop.js modules/epsacrop/json2/json2.js modules/epsacrop/Jcrop/js/jquery.Jcrop.js modules/advagg/advagg_js_compress/jquery.form.js modules/advagg/advagg_js_compress/jquery.form.js
Comment #3
mikeytown2 commenteddrop
modules/advagg/advagg_js_compress/jquery.form.jsfrom the whitelist.You need to figure out what js files are not compatible with being CDN-ed (usually wysiwyg libraries). Once you have done that, you can remove *.js. Until you do this, its not safe to server advagg js files from the CDN.
As for CSS files, the CDN module is still not giving it a CDN url; thats what "missing schema" means.
Are you running with Pressflow or Core with the CDN patch?
Comment #4
naeluh commentedI am running core with the patch
I have accounted for all the wysiwyg libraries - made a change for espa crop but had it working until advagg install
Is it possible that there may be an issue with another module that does not work advagg to complete the aggregation? Do all modules have to work for the module to start changing urls? complete integration with CDN module?
Not sure about css that was working to with core performance aggregation before install of advagg
thanks again
does that make sense?
Comment #5
mikeytown2 commentedThis seems a lot like this issue
#1189002: latest 'patch' via http://drupal.org/files/issues/advagg-1185756-1.patch has re-created CDN 'missing schema' problem
I'll update this once I fix that issue.
Comment #6
mikeytown2 commented#1189002-2: latest 'patch' via http://drupal.org/files/issues/advagg-1185756-1.patch has re-created CDN 'missing schema' problem