How does it fare when you try another gadget? like:
http://shindig/gadgets/ifr?url=http%3A%2F%2Fwww.google.com%2Fig%2Fmodules%2Fhoroscope.xml
The errors you list sound like their in the javascript of the gadget,
and nothing shindig related... this could be because of an coding
error on their side, the proxy failing to work (did you verify that
with firebug? do you need a proxy to get to the net?), or any other
reason.. without any more info it's hard to diagnose the problem
As far as I'm aware the guide is not out dated, and you don't really
need a lot of configuration either to render a simple gadget like
that, so not so much that could go wrong :)
-- Chris
On Aug 25, 2008, at 10:12 AM, Erel Segal wrote:
I decided to start a new installation of shindig, and do it exactly
"by the
book":
http://www.chabotc.com/guides/shindig_install/
At the end I opened the demo gadget:
http://shindig/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
It works, but there is a javascript error:
gadget_menu_element.append is not a function
addTopMenu()proxy (line 154)
init("menu_div", Object textDirection=ltr lang=en)proxy (line 137)
deploy("menu_div", Object textDirection=ltr lang=en)proxy (line 449)
load()ifr (line 3511)
runOnLoadHandlers()ifr (line 473)
gadget_menu_element.append(menuContainer);
Is it possible that the guide is out of date?