IE9 submit problem

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
AKNL
Posts: 15
Joined: Mon Aug 08, 2011 9:48 am

IE9 submit problem

Post by AKNL »

After installing HESK everything seemed to work fine.
Accept in IE9 the user submit button sometimes does or does not submit.
(eventually showing internal server error)
In all the other browsers everything is fine.

I did a fresh clean test install but even then i got the same problem.
However on the HESK site the test form submits fine in ie9.

So the problem is i cant get HESK to operate properly on ie9...
Suggestions anybody?

tnx!
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: IE9 submit problem

Post by Klemen »

Works fine with IE9 on my server. You will need to post URL of your help desk, the phpinfo.php file and some error logs information to be able to help with ideas.
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
AKNL
Posts: 15
Joined: Mon Aug 08, 2011 9:48 am

Re: IE9 submit problem

Post by AKNL »

The site is hosted on one.com and they dont generate errorlogs...
They have submitted it to level2 support at the moment.


Thank you very much...as soon as i know some more i will post it.
AKNL
Posts: 15
Joined: Mon Aug 08, 2011 9:48 am

Re: IE9 submit problem

Post by AKNL »

hm...still waiting for the level2 support-(

Anyways...while i was digging i found the following.

Sometimes when i start IE it sometimes wont show me the captcha image...
now...whenever the browser is in that state (but w/ captcha turned off in the admin), that is the state where i cant submit the form.

But now it wont tell me internal server error eventually but it now says: Invalid request
This is generated from this:

$hesklang['eto']='Invalid request';

function hesk_token_check($my_token) {
#die('TEST');
global $hesk_settings, $hesklang;
if (!hesk_token_compare($my_token))
{
hesk_error($hesklang['eto']);
}
return TRUE;
} // END hesk_token_check()


Since you wrote it maybe you can tell whats happening here...?

tnx a ton!


In the meanwhile ill be going to install the new demo!-)
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: IE9 submit problem

Post by Klemen »

Looks like you are having problems with sessions.

Could you post URL of your help desk?
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
AKNL
Posts: 15
Joined: Mon Aug 08, 2011 9:48 am

Re: IE9 submit problem

Post by AKNL »

well nevermind...i did install the new demo and the problem is gone.
i dont know what the exact issue was or whatever but i know its gone in 2.3

thank you
Post Reply