REPORT BUGS AND MISSPELLING HERE
Moderator: mkoch227
Rather than a bug that's intentional - if a ticket is closed and then reopened it probably needs attention from staff, not from the customer.
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
A minor bug when you want to sort by date a result
Hi everybody, first of all thank you for this very nice php script!
I found a minor bug in the project on the find_tickets.php file:
line 104 and 155 you must replace "date" by "dt" to make the order by functionnalities work correctly after having launched a search by date.
Thanks a lot again!
--
Ousama Ben Younes
Responsable Développement logiciel
I found a minor bug in the project on the find_tickets.php file:
line 104 and 155 you must replace "date" by "dt" to make the order by functionnalities work correctly after having launched a search by date.
Thanks a lot again!
--
Ousama Ben Younes
Responsable Développement logiciel
Thanks, never noticed that one
Fixed now in the download.

Fixed now in the download.
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
Error changing hour difference
I went in and changed the time difference hours to -3 and clicked submit and got the following error (
Parse error: syntax error, unexpected ';' in /htdocs/helpdesk/hesk_settings.inc.php on line 29)
I checked out the file and found that Hesk left line 29 (the time difference option) left blank after the =. I added the -3 manually and all is well. I tried changing to again to see if it was just a one-time fluke and I got the same error.
Might be limited to me (i'm using a crappy host) or just a bug.
I'm using 2.0
Parse error: syntax error, unexpected ';' in /htdocs/helpdesk/hesk_settings.inc.php on line 29)
I checked out the file and found that Hesk left line 29 (the time difference option) left blank after the =. I added the -3 manually and all is well. I tried changing to again to see if it was just a one-time fluke and I got the same error.
Might be limited to me (i'm using a crappy host) or just a bug.
I'm using 2.0
Thanks for notifying me, it's a bug yes. Worked fine on my Localhost but not on the server.
Corrected it now - download the Hesk again and just upload the new "admin_settings_save.php" file to the server and it should work fine.
Corrected it now - download the Hesk again and just upload the new "admin_settings_save.php" file to the server and it should work fine.
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
Bug found
I don't know if it already as been posted but this is the problem:
If a user is logged in with specific rights (so no full rights) and he would switch between his profile and admin_main.php he get this error:
Can't execute SQL
Please notify webmaster at (here a e-mailadres)
Language code:
$hesklang['cant_sql']='Can\'t execute SQL';
$hesklang['contact_webmsater']='Please notify webmaster at';
But if the user has full admin right then there's no problem.
Is there a fix for?
p.s. Hesk version is 2.0
If a user is logged in with specific rights (so no full rights) and he would switch between his profile and admin_main.php he get this error:
Can't execute SQL
Please notify webmaster at (here a e-mailadres)
Language code:
$hesklang['cant_sql']='Can\'t execute SQL';
$hesklang['contact_webmsater']='Please notify webmaster at';
But if the user has full admin right then there's no problem.
Is there a fix for?
p.s. Hesk version is 2.0
This has been fixed shortly after initial release, try downloading Hesk again and upload all files (except hesk_settings.inc.php, header/footer.txt and the install folder) again.
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
Upload these files:
index.php
admin/admin_settings_save.php
admin/index.php
admin/profile.php
index.php
admin/admin_settings_save.php
admin/index.php
admin/profile.php
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
Thank you Klemen,
It works! This wil spend me much time.
If you have a little bit time left, would you please have a look at Customized Tag
Thanks!
It works! This wil spend me much time.
If you have a little bit time left, would you please have a look at Customized Tag
Thanks!
Hi,
It's set to variable $hesklang['remember_user'] in the language file.
It's set to variable $hesklang['remember_user'] in the language file.
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