NEW version of HESK: 2.4
Moderator: mkoch227
Re: NEW version of HESK: 2.4
Did you run the update.php script as instructed in readme files?
That file is responsible for updating database and modifying version number.
That file is responsible for updating database and modifying version number.
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: 48
- Joined: Wed Jun 16, 2010 2:52 pm
Re: NEW version of HESK: 2.4
that would do it - but dont remember seeing that in the readme upgrade section but its all good - thanks once again
Re: NEW version of HESK: 2.4
It's 100% there, just double-checked it 

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
Re: NEW version of HESK: 2.4
Hi Klemen,
I noticed that when I updated the time_worked from my old custom field for time spent it changed the last updated time of all tickets, not a huge deal but can I make the change while leaving the last updated time stamp untouched???
I noticed that when I updated the time_worked from my old custom field for time spent it changed the last updated time of all tickets, not a huge deal but can I make the change while leaving the last updated time stamp untouched???
Re: NEW version of HESK: 2.4
Possible yes, if you are familiar with MySQL and can edit table structure.
What you'd have to do is:
1. Modify table structure: remove ON UPDATE CURRENT_TIMESTAMP from "hesk_tickets" table "lastchange" field
2. Do the import
3. Change the structure back to ON UPDATE CURRENT_TIMESTAMP
What you'd have to do is:
1. Modify table structure: remove ON UPDATE CURRENT_TIMESTAMP from "hesk_tickets" table "lastchange" field
2. Do the import
3. Change the structure back to ON UPDATE CURRENT_TIMESTAMP
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
Re: NEW version of HESK: 2.4
makes sense, just remove that attribute, migrate all the data, put the attribute back. thanks klemen!
Re: NEW version of HESK: 2.4
just updated hesk to 2.4 on my WAMP production server.. went pretty smoothly. when i go to the settings portion of the admin nav it takes forever to load and forever to save now, but no errors.. Should be snappy since it's on my local network, everything else is
also just noticed logging in is very slow too.
also just noticed logging in is very slow too.
Last edited by dr_patso on Thu Aug 16, 2012 8:13 pm, edited 1 time in total.
Re: NEW version of HESK: 2.4
Settings > Misc > Other > Uncheck "Automatically check for HESK updates.", save settings.
Did that do the trick?
Did that do the trick?
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
Re: NEW version of HESK: 2.4
checking, that would make sense though because i don't think wamp is configured to use the proxy
Re: NEW version of HESK: 2.4
yep that was it.
Re: NEW version of HESK: 2.4
thanks Klemen, 25$ donations coming your way.
Re: NEW version of HESK: 2.4
I'm glad that did the trick and thanks for the generous donation!
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