I cannot login to the DNN site.
I don't think it's about authentication error. It's more like.... "Unable to click login button.". When I tried to login, it won't give me any DNN error but IE gives me following error message.
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; GTB6.4; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)
Timestamp: Wed, 10 Feb 2010 14:58:05 UTC
Message: Object expected
Line: 37
Char: 3
Code: 0
URI: http://www.mysite.com/js/dnncore.js
The error is on this function.
function __dnn_KeyDown(iKeyCode, sFunc, e)
{
if (e == null)
e = window.event;
if (e.keyCode == iKeyCode)
{
eval(unescape(sFunc));
return false;
}
}
Well, I cannot do "KeyDown" because <fill out your words lol.>. The DNN version is.. .4.5.. something. This error just started happening a week ago or so. No new modules installed. No updates. No changes. It just happened. Like... things just happen lol.
Any help? Thanks!