I have AdvAgg and AdvAgg Bundler modules enabled. CDN module is installed but disabled.
On the status page I get the following errors for both CSS and JS
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 Object
(
[error] => missing schema
[code] => -1002
)But nothing seems to be wrong. CSS and JS files are being generated and served fine. Should I be concerned?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | advagg-2099601-1-fix-missing-schema.patch | 671 bytes | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedThanks for the report. This can be ignored most likely. Created a patch to fix the issue. Patch has been committed.
Comment #2
Anonymous (not verified) commentedAll done, thanks for the quick response.