How Upgrade HEESK 3.3.0 beta to 3.3.0

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
michalhana99
Posts: 33
Joined: Thu Dec 02, 2021 1:05 pm

How Upgrade HEESK 3.3.0 beta to 3.3.0

Post by michalhana99 »

Write your message below:
How Upgrade HEESK 3.3.0 beta to 3.3.0?

If I go through the upgrade process, I get a message that the database already contains version 3.3.0

If I delete the innstal folder and go to the administration, it still shows me that I am using the beta version
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: How Upgrade HEESK 3.3.0 beta to 3.3.0

Post by Klemen »

Beta was never intended for live usage so there is no official direct upgrade available.

However, you can:

1. BACKUP existing files and database
2. upload these modified files to your server: https://hesk.com/preview/330beta1-to-final.zip
3. open file hesk_settings.inc.php in Notepad++ or some other powerful editor (do NOT use Microsoft notepad)
4 .change

Code: Select all

$hesk_settings['hesk_version']='3.3.0-beta1';
to

Code: Select all

$hesk_settings['hesk_version']='3.3.0';
5. save, upload and test

Note: there was is a new "New ticket by staff" email template in 3.3.0 final versus beta.
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
michalhana99
Posts: 33
Joined: Thu Dec 02, 2021 1:05 pm

Re: How Upgrade HEESK 3.3.0 beta to 3.3.0

Post by michalhana99 »

Tested and seems to work without problems.

Do you think the upgrade to the next sharp version will happen without any problems?
Klemen wrote: Sun Jul 10, 2022 6:37 pm Beta was never intended for live usage so there is no official direct upgrade available.

However, you can:

1. BACKUP existing files and database
2. upload these modified files to your server: https://hesk.com/preview/330beta1-to-final.zip
3. open file hesk_settings.inc.php in Notepad++ or some other powerful editor (do NOT use Microsoft notepad)
4 .change

Code: Select all

$hesk_settings['hesk_version']='3.3.0-beta1';
to

Code: Select all

$hesk_settings['hesk_version']='3.3.0';
5. save, upload and test

Note: there was is a new "New ticket by staff" email template in 3.3.0 final versus beta.
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: How Upgrade HEESK 3.3.0 beta to 3.3.0

Post by Klemen »

Yes, once you're on 3.3.0 final patches will be available for next updates.
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
Post Reply