6 messages in com.googlegroups.opensocial-container[OpenSocial] Re: implement php container
FromSent OnAttachments
rock30 May 2008 05:16 
abc30 May 2008 05:41 
rock30 May 2008 23:18 
abc31 May 2008 02:26 
Benoit01 Jun 2008 08:10 
LiioR10 Jun 2008 13:29 
Subject:[OpenSocial] Re: implement php container
From:rock (rock@gmail.com)
Date:05/30/2008 11:18:38 PM
List:com.googlegroups.opensocial-container

Hi,

I have placed rpc.js at required location. but it is now giving other errors like : gadgets.util has no properties [Break on this error] var params = gadgets.util.getUrlParameters(); rpc.js (line 40)

I have looked into all js files but there is no function named getUrlParameters() and other functions related to util such that gadgets.util.makeClosure() which is called from samplecontainer.html.

pls help me.

Thanks

Hi,

I want to develop a php container. for this i have downloaded the code from svn and i m using virtual host option to run the code. when i run samplecontainer.html i m getting following errors:

gadgets.rpchas no properties [Break on this error] gadgets.container.gadgetClass = SampleContainerGadget; samplecontainer.h... (line 150)

gadgets.rpchas no properties [Break on this error]gadgets.rpc.register('resize_iframe', this.setHeight); gadgets.js (line 182)

gadgets.container has no properties [Break on this error] gadget = gadgets.container.createGadget({'specUrl': gadgetUrl});; samplecontainer.h... (line 82)

Can anybody help me?