Chris, I'm getting this:

warning: copy(sites/default/files/css/css_5bcc2cee8c2c04f9357798c973e76210.css): failed to open stream: No such file or directory in /var/www/html/sites/all/modules/third_party_wrappers/third_party_wrappers.module on line 110.
warning: copy(sites/default/files/css/css_5bcc2cee8c2c04f9357798c973e76210.css): failed to open stream: No such file or directory in /var/www/html/sites/all/modules/third_party_wrappers/third_party_wrappers.module on line 110.
warning: copy(sites/default/files/css/css_5bcc2cee8c2c04f9357798c973e76210.css): failed to open stream: No such file or directory in /var/www/html/sites/all/modules/third_party_wrappers/third_party_wrappers.module on line 110.

Turning CSS aggregation off/on doesn't seem to fix it.

Does this ring a bell?

Comments

tekante’s picture

Doesn't ring a bell. It should be trying to pull what to copy from the HTML generated so the only way that should be happening is if the HTML references an aggregated CSS file that doesn't exist or if there is some other rewriting going on that makes the path translate to an incorrect filesystem path.

kbasarab’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

Closing this out to clean up for D7. Please reopen if issues exists in D7 and bump to 7.x-1.0 version.

damienmckenna’s picture

FYI this is because of CSS & JS aggregation, disabling the aggregators and clearing the caches should resolve it. Additionally using Advanced CSS/JS Aggregator should help avoid it too.