There's a new version of Photo Post VB Gallery out?
I accidently entered in a file extention that was already in the VB gallery and it gave me a database error message and when i clicked on the refresh link on that screen, it told me that there was a newer version available from version 1.0.1.
Whats up, any idea?
Also this bring up another issue, why does it give me a database error for an existing file extention and not an error page stating that that file extention already exists? Is this a bug in the program?
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.
I was surprised myself going to the admin file vs. use AdminCP to look @ the menu. I thought this was an error. Should it not just redirect to AdminCP ?
There's a new version of Photo Post VB Gallery out?
I accidently entered in a file extention that was already in the VB gallery and it gave me a database error message and when i clicked on the refresh link on that screen, it told me that there was a newer version available from version 1.0.1.
Whats up, any idea?
Also this bring up another issue, why does it give me a database error for an existing file extention and not an error page stating that that file extention already exists? Is this a bug in the program?
Doug
Here are the snap shots pertaining to this issue. I was going to originally attach them to the initial post but my attachment quota was at its limit until Scott recently increased it. Thank you for understanding and doing that for us Scott.
Just tried with the 1.0.2 and the duplicate file type still results in a SQL error. I also poked around the 1.0.3 discussion thread and this isn't listed as a bug fix.
Have you tried it on your local install? Just go into the ACP and then attempt to add a new file type but for one that is already on file (eg: Attempt to add "jpg" as a new file type)... you'll get the DB error immediately.