View Full Version : version number is wrong
eclectica
06-17-2006, 10:08 PM
This is for vBadvanced version 2.2.0 working on vBulletin 3.6 beta 2.
On the bottom of the page it says:
Powered by vBadvanced CMPS v2.1.0
KW802
06-17-2006, 10:50 PM
eclectica, was this a new install or an upgrade? Another person mentioned the same problem so it's just a matter of tracking down where the typo is.
Thanks :)
eclectica
06-18-2006, 02:27 AM
It was a new install. I had a previous installation which I totally got rid of any traces of, including the tables in the database, so I think the bug will be found in the new download version 2.2.0.
Brian
06-18-2006, 11:21 AM
It looks like the version number was not changed in the new install. That should have been set to use a variable that's set at the top of the file, but I guess that part was overwritten at some point. I've just updated the files here so that it will use the variable and pull the correct version now. Though it shouldn't really hurt anything on your forums, you can correct it by running this query:
UPDATE adv_setting SET value = '2.2.0' WHERE varname = 'portal_version';
Then save your main CMPS settings to update the cache, and that should take care of the version number.
thanks Brian .. now showing correct version.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.