Page 1 of 1

Reported HESK version wrong...

Posted: Wed Mar 19, 2014 5:21 pm
by gurdain
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

I was just wondering how HESK determines the version I am currently running...
I have been doing custom modifications and updating HESK by using the changes file
I currently have 2.5.2, but it thinks I have 2.5.1. I want to upgrade to 2.5.3, but want to make sure I get the version number to show correctly beforehand

Is it a cosmetic thing or are some of the files not updated....

Re: Reported HESK version wrong...

Posted: Wed Mar 19, 2014 5:25 pm
by Klemen
You will find version information at the bottom of hesk_settings.inc.php

If you manually do code changes you will indeed need to modify

Code: Select all

$hesk_settings['hesk_version']='2.5.x';
variable in the settings file.

Re: Reported HESK version wrong...

Posted: Wed Mar 19, 2014 5:28 pm
by gurdain
Klemen wrote:You will find version information at the bottom of hesk_settings.inc.php

If you manually do code changes you will indeed need to modify

Code: Select all

$hesk_settings['hesk_version']='2.5.x';
variable in the settings file.
Thank you! I was searching everywhere!