Umbraco 7.1.4, using Visual Studio Express 2013 / IIS Express environment.
This is the first time I've used version 7. I was happily building up page types and content for a new website. Then all of a sudden I keep getting a number of errors when trying to get into the CMS pages. Now I can't even see the login page. Viewing the site itself (outside of the CMS) works fine. I get multiple errors.
I think it might be an issue with IIS Express. Not sure what, but creating a new Virtual Directory fixed the problem. So may not be an Umbraco issue directly.
I set up the site in IIS 7 (i.e. not IIS Express). All seemed to be working fine, then I installed the Archetype data type. When I tried to create a data type using Archetype, I was unable to edit the fields (label, etc) then the UI seemed to stop responding. Now I'm getting the "too much recursion" errors again inside angular.min.js. I can't even log in. The request for "http://testsite.local/umbraco/backoffice/UmbracoApi/UpdateCheck/GetCheck" seems to be the first cause of the error.
Hopefully someone has an idea what the problem is here. In the meantime I'll be reverting back to Umbraco 6.x for the foreseeable future :-(
I've been using Firefox to access the CMS, and still can't access it. Not sure if it's a caching thing, but I can access the CMS using Chrome. I'll persevere that way to see if it falls over again.
Umbraco 7.1.4 Keeps Crashing
Umbraco 7.1.4, using Visual Studio Express 2013 / IIS Express environment.
This is the first time I've used version 7. I was happily building up page types and content for a new website. Then all of a sudden I keep getting a number of errors when trying to get into the CMS pages. Now I can't even see the login page. Viewing the site itself (outside of the CMS) works fine. I get multiple errors.
The first error URL is usually:
http://localhost:51275/umbraco/backoffice/UmbracoApi/UpdateCheck/GetCheck
The result being:
Error: too much recursion .type@http://localhost:51275/umbraco/lib/jquery/jquery-2.0.3.min.js:4:3856 .isPlainObject@http://localhost:51275/umbraco/lib/jquery/jquery-2.0.3.min.js:4:1 x.fn.extend@http://localhost:51275/umbraco/lib/jquery/jquery-2.0.3.min.js:4:2847 x.fn.extend@http://localhost:51275/umbraco/lib/jquery/jquery-2.0.3.min.js:4:2847 x.fn.extend@http://localhost:51275/umbraco/lib/jquery/jquery-2.0.3.min.js:4:2847 x.fn.extend@http://localhost:51275/umbraco/lib/jquery/jquery-2.0.3.min.js:4:2847 x.fn.extend@http://localhost:51275/umbraco/lib/jquery/jquery-2.0.3.min.js:4:2847
with hundreds of copies of the repeated line (x.fn.extend...)
Does anyone have any idea what might be happening here? Do I need to clear a cache file or something? I'm considering reverting to Umbraco 6.x...
I think it might be an issue with IIS Express. Not sure what, but creating a new Virtual Directory fixed the problem. So may not be an Umbraco issue directly.
I set up the site in IIS 7 (i.e. not IIS Express). All seemed to be working fine, then I installed the Archetype data type. When I tried to create a data type using Archetype, I was unable to edit the fields (label, etc) then the UI seemed to stop responding. Now I'm getting the "too much recursion" errors again inside angular.min.js. I can't even log in. The request for "http://testsite.local/umbraco/backoffice/UmbracoApi/UpdateCheck/GetCheck" seems to be the first cause of the error.
Hopefully someone has an idea what the problem is here. In the meantime I'll be reverting back to Umbraco 6.x for the foreseeable future :-(
I've been using Firefox to access the CMS, and still can't access it. Not sure if it's a caching thing, but I can access the CMS using Chrome. I'll persevere that way to see if it falls over again.
Hi Mark
Have you made any custom property editors, API interaction or some 3rd party stuff on your solution before it started acting up?
And have you checked the health of the server?
/Jan
is working on a reply...