kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Registration plugin fails to "approve" #523

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Click "register" on the login page and create a user.
2. Confirm registration by clicking on generated email.
3. Attempt to click "approve" in the admin site. 

What is the expected output? What do you see instead?
At this point, instead of approving successfully, a window pops up and says 
"Request Failed"

What version of the product are you using? On what operating system?
Latest version of Mollify, PHP v5.2.17; MySQL v5.5.33-31.1

Original issue reported on code.google.com by lvign...@gmail.com on 5 Mar 2014 at 10:48

GoogleCodeExporter commented 8 years ago
This was due to changes in permission module, I've fixed it. I'll investigate 
another issue and release new version.

Original comment by samuli.j...@gmail.com on 7 Mar 2014 at 6:02

GoogleCodeExporter commented 8 years ago
Fixed in 2.5.2

Original comment by samuli.j...@gmail.com on 8 Mar 2014 at 12:25

GoogleCodeExporter commented 8 years ago
I'm experiencing the same error in v 2.5.4. The POST request returns 
{"code":101,"error":"Invalid request","details":"Invalid RegistrationServices 
request: GET registration\/approve\/2","data":null}

Any advice how to fix this?

Original comment by moris.da...@gmail.com on 15 Mar 2014 at 10:04

GoogleCodeExporter commented 8 years ago
#3: does not make sense, POST request does not give error "Invalid request 
GET", POST or GET are request methods, and it is either POST or GET, not both.

Anyway, can't see any problems in my env, are you sure you have 2.5.4?

Original comment by samuli.j...@gmail.com on 16 Mar 2014 at 10:48