Hi Chris,
I am loving it :) the key missing was : 'feature_cache' => 'CacheFile',
I added the same in
php/config/container.php<http://svn.apache.org/repos/asf/incubator/shindig/trunk/php/config/container.php>and
it works :)

Thanks,
Santosh

On Mon, Feb 23, 2009 at 11:25 PM, Chris Chabot <[email protected]> wrote:

> Hey Santosh,
>
>
> Glad to hear we've made at least some progress :)
>
> Hmm an invalid config key using the default checkout? Sounds like I made a
> mistake somewhere then, thanks for reporting it! The easiest way for finding
> out which config key it thinks is missing is by editing
> php/src/common/Config.php:
>
> -      throw new ConfigException("Invalid Config Key");
> +      throw new ConfigException("Invalid Config Key: $key");
>
> And see what it'll complain about. The key your missing is bound to be
> defined in the trunk version (
> http://svn.apache.org/repos/asf/incubator/shindig/trunk/php/config/container.php)
> so you can copy it from there and you should be up and running again; But
> please do let me know what the missing key was so I can fix it in svn too :)
>
>    -- Chris
>
>
> On Mon, Feb 23, 2009 at 11:15 PM, Santosh Panda 
> <[email protected]>wrote:
>
>> Hi Chris, Folks,
>> Thanks, I pulled the
>> http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/..
>>  this contains the complete shindig folder. I did setup as per the docs
>>
>> <VirtualHost *:80>
>>         ServerName container.twitblogs.com
>>         DocumentRoot /var/virtualhosts/apps/shindig/php
>> </VirtualHost>
>>
>> When I run
>> http://container.twitblogs.com/gadgets/ifr?url=http://www.labpixies.com/campaigns/todo/todo.xml...
>>  I see 'Invalid Config Key' error. Could somebody suggest what I might be
>> missing or any configuration to be done.
>>
>> Many Thanks,
>> Santosh Panda
>>
>>
>> On Fri, Feb 20, 2009 at 11:26 AM, Chris Chabot <[email protected]>wrote:
>>
>>> Hey Santosh,
>>>
>>> We're currently working on adding 0.9 features to shindig's trunk, and
>>> for a couple of weeks the trunk should be considered 'unstable', there is a
>>> stable 1.0.x branch which has full 0.8.1 support, so please make sure your
>>> using that to make sure that's not causing any of the errors (svn checkout
>>> http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/shindig)
>>>
>>> Secondly, it sounds like you possibly only copied the PHP tree from
>>> shindig, however a number of resources are shared between the java and php
>>> versions, namely the shindig/ features, config and javascript. If
>>> php-shindig can't find any features under "../features" (ie
>>> shindig/features), it would lead to the error your getting since it can't
>>> find any features at all.
>>>
>>> Hope that helps (and if not please do send a follow-up!)
>>>
>>>    -- Chris
>>>
>>> On Thu, Feb 19, 2009 at 10:47 AM, Santosh Panda <[email protected]
>>> > wrote:
>>>
>>>>
>>>> Hi,
>>>> I am seeting up Shindig on a Solaris Apache. I have all the required
>>>> extensions enabled json, simplexml, mcrypt and curl.
>>>>
>>>> I get an error : Unknown features: views,dynamic-
>>>> height,setprefs,analytics while running -->http://
>>>> container.twitblogs.com/gadgets/ifr?url=http://www.labpixies.com/
>>>> campaigns/todo/todo.xml<http://container.twitblogs.com/gadgets/ifr?url=http://www.labpixies.com/%0Acampaigns/todo/todo.xml>
>>>>
>>>> Any idea on what I might be missing?
>>>>
>>>> Thanks,
>>>> Santosh
>>>> >>>>
>>>>
>>>
>>
>>
>>
>


-- 
-----------------------------------------------------------
Santosh Panda
Founder :- Signure Technologies (www.SignureTech.com)
Twitter :- http://twitter.com/santoshpanda
LinkedIn : http://www.linkedin.com/in/santoshpanda

What's Coming on : http://twitblogs.com

--~--~---------~--~----~------------~-------~--~----~
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