Cannot view tickets

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Scott

Cannot view tickets

Post 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?
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

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 Image

Image 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
Scott

Post by Scott »

Yes, Thank you. This solved the problem. Program is awesome. Thank you.

Scott
janssuhhh
Posts: 7
Joined: Fri Jun 03, 2005 1:34 pm

Post 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?
Klemen
Site Admin
Posts: 10139
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Script URL:
Version of PHP:
Hosting company:

Regads
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image 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
Post Reply