In the beginnig, I installed shindig-1.0-incubating-php, and runs well. However, I have problem with rendering some gadgets. Take this gadget spec for example: http://hosting.gmodules.com/ig/gadgets/file/102505834067229065863/5DWeatherF.xml It could be rendered well by google server, but it couldn't fetch XML feed (which is from the weather API) on my shindig server.
Therefore, I was wondering whether the shindig version caused this problem. Then started installing shindig-1.1-BETA5-incubating-php. I downloaded the package, and set virtual host just as setting for the version 1.0. However, the webpage showed "500 Internal Server Error" when rendering gadget. Following is the apache error log: path/shindig-1.1/.htaccess: php_flag not allowed here I checked .htaccess: php_flag always_populate_raw_post_data On php_flag magic_quotes_gpc Off Are these two commands the main reasons for the problem? But I did set php.ini with for two commands. Does anyone know how to solve this problem? Thanks in advance :) -- You received this message because you are subscribed to the Google Groups "OpenSocial Application Development" group. To post to this group, send email to opensocial-...@googlegroups.com. To unsubscribe from this group, send email to opensocial-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/opensocial-api?hl=en.