am I going mad?

Ok sorry about this everyone, but ive got an appalling memory and really dumb question (I have tried searching but no luck).

I haven't touched any of my boonex code since about late May, and have just been doing moderation and getting on with the advertising and content of the site. So now I want to go back into the code and iron out a few glitches that I have noticed.

Problem is, I am really confused about which version of dolphin I am using.

my dashboard says that I'm using version 6.1.4

But

I remember upgrading using two patches in May, just after I donated and got a lifetime license - which I'm using.

Now looking at the versions that are available on the dolphin download site - the two patches must have been the upgrades 6.1.4 to 6.1.5 and 6.1.5 to 6.1.6

I have a feint recollection that someone back in may posted a message saying that the upgrades didn't change the dashboard version section - but I cannot find that post.

So am I right in thinking that even though it says 6.1.4 i am probably running 6.1.6?

If so - did anyone post a fix for the version numbers in the dashboard.

I know it sounds a bit anal - but being able to change it on the dashboard would mean one more obscure quirk that I wouldn't have to remember or re-discover every time I dig back into the code.

thanks for your help.

Quote · 18 Jul 2009

I know the 6.1.4 to 6.1.5 patch did not update the version. I do not know if the 6.1.6 patch does or not.


but if your sure you have upgraded to 6.1.6 then you can change the version number if inc\header.inc.php

Just change

$site['build']             = '4';

to

$site['build']             = '6';

https://www.deanbassett.com
Quote · 18 Jul 2009

I know the 6.1.4 to 6.1.5 patch did not update the version. I do not know if the 6.1.6 patch does or not.

Thanks Deano92964.

you have confirmed half of what I suspected.

I am certain that I did one large patch followed by a far smaller patch, so chances are that it was the 6.1.5 to 6.1.6 - unless of course there was a short lived update that was around at the time.

Can anyone remember if the patches that are available at the moment on the download pages, are the same patches that were offered at the time of the upgrade, or were any short term patches released that have since been added to?

Either that or can anyone confirm that the 6.1.5 to 6.1.6 patch didn't change the version from 6.1.4 too?

Quote · 18 Jul 2009

Well you can confirm if you upgraded easy enough.


If you have phpmyadmin, run this sql query


SELECT * FROM `GlParams` WHERE `name`='license_expiration'

If it returns a row then you are running 6.1.6


The name license_expiration was not added to the database until version 6.1.6. All prior versions do not contain this name.

https://www.deanbassett.com
Quote · 18 Jul 2009

Well you can confirm if you upgraded easy enough.

The name license_expiration was not added to the database until version 6.1.6. All prior versions do not contain this name.

Thank you so much deano92964.

a very nice bit of lateral thinking there.

it was returned so it is V6.1.6

So for future reference, anyone who searches for;

dashboard version number 6.1.4 upgrade patches 6.1.5 6.1.6 update version information 614 615 616
You may well have version 6.1.5 or 6.1.6 installed, as the version information on the dashboard was not updated through either of the upgrade patches.

Quote · 18 Jul 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.