Our (SSEC) PAW Weather Google Gadget http://www.google.com/ig/adde?synd=open&source=ggyp&moduleurl=www.ssec.wisc.edu/data/paw/googlegadget.xml
has suddenly quit working this morning (4/20/2010) on iGoogle home pages but continues to work when embedded in web pages. The gadget is basically a PHP page that uses the following GET query string parameter to specify a PAW web page it should display: up_pawurl The xml file for the gadget specifies the default value for this parameter (and therefore which PAW web page the gadget should show first) via this line in our googlegadget.xml file: <UserPref name="pawurl" display_name="Starting PAW URL" default_value="http://www.ssec.wisc.edu/data/paw/ usus_usa_radr_imag_none.html" datatype="string"/> The URL specified still exists and is viewable in a browser. If we do a print_r() on $_GET we can see that the up_pawurl GET parameter exists but it's blank. So it appears as if the iGoogle home page isn't reading or properly parsing our googlegadget.xml file. This gadget has been working fine for several years and we haven't changed anything on our end recently (as far as we know). Does anyone have a clue what might be causing this problem? -- 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.
