This issue is a bug with oscommerce-2.2ms2 and PHP5. To fix it, replace
$this = null;
with
unset($this);
in catalog/admin/includes/classes/upload.php
This issue is a bug with oscommerce-2.2ms2 and PHP5. To fix it, replace
$this = null;
unset($this);