Page 1 of 1

Cannot view tickets

Posted: Wed Jun 08, 2005 11:38 am
by Scott
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?

Posted: Wed Jun 08, 2005 12:07 pm
by Klemen
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

Posted: Wed Jun 08, 2005 12:09 pm
by Klemen
Oh and make sure you DON'T add /index.php to the above URL!

Posted: Wed Jun 08, 2005 7:51 pm
by Scott
Yes, Thank you. This solved the problem. Program is awesome. Thank you.

Scott

Posted: Thu Jun 09, 2005 2:45 pm
by janssuhhh
Hi,

I've got the same problem, but I double checked the url and it has NO trailing /

What could be the problem?

Posted: Fri Jun 10, 2005 11:19 am
by Klemen
Script URL:
Version of PHP:
Hosting company:

Regads