Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
My umbraco 4.7 site's login suddenly stopped working.
When you log in it just shows a progress bar animated gif.
In IE this javascript error message appears:
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3; MS-RTC EA 2; .NET4.0C; .NET4.0E) Timestamp: Wed, 20 Feb 2013 09:37:27 UTC Message: Object expected Line: 110 Char: 5 Code: 0 URI: http://www.mysitename.com/umbraco/js/guiFunctions.js?cdv=1
When I look with firebug at that line of code this is the offending function:
function resizeGuiWindow(windowName, newWidth, newHeight, window) { resizePanelTo(windowName, false, newWidth, newHeight); }
the values are: windowName = "PlaceHolderAppIcons" and the window = undefined
Any help would be most appreciated.
Cheers, Paul
I found the cause of the problem.
I had written a 301 redirect which was overzealous and was accidentally redirecting the requests for the javascript files needed to render the backend gui.
I hope this helps someone.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
umbraco 4.7 javascript error in guiFunctions.js stopping backend login just showing progress bar gif
My umbraco 4.7 site's login suddenly stopped working.
When you log in it just shows a progress bar animated gif.
In IE this javascript error message appears:
When I look with firebug at that line of code this is the offending function:
the values are: windowName = "PlaceHolderAppIcons" and the window = undefined
Any help would be most appreciated.
Cheers, Paul
I found the cause of the problem.
I had written a 301 redirect which was overzealous and was accidentally redirecting the requests for the javascript files needed to render the backend gui.
I hope this helps someone.
Cheers, Paul
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.