Answered by:
Script Error Message - Why am I getting this?

Question
-
When trying to Add a link under Site Settings > Navigation. The following error message appears.
What coudl be causing this error message to appear?
Line 1935
Char 4
Error Element not found
Code 0
URL
Do you want to continue running scripts on this page?
When you click 'Yes' nothing happens, when you click 'No' nothing happens.
Friday, November 22, 2013 3:21 PM
Answers
-
this is JavaScript error, if you have any JS customization double check that.
Which Version of IE you are using. I suggest to go with different browser and also try to get the latest java version.
http://social.technet.microsoft.com/Forums/sharepoint/en-US/1dcc10c4-22d0-48fb-8c8b-91d93e725837/javacript-errorelement-not-found-initjs
Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog
- Marked as answer by Hemendra AgrawalModerator Tuesday, December 3, 2013 10:54 AM
Sunday, November 24, 2013 1:32 AM -
You can also use IE developer tools to debug the issue, or Firebug in Firefox. Simple press F12 function key to start debugging that would give an idea what is causing this issue you have stated.
For How to refer here - http://msdn.microsoft.com/en-us/library/ie/gg589512(v=vs.85).aspx
You may also try to disable JavaScript debugging in IE by Tools-Internet Options->Advanced->disable script debugging and try again.
MCITP: SharePoint 2010 Administrator
MCTS - MOSS 2007 Configuring, .NET 2.0
| SharePoint Architect | Evangelist |
http://www.sharepointdeveloper.in/
http://ramakrishnaraja.blogspot.com/- Marked as answer by Hemendra AgrawalModerator Tuesday, December 3, 2013 10:54 AM
Sunday, November 24, 2013 2:42 AM -
does site is using customize master page. If yes, check the javascript reference. If not then it could be issue of default javascript refereed in master page. Following points you can verify
- Any proxy enabled in browser which is blocking JavaScript.
- Browser compatibility with the version of SharePoint
- Any custom JS overwriting default JS references.
- Marked as answer by Hemendra AgrawalModerator Tuesday, December 3, 2013 10:54 AM
Sunday, November 24, 2013 4:09 AM -
I SUGGEST YOU CHECK ULS LOGS. and try to debug it on IE or install http://fiddler2.com that might be help you allot.
- Marked as answer by Hemendra AgrawalModerator Tuesday, December 3, 2013 10:54 AM
Sunday, November 24, 2013 2:18 PM
All replies
-
this is JavaScript error, if you have any JS customization double check that.
Which Version of IE you are using. I suggest to go with different browser and also try to get the latest java version.
http://social.technet.microsoft.com/Forums/sharepoint/en-US/1dcc10c4-22d0-48fb-8c8b-91d93e725837/javacript-errorelement-not-found-initjs
Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog
- Marked as answer by Hemendra AgrawalModerator Tuesday, December 3, 2013 10:54 AM
Sunday, November 24, 2013 1:32 AM -
You can also use IE developer tools to debug the issue, or Firebug in Firefox. Simple press F12 function key to start debugging that would give an idea what is causing this issue you have stated.
For How to refer here - http://msdn.microsoft.com/en-us/library/ie/gg589512(v=vs.85).aspx
You may also try to disable JavaScript debugging in IE by Tools-Internet Options->Advanced->disable script debugging and try again.
MCITP: SharePoint 2010 Administrator
MCTS - MOSS 2007 Configuring, .NET 2.0
| SharePoint Architect | Evangelist |
http://www.sharepointdeveloper.in/
http://ramakrishnaraja.blogspot.com/- Marked as answer by Hemendra AgrawalModerator Tuesday, December 3, 2013 10:54 AM
Sunday, November 24, 2013 2:42 AM -
does site is using customize master page. If yes, check the javascript reference. If not then it could be issue of default javascript refereed in master page. Following points you can verify
- Any proxy enabled in browser which is blocking JavaScript.
- Browser compatibility with the version of SharePoint
- Any custom JS overwriting default JS references.
- Marked as answer by Hemendra AgrawalModerator Tuesday, December 3, 2013 10:54 AM
Sunday, November 24, 2013 4:09 AM -
I SUGGEST YOU CHECK ULS LOGS. and try to debug it on IE or install http://fiddler2.com that might be help you allot.
- Marked as answer by Hemendra AgrawalModerator Tuesday, December 3, 2013 10:54 AM
Sunday, November 24, 2013 2:18 PM