Editing a User Returns: Uncaught ReferenceError: jQuery is not defined
Hi there
I recently deployed some changes to our V.7.2.1 site and now when trying to edit a user (clicking on their name in the left hand column) I am getting the following errors:
Uncaught SyntaxError: Unexpected number
Uncaught ReferenceError: jQurey is not defined (x7)
Uncaught TypeError: Cannot read property 'mainTree' of undefined
The site is hosted on the Azure platform and has been fine.
I am having no problems on our dev / test sites, just the cloud based one.
I have completed a comparison of the bin directory and reuploaded the umbraco and umbraco_client directories, but this hasn't made any difference.
OK so the issue has been tracked down to ClientDependency - thanks to Lee Kelleher
When enabling debug mode there are no problems when updating a user (more specifically resetting their password). However once debug mode is disabled, the issue returns.
Obviously we don't want debug enabled in a production environment, and it isn't practical to keep turning it off / on when needing to edit users.
I am receiving this error when I have published my files to my dev environment, but it seems to work fine when I have run it locally - could anyone direct me on how to go about debugging this issue?
Editing a User Returns: Uncaught ReferenceError: jQuery is not defined
Hi there
I recently deployed some changes to our V.7.2.1 site and now when trying to edit a user (clicking on their name in the left hand column) I am getting the following errors:
Uncaught SyntaxError: Unexpected number Uncaught ReferenceError: jQurey is not defined (x7) Uncaught TypeError: Cannot read property 'mainTree' of undefined
The site is hosted on the Azure platform and has been fine. I am having no problems on our dev / test sites, just the cloud based one.
I have completed a comparison of the bin directory and reuploaded the umbraco and umbraco_client directories, but this hasn't made any difference.
Any ideas ?
Thanks Nigel
OK so the issue has been tracked down to ClientDependency - thanks to Lee Kelleher
When enabling debug mode there are no problems when updating a user (more specifically resetting their password). However once debug mode is disabled, the issue returns.
Obviously we don't want debug enabled in a production environment, and it isn't practical to keep turning it off / on when needing to edit users.
Does anyone know who to fix this issue ?
Thanks
Nigel
Hello,
I am receiving this error when I have published my files to my dev environment, but it seems to work fine when I have run it locally - could anyone direct me on how to go about debugging this issue?
Thanks, Garry
is working on a reply...