Author |
|
cstenbergh Newbie
Joined: 17 March 2011
Online Status: Offline Posts: 2
|
Posted: 17 March 2011 at 9:29am | IP Logged
|
|
|
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 |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 17 March 2011 at 9:37am | IP Logged
|
|
|
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 |
|
|
cstenbergh Newbie
Joined: 17 March 2011
Online Status: Offline Posts: 2
|
Posted: 17 March 2011 at 9:43am | IP Logged
|
|
|
Thanks Igor!
I love AfterLogic WebMail!
|
Back to Top |
|
|
jmsuzara Newbie
Joined: 28 January 2011 Location: United States
Online Status: Offline Posts: 1
|
Posted: 05 April 2011 at 9:32am | IP Logged
|
|
|
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 |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 06 April 2011 at 3:13am | IP Logged
|
|
|
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 |
|
|
jsherk Newbie
Joined: 18 June 2010
Online Status: Offline Posts: 28
|
Posted: 09 April 2011 at 11:06am | IP Logged
|
|
|
Thanks for fixes!
|
Back to Top |
|
|
jsherk Newbie
Joined: 18 June 2010
Online Status: Offline Posts: 28
|
Posted: 09 April 2011 at 11:09am | IP Logged
|
|
|
Note that the correct file for v5 is actually:
/js/common/common-helpers.js
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 15 April 2011 at 2:42am | IP Logged
|
|
|
Oh. You're right, I've modified the initial message accordingly.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
PatrikIden Newbie
Joined: 28 May 2012 Location: Sweden
Online Status: Offline Posts: 9
|
Posted: 10 June 2012 at 9:44am | IP Logged
|
|
|
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 |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 10 June 2012 at 12:09pm | IP Logged
|
|
|
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 |
|
|
PatrikIden Newbie
Joined: 28 May 2012 Location: Sweden
Online Status: Offline Posts: 9
|
Posted: 11 June 2012 at 8:48am | IP Logged
|
|
|
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 |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 11 June 2012 at 11:23pm | IP Logged
|
|
|
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 |
|
|
PatrikIden Newbie
Joined: 28 May 2012 Location: Sweden
Online Status: Offline Posts: 9
|
Posted: 12 June 2012 at 9:02am | IP Logged
|
|
|
It was somthing wrong with the index file. I copyed a backedup index.php and now it works. Thank you.
|
Back to Top |
|
|
chcornwell Newbie
Joined: 02 October 2013 Location: United States
Online Status: Offline Posts: 2
|
Posted: 02 October 2013 at 9:03am | IP Logged
|
|
|
See also Topic: Fix for WMLite 6.5 & 6.6 IE10 problems
|
Back to Top |
|
|