You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ta...@gmail.com on 2008/07/28 19:45:28 UTC

Re: Javascript Errors with php shindig server

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,
> 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
>
> at first glance this errors seemed to be related to the js on the
> applications server but I have tested this app elsewhere and it seemed to
> work fine. 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 javscript cannot load any files.
>
> Anyone have any indication as to what could be causing this?
>