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
How Upgrade HEESK 3.3.0 beta to 3.3.0
Moderator: mkoch227
Re: How Upgrade HEESK 3.3.0 beta to 3.3.0
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 to
5. save, upload and test
Note: there was is a new "New ticket by staff" email template in 3.3.0 final versus beta.
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';
Code: Select all
$hesk_settings['hesk_version']='3.3.0';
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 
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


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
-
- Posts: 33
- Joined: Thu Dec 02, 2021 1:05 pm
Re: How Upgrade HEESK 3.3.0 beta to 3.3.0
Tested and seems to work without problems.
Do you think the upgrade to the next sharp version will happen without any 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 .changetoCode: Select all
$hesk_settings['hesk_version']='3.3.0-beta1';
5. save, upload and testCode: Select all
$hesk_settings['hesk_version']='3.3.0';
Note: there was is a new "New ticket by staff" email template in 3.3.0 final versus beta.
Re: How Upgrade HEESK 3.3.0 beta to 3.3.0
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 
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


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