I haven't tried this so just consider it a suggestion:
admin/html_catalog.php
change lines 360-361 from:
Code:
if ((filetype ($catdir["path"]."/".$file) != "dir")) {
unlink ($catdir["path"]."/".$file);
to:
Code:
if ((filetype ($catdir["path"]."".$file) != "dir")) {
unlink ($catdir["path"]."".$file);
Let me know how it goes?
