Closed (won't fix)
Project:
Advanced CSS/JS Aggregation
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2012 at 10:09 UTC
Updated:
1 Dec 2015 at 23:21 UTC
Jump to comment: Most recent
Comments
Comment #1
nowrap commentedI've the same messages on the status page.
But all css and js files are mapped globally:
http://css.domain.com|.css
http://js.domain.com|.js
Firebug shows me that all URLs are rewritten.
So the question is, how to solve this?
Comment #2
broncomania commentedI get the same issue here. No solution yet?
Comment #3
cedarm commentedThis may be related to securepages forcing SSL on the status page, and CDN not being used for https. We get the same warning, but CDN URLs are in fact being used.
Comment #4
mikeytown2 commentedFunction used for this test is advagg_build_uri()
Test code in question: http://drupalcode.org/project/advagg.git/blob/de724b5a4c1491205d607f4a31...
What this is saying is when file_create_url() is ran on an advagg file the host isn't set or the host is equal to the current host. That usually means CDN re-writing has failed.
Comment #5
mr.j commentedI am seeing this exact error. It has only started happening recently, with us not making any changes that I am aware of to a CDN + Advagg setup that has been working properly for a couple of years now.
The strange thing is that anonymous users are served files from the CDN correctly but logged in users are not. I cannot work it out.
Comment #6
asb commentedSame error message on status page.
I have no idea why my "current CDN settings are not rewriting the URL for advagg CSS files" or how to fix this. Which "exceptions" are required? Is there any documentation about this?
The 'CDN' module is installed as instructed on the 'Parallel' project page. CDN mapping
Comment #7
mikeytown2 commentedMarking as won't fix as in I will not create a patch for this; if someone else creates a patch that fixes this issue I will commit it.