Hey Sundex,

The array dump is actually a debug_backtrace() dump, ie it shows you which
functions failed where and how it got there.  In this case the clue is the
"Failed to retrieve gadget content" message.

Shindig uses curl to fetch the remote resources (gadget xml files, etc), and
this seems to be failing in this installation; I'm not very familiar with
SF's web/project hosting, however since curl support does seem enabled in
the phpinfo() output, my suspicion is that you should configure a proxy
server to be able to fetch remote urls.

See shindig/php/config/container.php for where you can configure this in
shindig:
  // If your development server is behind a proxy, enter the proxy details
here in 'proxy.host.com:port' format.
  'proxy' => '',

And hopefully there's some documentation in SF or you can ask on their
support lists if they do indeed have a proxy server and where it's located.

    -- Chris

On Mon, Jul 13, 2009 at 11:33 AM, sundew <[email protected]> wrote:

>
> I'm trying to install shindig on my sourceforge project ('wednus') web
> space since it passed all the prerequisite checks; I referred
> http://wednus.com/phpinfo.php
>
> First I checked out from the SVN and uploaded to:
> wednus.com/shindig/php, and modified container.php & .js, .htaccess
> accordingly.
>
> Rather than showing the specified gadget, now the page shows an error
> w/ array dump at:
>
> http://wednus.com/shindig/php/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml
>
> Can somebody help me out? I have no clue what to do next to get it
> working.
>
> One more question.
> I opened the test page ( http://wednus.com/shindig/php/test/ ) and it
> did the php unit tests and the result was:
>
> FAILURES!
> Tests: 387, Failures: 5, Errors: 8.
>
> Does it mean I cannot install shindig on this server?
> How can I interprete the result. Does it show how compatible the
> machine(server) is to shindig?
>
> Thanks in advance.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Implementing OpenSocial Containers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/opensocial-container?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to