- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2016 01:29 AM
Hello,
Can some one help me with this error.I am getting this exception message.Can some one help me on this.
Thanks
Saranya
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2016 01:36 AM
Hi Saranya,
I am pretty sure you meant: "cannot read property startswith of undefined".
You have some script that is attempting to invoke the startswith() function on a variable that has not been defined. Where do you see this message? It could be a client script or server-sided script that is causing the error.
If you only see it on a particular catalog item for example, you could easily search the script field of the scripts that run on that item for "startswith" to locate the offending script.
Hope that helps,
Arya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2016 01:36 AM
Hi Saranya,
I am pretty sure you meant: "cannot read property startswith of undefined".
You have some script that is attempting to invoke the startswith() function on a variable that has not been defined. Where do you see this message? It could be a client script or server-sided script that is causing the error.
If you only see it on a particular catalog item for example, you could easily search the script field of the scripts that run on that item for "startswith" to locate the offending script.
Hope that helps,
Arya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2016 04:01 AM
Thanks Arya
thanks
Saranya