Page 1 of 1

Adminlogin failed after clicking Link from e-mail

Posted: Tue Sep 12, 2006 3:20 pm
by _gm
Hello!

Your HD System is running really good.
But one thing I do not understand:

When someone creates a new ticket, an e-mail will be send zu the admin. I receive the mail and everything is ok.
When I click the link to the new opened ticket, I come correctly to the adminlogin

The header shows following

Code: Select all

http://support.mydomain.de//admin.php?a=login&notice=1&goto=%2F%2Fadmin_ticket.php%3Ftrack%3DZZV8727HMS
I choose my name and my password, Enter

Following message was send:
admin_ticked.php was not forund

When I change the url to:

Code: Select all

http://support.mydomain.de//admin.php
choose my name and pass, I can login correctly and can do everything I´d like to.

When i´m locked in once, I can close my brouser and can click the link in the e-mail which doesn´t work before but now it works and I can directly work at my ticket.

may you plese tell me what we did wrong?

thx

gm

Posted: Tue Sep 12, 2006 4:32 pm
by Klemen
Hi,

Have you been editing the files? If yes check file names and links, your error says "admin_ticked.php", the file is named "admin_ticket.php"

If you haven't been editing it please post the URL to your script so I can check.

Regards

Posted: Tue Sep 12, 2006 8:16 pm
by _gm
Sorry, its "admin_ticket.php" was wrong written by me.

The url:

Direktly to the support helpdesk:

Code: Select all

http://support.ggmj.de/

direkt Link (from sended e-mail): (login not possible with correct PW)

Code: Select all

http://support.ggmj.de//admin_ticket.php?track=ZZV8727HMS
when you click on the url in the mail, it´s this showing:

Code: Select all

http://support.ggmj.de//admin.php?a=login&notice=1&goto=%2F%2Fadmin_ticket.php%3Ftrack%3DZZV8727HMS

login for supporter: (login with correct PW possible)

Code: Select all

http://support.ggmj.de//admin.php
Note:
I payed for the remove of the copyright info, you will not find that.


greets
gm

Posted: Tue Sep 12, 2006 9:20 pm
by Klemen
Hi,

Does this URL work ok (please TRY IT don't just say no)?
http://support.ggmj.de/admin_ticket.php ... ZZV8727HMS

If it does let me know and I will tell you what to change.

As for the license don't worry, I keep records of all active licenses :wink:

Posted: Wed Sep 13, 2006 6:58 pm
by _gm
hey, it works :-)

one "/" too much ?

Please tell me, what to change.

thx

Posted: Thu Sep 14, 2006 1:34 pm
by Klemen
Hi,

Just change $hesk_settings['hesk_url'] in your settings file from

Code: Select all

$hesk_settings['hesk_url']="http://support.ggmj.de/";
to

Code: Select all

$hesk_settings['hesk_url']="http://support.ggmj.de";
(note that I removed / after .de)

Regards,