Hello, I've managed to get shindig running on my ubuntu box, but I'm running
> into javascript errors trying to run it.
>
> I can hit the webserver itself @
> "http://localhost/shindig/php/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml<http://localhost/shindig/php/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml>",
> however when I do I get a series of javascript errors
> telling me the following functions are undefined
>
> _IG_Analytics
> _IG_RegisterOnloadHandler
> _MSG_show_ad__
> _IG_GetCachedUrl
> GA_googleFetchAds
> GS_googleAddAdSenseService is not defined
>
> The only other thing I could think is something is not being loaded
> correctly perhaps due to the non-standard path ('shingdig/php') prefix. But
> I have updated all entries in the container.php and container.js files to
> match this path and theres no errors stating the browser cannot load any js
> files. A lot of them appear to be for various google services, like Adsense
> and Analytics and I'm really not sure why those would be present either.
>
> Anyone have any indication as to what could be causing this?
>