Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
SocialMiner Developer Center
Overview
Documentation
Community
Wiki
Blogs
SocialMiner 9.0(1)
David Lender
20 Jun 2012
SocialMiner 8.5(5)
David Lender
31 Jan 2012
SocialMiner 8.5(4)
David Lender
29 Sep 2011
SocialMiner 8.5(3)
David Lender
23 Aug 2011
SocialMiner 8.5(2)
David Lender
09 Jun 2011
Showing 1 - 5 of 8 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
of 2
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Technical Discussion
JS error in Custom Reply Template
Threads [
Previous
|
Next
]
Koushal Pandit
Posts:
9
Join Date:
4/12/11
Recent Posts
JS error in Custom Reply Template
Answer
3/1/13 12:51 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
My custom reply template is giving the following error in the java console. (Actual server name replaced by <Server Name>)
GET
https://
<Server Name>
/gadgets/ccp/vars.js 404 (Not Found)
concat:2587
GET
https://
<Server Name>
/gadgets/ccp/prefs.js 404 (Not Found)
concat:2587
GET
https://
<Server Name>
/gadgets/ccp/mvc-base.js 404 (Not Found)
concat:2587
GET
https://
<Server Name>
/gadgets/ccp/log.js 404 (Not Found)
concat:2587
GET
https://
<Server Name>
/gadgets/ccp/comm.js 404 (Not Found)
concat:2587
All these js files are actually under /js/ccp/... but for some reason it is looking under gadgets/ccp. This part of the code is being called by one of the following js which is not under my control.
'/js/3rdparty/sarissa/sarissa-full-0.9.9.4/gr/abiss/js/sarissa/sarissa.js',
'ccp/utils',
'ccp/vars',
'ccp/facebook-oauth',
'/templates/reply/js/ccp-twitter.js',
'/templates/reply/js/ccp-facebook.js',
'/js/ccp-utils.js',
Can anybody tell me what I am doing wrong?
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Richard L Whitesel
Posts:
1
Join Date:
7/16/08
Recent Posts
RE: JS error in Custom Reply Template
Answer
3/4/13 7:50 PM as a reply to Koushal Pandit.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
It appears that you are using the Facebook template as a starting point. We suggest that you refer to the custom reply template section in the developer guide. The sample code provided there is a much better starting place for you to develop your own custom reply template.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Koushal Pandit
Posts:
9
Join Date:
4/12/11
Recent Posts
RE: JS error in Custom Reply Template
Answer
3/6/13 12:26 PM as a reply to Richard L Whitesel.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Thank you so much Richard. I was really going on the wrong path. Even though the link in the developer's guide wasnt correct, I found the correct link on docWiki. The sample code really helped me fix my custom reply template. Thanks again
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available