Error while adding comment
-
It seems there is a bug while adding comment :
The following call :
results in :
{“status”:”error”,”error”:”Please include ‘comment_status’ var in your request. Possible values are ‘1’ (approved) or ‘0’ (not-approved)”}
Because comment_status=0 is considered as a missing comment_status.
If I use instead :
The result is ok, but the comment never appears in the comments to moderate as it is stored in database with comment_status = “0” instead of 0
Could you please correct this issue ?
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Error while adding comment’ is closed to new replies.