Reported HESK version wrong...

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
gurdain
Posts: 32
Joined: Thu Jul 04, 2013 11:54 am

Reported HESK version wrong...

Post 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....
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Reported HESK version wrong...

Post 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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
gurdain
Posts: 32
Joined: Thu Jul 04, 2013 11:54 am

Re: Reported HESK version wrong...

Post 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!
Post Reply