Script URL: www.mainewebcreations.com/supportdesk/index.php
Version of script: .092
Version of PHP: 4.5
Hosting company: hostgator
Have you searched THIS FORUM for your problem: yes
(if not please do before posting)
If so, what terms did you try:
Write your message below:
I have installed helpdesk, it all works great, except that it does not display the ticket if I type in a ticket number that has been submitted. How can I fix this?
Cannot view tickets
Moderator: mkoch227
Hi,
This is probably a problem in your hesk_settings.inc.php file. Check your setting for $hesk_settings['hesk_url'] Make sure you REMOVE the trailing / from the URL. Example:
WRONG:
$hesk_settings['hesk_url']="http://www.mywebsite.com/hesk/";
OK:
$hesk_settings['hesk_url']="http://www.mywebsite.com/hesk";
Does this fix your problem?
Regards
This is probably a problem in your hesk_settings.inc.php file. Check your setting for $hesk_settings['hesk_url'] Make sure you REMOVE the trailing / from the URL. Example:
WRONG:
$hesk_settings['hesk_url']="http://www.mywebsite.com/hesk/";
OK:
$hesk_settings['hesk_url']="http://www.mywebsite.com/hesk";
Does this fix your problem?
Regards
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
Oh and make sure you DON'T add /index.php to the above URL!
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
Script URL:
Version of PHP:
Hosting company:
Regads
Version of PHP:
Hosting company:
Regads
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