Hi there, iGoogle is not giving you this error, but your server side script or server configuration is causing you the troubles. Your url type gadget is an iframe set to the provided URL, but Google is passing you additional parameters, like the UserPrefs, the locale, etc. as parameters to your URL. For instance, your short supplied URL http://www.parentesys.es/gadget-criticas-de-cine.php is in fact looking like the following: http://www.parentesys.es/gadget-criticas-de-cine.php?view=home&up_name=&lang=en&country=us&.lang=en&.country=us&synd=ig&mid=149&ifpctok=-663350130131796892&parent=http://www.google.com&libs=LRc_TJXVyPI/lib/libcore.js&extern_js=/extern_js/f/CgJlbhICdXMrMAY4ACwrMAo4ACwrMBA4ACwrMBI4ACwrMBM4ACwrMBU4ACw/rrF6dp_tQzs.js
http://www.parentesys.es/gadget-criticas-de-cine.php?view=home&up_name=&lang=en&country=us&.lang=en&.country=us&synd=ig&mid=149&ifpctok=-663350130131796892&parent=http://www.google.com&libs=LRc_TJXVyPI/lib/libcore.js&extern_js=/extern_js/f/CgJlbhICdXMrMAY4ACwrMAo4ACwrMBA4ACwrMBI4ACwrMBM4ACwrMBU4ACw/rrF6dp_tQzs.js You should research in your server log what is going on when you hit this URL... Either your script is erroring out, throwing a 404, or most likely, you have something in your httpd configuration preventing this URL with long parameters to be properly served. I hope this helps, Jerome On Oct 24, 8:45 am, parentesys <[EMAIL PROTECTED]> wrote: > This is the message I view in my iGoogle for the gadget > > http://www.google.com/ig/adde?synd=open&source=ggyp&moduleurl=www.par... > > The xml code is this > > http://www.parentesys.es/criticas-de-cine.xml > > and the xml calls this php that shows the content > > http://www.parentesys.es/gadget-criticas-de-cine.php > > Why iGoogle shows me this error? > > ------------------------------------------------------------------------------- > Forbidden > You don't have permission to access /gadget-criticas-de-cine.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 > atwww.parentesys.esPort 80 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
