Yes, I’m using 0.9.2.4 and am getting this error. Specifically:-
[26-Jan-2012 11:05:10] PHP Notice: Array to string conversion in /home/sites/wordpress-mu/web/wp-content/plugins/w3-total-cache/lib/W3/Minify.php on line 810
[26-Jan-2012 11:05:10] PHP Notice: Array to string conversion in /home/sites/wordpress-mu/web/wp-content/plugins/w3-total-cache/lib/W3/Minify.php on line 810
[26-Jan-2012 14:13:53] PHP Notice: Array to string conversion in /home/sites/wordpress-mu/web/wp-content/plugins/w3-total-cache/lib/W3/Minify.php on line 810
[26-Jan-2012 14:13:53] PHP Notice: Array to string conversion in /home/sites/wordpress-mu/web/wp-content/plugins/w3-total-cache/lib/W3/Minify.php on line 810
etc.
The function called is
function _generate_id($sources, $type),
the line is:-
$id = substr(md5(implode(”, $values)), 0, 6);
I have the JS and CSS minifiers set to manual (so that I can non-block load the Javascript for example).
Would it be helpful to debug the values for $sources and $type?
I’m quite comfy debugging and analysing PHP and Linux matters, so if there’s something you (Frederick) would like me to try out and report upon I’d be happy to try and report back.
All the best,
Hedgehog.