Arne i am still getting that error, but by excluding the functions i needed and including them into mine it worked!
2008/3/7, Arne Roomann-Kurrik <[EMAIL PROTECTED]>: > > You can still include prototype, but just be sure to put > > Array.prototype.toJSON = null; > > > > below the prototype include. Prototype changes the way native javascript > arrays work which cases problems in our json encoding functions. > > ~Arne On Fri, Mar 7, 2008 at 9:53 AM, Marc Wessely <[EMAIL PROTECTED]> > wrote: > > > great arne that fixed my bug. > > So i have to include the functions i need from prototype library in my > > js files? > > > > do you know allready which prototype functions causing that errors? > > > > marc. > > > > 2008/3/7, Arne Roomann-Kurrik <[EMAIL PROTECTED]>: > > > > > Hi Marc, > > > > > > I just noticed that you seem to be including the Prototype library > > > in your application. We've gotten a report that Prototype currently > > > breaks > > > some gadget calls, which may be the cause of the problem you're seeing. > > > We're tracking this issue here: > > > http://code.google.com/p/opensocial-resources/issues/detail?id=104 > > > which has a workaround that should fix the problem you're seeing. > > > > > > Hope this helps, > > > ~Arne > > > > > > > > > On Fri, Mar 7, 2008 at 9:27 AM, Marc Wessely < > > > [EMAIL PROTECTED]> wrote: > > > > > > > Hi Lane, > > > > > > > > Arne also suggested this to me, but its still happening. > > > > i tried on sandbox.hi5.com and the error did not occur. > > > > > > > > Pls have a look at > > > > eiche.informatik.uni-rostock.de/clipping/share/clipboard.xml > > > > > > > > the error is: > > > > > > > > Unknown type: function > > > > null){b.push("null");break}if(os_A(a)){this.serializeArray > > > > _(a,b);break}this.seri... > > > > > > > > opensocial-0.7.js - line 82 > > > > > > > > thanks marc. > > > > > > > > > > > > > > > > 2008/3/7, Lane LiaBraaten (Google) <[EMAIL PROTECTED]>: > > > > > > > > > > > > > > > Hi marc, > > > > > > > > > > You may have a bad version of the opensocial-0.7.js file cached in > > > > > your browser. Try clearing you cache (or refreshing that file) > > > > > and > > > > > let me know if that fixes things. > > > > > > > > > > HTH, > > > > > Lane > > > > > > > > > > On Feb 25, 9:33 am, "[EMAIL PROTECTED]" > > > > > > > > > > <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > > > > > > > > > Arne or others from google team - whats this error about?? > > > > > > > > > > > > On Feb 25, 1:56 pm, poncz <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > I have the same problem on: > > > > > http://cdn.labpixies.com/social/moodget/moodget.xml?bpc=1 > > > > > > > andhttp://cdn.labpixies.com/social/flickr/flickr.xml?bpc=1 > > > > > > > > > > > > > Please help, > > > > > > > Oded > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" 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-orkut?hl=en -~----------~----~----~----~------~----~------~--~---

