Feed Ticker Support Product Page

TypeError: Result of expression '$("#dmxFeed1").dmxFeedTicker' [undefined] is not a function.

Reported 23 Jul 2010 18:21:26
1
has this problem
23 Jul 2010 18:21:26 David Simmons posted:
Suddenly, and without having made any changes to the site, FeedTicker has stopped working with the error:


TypeError: Result of expression '$("#dmxFeed1".dmxFeedTicker' [undefined] is not a function.

I then tried updating FeedTicker to the latest version and redeploying, and get the same error. What is wrong here?

Replies

Replied 26 Jul 2010 11:54:53
26 Jul 2010 11:54:53 Miroslav Zografski replied:
Hello David,

Can you provide a link to the page in question.

Regards,
Replied 26 Jul 2010 12:35:21
26 Jul 2010 12:35:21 David Simmons replied:
www.sunspotworld.com/ is the page.
Replied 26 Jul 2010 14:10:15
26 Jul 2010 14:10:15 Miroslav Zografski replied:
Hello David,

Some code added from the Feed ticker is doubled :
<link rel="stylesheet" type="text/css" href="theme/sunspot.css" />
<link rel="alternate" type="application/rss+xml" title="Project Sun SPOT Forums" href="h m/forums/rss.php" />
<link rel="alternate" type="application/rss+xml" title="Sun SPOT News, Events and Blogs" href="http://www.SunSpotWorld.com/news/rss.xml" />
<link rel="alternate" type="application/rss+xml" title="Sun SPOTs in Action" href="http://www.SunSpotWorld.com/news/action/rss/" />

<link rel="stylesheet" type="text/css" href="Styles/dmxFeedTicker/dmxFeedTicker.css" />
<script language="javascript" type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script language="javascript" type="text/javascript" src="ScriptLibrary/jquery.cycle.js"></script>
<script language="javascript" type="text/javascript" src="ScriptLibrary/dmxFeedTicker.js"></script>
<link rel="stylesheet" type="text/css" href="Styles/dmxFeedTicker/dmxFeedTicker.css" />
<script language="javascript" type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script language="javascript" type="text/javascript" src="ScriptLibrary/jquery.cycle.js"></script>
<script language="javascript" type="text/javascript" src="ScriptLibrary/dmxFeedTicker.js"></script>
<script type="text/javascript" src="ScriptLibrary/jquery-latest.js"></script>
<script type="text/javascript" src="ScriptLibrary/thickbox.js"></script>

<link rel="stylesheet" href="theme/thickbox.css" type="text/css" media="screen" />
<script type="text/javascript">


this must be:
<link rel="stylesheet" type="text/css" href="theme/sunspot.css" />
<link rel="alternate" type="application/rss+xml" title="Project Sun SPOT Forums" href="h m/forums/rss.php" />
<link rel="alternate" type="application/rss+xml" title="Sun SPOT News, Events and Blogs" href="http://www.SunSpotWorld.com/news/rss.xml" />
<link rel="alternate" type="application/rss+xml" title="Sun SPOTs in Action" href="http://www.SunSpotWorld.com/news/action/rss/" />

<link rel="stylesheet" type="text/css" href="Styles/dmxFeedTicker/dmxFeedTicker.css" />
<script language="javascript" type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script language="javascript" type="text/javascript" src="ScriptLibrary/jquery.cycle.js"></script>
<script language="javascript" type="text/javascript" src="ScriptLibrary/dmxFeedTicker.js"></script>
<script type="text/javascript" src="ScriptLibrary/thickbox.js"></script>
<link rel="stylesheet" href="theme/thickbox.css" type="text/css" media="screen" />
<script type="text/javascript">


Regards,

Reply to this topic