9 messages in com.googlegroups.opensocial-container[OpenSocial] Re: PHP Shindig
FromSent OnAttachments
Vinni326 May 2008 23:40 
dangstrongdd27 May 2008 00:09 
drcrazy427 May 2008 03:14 
Ropu27 May 2008 06:37 
Vinni328 May 2008 01:08 
abc30 May 2008 12:55 
Vinni302 Jun 2008 01:46 
Ropu03 Jun 2008 17:05 
Ropu03 Jun 2008 17:06 
Subject:[OpenSocial] Re: PHP Shindig
From:abc (asth@gmail.com)
Date:05/30/2008 12:55:25 PM
List:com.googlegroups.opensocial-container

Hi Vinni, Can u pls tell how did u make the php shindig server work. My mod_rewrite is already enabled, but am getting this error on running the labpixies url: Unsupported feature(s): setprefs, analytics, locked-domain

Thanks in advance.

On May 28, 1:08 am, Vinni3 <vin@gmail.com> wrote:

Thanks, in fact mod_rewrite was loaded but not working, but its working now, and Shindig works now i can load Google Gadgets like the example one from Labpixies, but my own opensocial app wont load, giving me an "Invalid XML" error, however at least shindig is running ok now:)

On May 27, 3:38 pm, Ropu <rova@gmail.com> wrote:

Hi

do you have installed the Apache Mod Rewrite? so the php/src/.htaccess works?

hope this helps

ropu

On Tue, May 27, 2008 at 3:14 AM, drcrazy4 <drcr@gmail.com> wrote:

I also had the same problem. I put all of the contents of php inside a folder called gadgets then I changed the paths in config.php: 'features_path' => realpath(dirname(__FILE__)) . '/../../features/', 'container_path' => realpath(dirname(__FILE__)) . '/../../config/', 'javascript_path' => realpath(dirname(__FILE__)) . '/../../ javascript/', 'container_config' => realpath(dirname(__FILE__)) . '/../../config/ container.js',

So you should have: /shindig/php/gadgets/config.php

Hope this helps. Oh and make sure you have all the other folders inside the Shindig folder besides /php/ because the PHP gadget server needs some of these to render gadgets properly.