Opened 15 years ago
Closed 15 years ago
#13276 closed defect (bug) (fixed)
Comments don't work on private posts
Reported by: | designsimply | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.0 | Priority: | high |
Severity: | major | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
If you try to leave a comment on a private post, it returns a blank white page at wp-comments-post.php and no comment data is saved.
Tested with r14468.
Change History (5)
#3
@
15 years ago
- Milestone changed from Unassigned to 3.0
- Owner set to nacin
- Priority changed from normal to high
- Severity changed from normal to major
- Status changed from new to reviewing
Note: See
TracTickets for help on using
tickets.
Are you a super admin when doing this?
I ask because that is expected behavior if you don't have permissions to actually make said comment. So, if you live-edit HTML to make it seem like you're posting to another post ID, and that post ID is private, and you don't have permission to post a comment to that post, then you get a white screen. No error message cause it really isn't necessary.
Thus, super admin is my Q, because we might have some funky meta capability mapping we're not doing.