Does anyone have any feedback on this issue? I am still locked out of umbraco admin. It spins and spins and will not load. The frontend works great no issues. Backend will not load, no error messages, no anything.
I have restarted the server.
Is there a troubleshooting guide for umbraco admin loading issues? Or umbraco server troubleshooting steps?
There are no errors in the browser console? There should be 8 or so calls to DependencyHandler.axd to load necessary files and display login screen for Umbraco 7.
The website has been live for about 6 months and we have not had any problems with it. It was working normally. No changes have been made to it in 6 weeks. It just randomly quit working.
Thank you for your help. We are in now. But honestly not sure exactly why. We had already been dumping the App_Data/Temp and recycling the app pool for a couple days trying to fix. We are already using the latest clientDependencyCore.dll
In the web config we switched it to debug = true in order to get some more clues as to what the problem is. And the umbraco admin suddenly started working. I guess we need to run it in debug mode.
You're welcome. Switching debug=true has fixed it for others in other posts as well, but that isn't a long term solution. With debug=true it works because the DependencyHandler is skipped and umbraco doesn't do any minification, etc.
Glad you're able to get in now, but hopefully you can discover the root cause so you don't have to leave the site in debug mode.
Umbraco Admin will not load - spins and spins
Hello looking for some help here,
The Umbraco admin login has quit working. The page will not load. It just spins and spins.
The frontend is fine. No issues at all. The front end loads really fast, all pages work, frontend looks great.
The backend just spins and spins in the browser. I have tried multiple browsers.
No useful error messages. Unknown what would be causing this.
No recent changes to website.
We tried restarting the server. I have seen this happen in the past, and it was a server memory issue, and restarting the server resolved it.
Thanks, Monte
Does anyone have any feedback on this issue? I am still locked out of umbraco admin. It spins and spins and will not load. The frontend works great no issues. Backend will not load, no error messages, no anything.
I have restarted the server.
Is there a troubleshooting guide for umbraco admin loading issues? Or umbraco server troubleshooting steps?
Thanks, Monte
There are no errors in the browser console? There should be 8 or so calls to DependencyHandler.axd to load necessary files and display login screen for Umbraco 7.
Sorry I am not sure what you mean by browser console. When I try to load the umbraco admin in my browser it will not load anything.
http://www.healthcarerevenuegroup.com/umbraco/
But the frontend works great. http://www.healthcarerevenuegroup.com/
The website has been live for about 6 months and we have not had any problems with it. It was working normally. No changes have been made to it in 6 weeks. It just randomly quit working.
Thanks
What version of Umbraco are you running? When I try to reach http://www.healthcarerevenuegroup.com/umbraco/ I get the following error in Firebug console:
When trying to load the DependencyHandler.axd it throws the following error rather than loading the files need:
Here's a link to the call Client Dependency Call
For some reason your ClientDependency files might be messed up. Try deleting the ClientDependency folder in App_Data/Temp/ and recycling the app pool.
You could also try incrementing the clientDependency version in the config/ClientDependency.config file.
Yep, I think Joshua's answer above is on the right track. I see 2 errors in Chrome's dev console
Thank you for your help. We are in now. But honestly not sure exactly why. We had already been dumping the App_Data/Temp and recycling the app pool for a couple days trying to fix. We are already using the latest clientDependencyCore.dll
In the web config we switched it to debug = true in order to get some more clues as to what the problem is. And the umbraco admin suddenly started working. I guess we need to run it in debug mode.
Thanks, Monte
You're welcome. Switching debug=true has fixed it for others in other posts as well, but that isn't a long term solution. With debug=true it works because the DependencyHandler is skipped and umbraco doesn't do any minification, etc.
Glad you're able to get in now, but hopefully you can discover the root cause so you don't have to leave the site in debug mode.
is working on a reply...