Without any specific errors to point me in the right direction it is a bit of a guesswork, however one thing that I can think of that might cause such problems is that i changed the function definition for one of the services (Activities if I remember correctly) to fix an issue with the REST API.
Make sure to turn your error reporting on in your php.ini (error_reporting = E_ALL|E_NOTICE|E_STRICT), and see if you can't get any helpful error messages to point you in the right way / report to the mailing list :) -- Chris On Fri, Feb 13, 2009 at 7:17 AM, Lini H - Clarion, India < [email protected]> wrote: > Hi Chris, > > I have a real big problem. I have downloaded the stable version of shindig > and configured it with my site. Still the application added to my > integration looks different to that added to partuza. I modified the views > and tested, but no change. > > Also I am having problems with the container integration. Data is not being > retrieved. But that I would consider after resolving the shindig issue. Is > there anything that I am missing. These integrations were working well > before the final stable release. I think the problem has come after the > oauth integration. Is there something else that needs to be done? > > Regards, > Lini Haridas > Software Engineer > > Clarion Technologies > SEI CMMI Level 3 Company > > 4th Floor, Great Eastern Plaza, > Airport Road, > Pune- 411 006, > Maharashtra, India. > www.clariontechnologies.co.in > > Email: [email protected] > Mobile: +91 9823435917 > > > ----- Original Message ----- > From: "Chris Chabot" <[email protected]> > To: <[email protected]> > Sent: Tuesday, January 13, 2009 7:50 PM > Subject: Re: Staging process > > > > Hi Lini, > > > > We have a stable release branch of shindig available at > > > http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/which > > is being made ready for release and won't see any of the larger > > changes that are happening due to the 0.9 support development. > > > > Hopefully we'll have a stable release ready 'any day now' (give or take a > > few weeks), after then it'll be a lot easier since you can just follow > the > > stable releases which will happen a lot less frequently then svn updates. > > > > -- Chris > > > > On Tue, Jan 13, 2009 at 10:26 AM, Lini H - Clarion, India < > > [email protected]> wrote: > > > >> Hi, > >> > >> I have a query regarding the shindig and the container deployment. After > I > >> deploy shinding in a site, how can I keep updating it with the new > updates > >> being added to shindig. Is there a permanent solution to this, or will I > >> have to keep changing the shindig deployment as the new updates go on to > be > >> added? > >> > >> Thanks & Regards, > >> Lini Haridas > >> Software Engineer > >> > >> Clarion Technologies > >> SEI CMMI Level 3 Company > >> > >> 4th Floor, Great Eastern Plaza, > >> Airport Road, > >> Pune- 411 006, > >> Maharashtra, India. > >> www.clariontechnologies.co.in > >> > >> Email: [email protected] > >> Mobile: +91 9823435917 > >> > >> > >> > >

