dcpaq2: There isn't a new version vBGallery at this time. All of the known issues are being rolled into a fix release (Zachariah is spear-heading that project) that will be released but there is not ETA yet.
I just tried duplicating your steps and it looks like logic needs to be added to gracefully handle the duplicate file type scenario. The problem with the version number is an error (see my note to Zachariah below for the details).
Zachariah: The problem with the version is when viewing the Gallery CP versus the Admin CP (eg:
http://www.yoursite.com/forums/admin...ery_admin.php). The problem is that it's comparing "1.0.1 (
vB 3.5)" versus "1.0.1" and giving a bogus error. Since "1.0.1" is the current version then either the version number in the
vB 3.5 version should be changed from "1.0.1 (
vB 3.5)" to instead be just "1.0.1" or the compare logic at line 112 should be considered a bug and fixed in the next release.