Can't delete anything. Error: "umbraco is not defined"
Hi
I've inherited an Umbraco 4.0.2.1 site. One of the site's problems is that in Umbraco admin nothing can be deleted. Right-clicking a node and selecting "Delete" produces a javascript error:
Do you know anything about the environment on which it's being hosted? And do you know if there have been made some custom API integrations, which could be the cause of the issues? For instance some code hooking into the delete event?
Can't delete anything. Error: "umbraco is not defined"
Hi
I've inherited an Umbraco 4.0.2.1 site. One of the site's problems is that in Umbraco admin nothing can be deleted. Right-clicking a node and selecting "Delete" produces a javascript error:
===============================================
Error: ReferenceError: umbraco is not defined
Source File: http://domain.com/umbraco/js/umbracoDefault.js
Line: 431
===============================================
Line 431 where the error occurs is umbraco.presentation.webservices.legacyAjaxCalls.Delete(tempID, "", tempNodeType, refreshDelete);
Any ideas how to resolve this?
Thanks!
Hi Danziq
Hmm, that's a tough one.
Do you know anything about the environment on which it's being hosted? And do you know if there have been made some custom API integrations, which could be the cause of the issues? For instance some code hooking into the delete event?
/Jan
Maybe this topic can help: http://our.umbraco.org/forum/ourumb-dev-forum/bugs/10966-Js-error-Umbraco-is-not-defined
Jeroen
is working on a reply...