Back end: Installed version in not what I got

Posted By t_rick_s Mon 16 Feb 2015
Add to Favorites0
Author Message
t_rick_s
 Posted Mon 16 Feb 2015
Supreme Being

Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)

Group: Forum Members
Last Active: Fri 27 Feb 2015
Posts: 11, Visits: 41
The back end "update is available"-box claims I have v2.8001 installd but according to general.kartrisinfo.versionadded I have 2.8002.

Downloaded the latest v2.8002, looked up which files that had been updated since January the 3:rd, copied those over to my online site and ran the UpdateSQL_2.8001_To_2.8002.sql.

Cleared all browser history and such. Still displays wrong version installed. Why?
Paul
 Posted Tue 17 Feb 2015
große Käse

große Käse - (450,662 reputation)große Käse - (450,662 reputation)große Käse - (450,662 reputation)große Käse - (450,662 reputation)große Käse - (450,662 reputation)große Käse - (450,662 reputation)große Käse - (450,662 reputation)große Käse - (450,662 reputation)große Käse - (450,662 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
The 'currently installed' version is set within the following file, together with the release date near the top of the file:

/App_Code/Kartris.vb

The problem was that when using the Data Tool, we needed to identify which version of Kartris the database was when you connect to it, hence we needed a db record too. Sometimes we've been a little sloppy about updating this db setting value with each update, because as long as it doesn't change what the Data Tool runs, it's not so important.

But generally the Kartris.vb file *will* be updated with release date and version with each new release, so that's the one you should take notice of when checking your version. Obviously though this is only really reliable if you update all files in the site (if for example, you just updated the Kartris.vb, the site would report as the latest version, even if you did not update the other files).


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
t_rick_s
 Posted Tue 17 Feb 2015
Supreme Being

Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)Supreme Being - (6,214 reputation)

Group: Forum Members
Last Active: Fri 27 Feb 2015
Posts: 11, Visits: 41
I already have the latest Kartris.vb in the packet modified since January the 3:rd:
    Public Const KARTRIS_VERSION As Decimal = 2.8002    Public Const KARTRIS_VERSION_ISSUE_DATE As Date = #2/13/2015# '' MM/dd/yyyy
So there should be something else?
I belive it has something with the db to do. Tonight I made a fresh local 2.8002 installation, new empty db, and version displayed OK. But then I used the data tool to copy from the hosting service db to my local db, and the versioninfo says 2.8001 installed.

Checked the local db and the CFG_value states 2.8002. Where am I missing to look?

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top