Suggested code mod:
My image bmz cache was not clearing with the admin 'clear cache' link..

Referring to the suggestion in the php site..
http://uk.php.net/manual/en/class.dir.php

The line in v2's admin/includes/functions/extra_functions/ functions_bmz_io.php file, line 24 is
Code:
while ($file = $dir->read()) {
It sprang into life when I put
Code:
while (false !== ( $file = $dir->read() )  ) {
Am I right? btw the web server is a 4.4.4 php version