Path

ez projects / ezstarrating / forum / general / problem with the storing fu...


Problem with the storing function on the click event

You need to be logged in to post messages in the forums. New users may register here.

Jerome Guillemain

Member since:
23 September 2009

Posts: 2

Wednesday 28 December 2011 3:39:01 pm

Hello,

I'm installing this project, but I have a strange problem.

I'm working on Chrome, Firefox (V8.0.1), and IE (9.0).

When I click on a rate with Chrome, there is no problem. The rating is stored. But when I use IE or Firefox (with the same arguments), the function call() returns me another response.

You can find below the arguments and the responses sent and retrieved for Chrome and Firefox.

Arguments sent to the function call() :
ezstarrating::rate::69675::2::4


Response with Chrome :
{"error_text":"","content":{"id":"69675","rated":true,"already_rated":true,"stats":{"rating_count":"1","rating_average":"4","rounded_average":4}}}


Response with Firefox :
{"error_text":"","content":{"id":"69675","rated":false,"already_rated":false,"stats":false}}


Do you have any idea for solving my problem ?

Thanks a lot for your help !
Up

You need to be logged in to post messages in the forums. New users may register here.