Line 590 in classes/Item.php (version 3.1.02) currently reads
if(!@rename($old_path, c))
whereby it should of course be
if(!@rename($old_path, $new_path))
Line 590 in classes/Item.php (version 3.1.02) currently reads
if(!@rename($old_path, c))
whereby it should of course be
if(!@rename($old_path, $new_path))