Quantcast
Channel: WordPress.org Forums » [Autoptimize] Support
Viewing all articles
Browse latest Browse all 14038

Frank Goossens on "[Plugin: Autoptimize] Missing JS & CSS in combined file"

$
0
0

OK, for the CSS-aggregation debugging-code; could you around line 147 replace

} else {
	// Couldn't read CSS. Maybe getpath isn't working?
	$css = '';
}

with

} else {
	$this->ao_logger("Problem with file ".$css);
	$this->ao_logger("readable: ".is_readable($css));
	$this->ao_logger("exists: ".file_exists($css));
	// Couldn't read CSS. Maybe getpath isn't working?
	$css = '';
}

We might have to add similar debugging-code to the block just before, but let's see what this learns us first.

frank


Viewing all articles
Browse latest Browse all 14038

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>