Published by expire0
Posted on November 30, 2010
Error: osCommerce error ‘Cannot reassign this’
edit : /catalog/admin/includes/classes/upload.php
// self destruct
$this = null;
And change it to:
// self destruct
// $this = null;
unset($this);