Opened 16 years ago
Closed 16 years ago
#13276 closed defect (bug) (fixed)
Comments don't work on private posts
| Reported by: | designsimply | Owned by: | nacin |
|---|---|---|---|
| Priority: | high | Milestone: | 3.0 |
| Component: | General | Version: | |
| Severity: | major | Keywords: | |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.