I have a problem with a recent install of UGC on a development Tridion environment. I'm unable to edit comments from the CMS. I can add comments fine but editing a comment in the GUI results in an error message appearing in the GUI - "Saving comment failed". No errors are generated in the logs - or at least the logs that I think it should be logging to. Can anyone give me any pointers? Does the editing use a different configuration? My datasource in the webui configuration is below if this is useful:-
<DataSource>
<Key>1</Key>
<Match>^(ugc:|oe:|tcm:)+</Match>
<Url>http://new.ugc.service/odata.svc</Url>
<TimeOut>100000</TimeOut>
<Threshold>0</Threshold>
<RatingMinimum>-1</RatingMinimum>
<RatingMaximum>5</RatingMaximum>
<OAuthEnabled>false</OAuthEnabled>
<Locale>en-us</Locale>
<ClientId></ClientId>
<ClientSecret></ClientSecret>
<EventSystemClientId></EventSystemClientId>
<EventSystemClientSecret></EventSystemClientSecret>
<AccessTokenUrl></AccessTokenUrl>
</DataSource>
MTIA
John