Hi Shekkar, The problem is most likely caused by a change in the iframe URL generated by Google, but you can reproduce the problem without iGoogle. Just click on this URL which is pretty much of the same format of what the iframe URL looks like and you will see the exact same problem: http://meditationiseasy.com/quotes/random.php?view=home&lang=en&country=us&.lang=en&.country=us&synd=ig&mid=200&ifpctok=-12345678901234567890&parent=http://www.google.com&libs=aaaaaaaaa/lib/libcore.js&extern_js=/extern_js/f/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.js
It sounds like the parent=http://www.google.com parameter is what is causing your httpd some problems, as using this URL gives the same error: http://meditationiseasy.com/quotes/random.php?parent=http://www.google.com The URL is not properly formatted, as the :// should be URI encoded, but most servers handle this just fine. I am not sure why Google did not URI encode this parameter... This looks like a bug to me. Another use reported the same problem with a url type gadget, so this bug is impacting several gadgets as far as we can tell. Jerome On Oct 30, 7:14 pm, Shekhar <[EMAIL PROTECTED]> wrote: > Hello, > > I am facing a peculiar problem regarding one Google gadget that I > created. This gadget > was working properly till a few weeks ago but now it has stopped > displaying on the > iGoogle homepage of users. However, the gadget is working on my blogs > (hosted on my own > sites) as well as on blogger blog. > > The gadget is about Meditation Quotes by Osho. It is meant to access > one > random quote from my website and displayed the same inside the gadget. > I am > using content type = url > > In iGoogle, the follwing is getting displayed inside the gadget : > > "You don't have permission to access /quotes/random.php on this > server. > > Additionally, a 404 Not Found error was encountered while trying to > use an > ErrorDocument to handle the request. > Apache/2.2.10 (Unix) mod_ssl/2.2.10 OpenSSL/0.9.8i DAV/2 > > mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server > at > > meditationiseasy.com Port 80" > > The gadget's XML source is : > > http://www.meditationiseasy.com/osho_meditation_quotes.xml > > It's not working on iGoogle but working properly on blogger's blog > > Like :http://jimgadget.blogspot.com/ > > It is also working properly on my site's blog. > > here : http://meditationiseasy.com/blog/ > > Please advise what can be the problem. > > Regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle 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/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
