Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Can’t login to Webmail Lite with IE 9 Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
cstenbergh
Newbie
Newbie


Joined: 17 March 2011
Online Status: Offline
Posts: 2
Posted: 17 March 2011 at 9:29am | IP Logged Quote cstenbergh

I can't find an answer in the forums so I am asking it here. I just installed the new version of IE 9 and I can't login to Webmail Lite. I can enter my username and password but hitting the Enter button doesn't do anything.

Help!

Thanks in advance.

Christian Hansen
Back to Top View cstenbergh's Profile Search for other posts by cstenbergh
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6088
Posted: 17 March 2011 at 9:37am | IP Logged Quote Igor

WebMail Lite was not updated in a while so it does not support IE9. We're going
to release WebMail Lite 6 in about a month.

However, one of WebMail Lite users has sent us a fix you can find
here. Hope it helps!

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
cstenbergh
Newbie
Newbie


Joined: 17 March 2011
Online Status: Offline
Posts: 2
Posted: 17 March 2011 at 9:43am | IP Logged Quote cstenbergh

Thanks Igor!

I love AfterLogic WebMail!
Back to Top View cstenbergh's Profile Search for other posts by cstenbergh
 
jmsuzara
Newbie
Newbie
Avatar

Joined: 28 January 2011
Location: United States
Online Status: Offline
Posts: 1
Posted: 05 April 2011 at 9:32am | IP Logged Quote jmsuzara

hi...

does this fix work on 64-bit versions as well?

and should i restart anything to make this change in the code effective?

thanks!
Back to Top View jmsuzara's Profile Search for other posts by jmsuzara
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6088
Posted: 06 April 2011 at 3:13am | IP Logged Quote Igor

Actually, there is another fix for that, it's really simple this time. Locate the following code in
js/common/common-helpers.js (line ~25) for 5.* version, or class.common.js (line ~39) for 4.* version:

Code:
this.IE = (this.Name == 'Microsoft Internet Explorer');


Modify it as follows:

Code:
this.IE = (this.Name == 'Microsoft Internet Explorer' && this.Version < 9);
this.IE9 = (this.Name == 'Microsoft Internet Explorer' && this.Version >= 9);


Just purge web browser cache, and that should ensure applying the patch. Shouldn't make any difference whether
this is 32-bit or 64-bit environment.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
jsherk
Newbie
Newbie


Joined: 18 June 2010
Online Status: Offline
Posts: 28
Posted: 09 April 2011 at 11:06am | IP Logged Quote jsherk

Thanks for fixes!
Back to Top View jsherk's Profile Search for other posts by jsherk
 
jsherk
Newbie
Newbie


Joined: 18 June 2010
Online Status: Offline
Posts: 28
Posted: 09 April 2011 at 11:09am | IP Logged Quote jsherk

Note that the correct file for v5 is actually:
/js/common/common-helpers.js
Back to Top View jsherk's Profile Search for other posts by jsherk
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6088
Posted: 15 April 2011 at 2:42am | IP Logged Quote Igor

Oh. You're right, I've modified the initial message accordingly.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
PatrikIden
Newbie
Newbie
Avatar

Joined: 28 May 2012
Location: Sweden
Online Status: Offline
Posts: 9
Posted: 10 June 2012 at 9:44am | IP Logged Quote PatrikIden

Help, When trying to login a new window is opend and i get this message:
.CRLF

The rest of the page is blank. I'm running the webmail in a inline frame.
I'm using the light version of Webmail.
And i'm using IE9.
Back to Top View PatrikIden's Profile Search for other posts by PatrikIden
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6088
Posted: 10 June 2012 at 12:09pm | IP Logged Quote Igor

Well this is WebMail Pro forum, so check if the issue persists with the Pro. And if it does, let us know whether you're using ASP.NET or PHP version.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
PatrikIden
Newbie
Newbie
Avatar

Joined: 28 May 2012
Location: Sweden
Online Status: Offline
Posts: 9
Posted: 11 June 2012 at 8:48am | IP Logged Quote PatrikIden

Igor wrote:
Well this is WebMail Pro forum, so check if the issue persists with the Pro. And if it does, let us know whether you're using ASP.NET or PHP version.

--
Regards,
Igor, AfterLogic Support


It's the same with Pro.
I'm using PHP
And also the IE9 is 64 bit.
Back to Top View PatrikIden's Profile Search for other posts by PatrikIden
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6088
Posted: 11 June 2012 at 11:23pm | IP Logged Quote Igor

Is there anything relevant in webserver/PHP logs or debug logs of WebMail itself? We've never encountered such behavior, make sure you're using the latest non-modified version.

--
Regards,
Igor, AfterLogic Support
Back to Top View Igor's Profile Search for other posts by Igor
 
PatrikIden
Newbie
Newbie
Avatar

Joined: 28 May 2012
Location: Sweden
Online Status: Offline
Posts: 9
Posted: 12 June 2012 at 9:02am | IP Logged Quote PatrikIden

It was somthing wrong with the index file. I copyed a backedup index.php and now it works. Thank you.
Back to Top View PatrikIden's Profile Search for other posts by PatrikIden
 
chcornwell
Newbie
Newbie
Avatar

Joined: 02 October 2013
Location: United States
Online Status: Offline
Posts: 2
Posted: 02 October 2013 at 9:03am | IP Logged Quote chcornwell

See also Topic: Fix for WMLite 6.5 & 6.6 IE10 problems
Back to Top View chcornwell's Profile Search for other posts by chcornwell
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide