#16354 closed defect (bug) (invalid)
edit-comments not working
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 3.1 |
| Severity: | normal | Keywords: | |
| Cc: | scribu |
Description
Visiting wp-admin/edit-comments.php with any (inbuilt) level of user is simply producting a page with
''
On it, and no further content. This is off of SVN with no plugins active. (Tested with IE and Opera, running off of IIS.)
Change History (9)
Either debug on or off doesn't affect it. I'll do more digging on this.
So far have discovered that the page is ok until it hits
$wp_list_table->prepare_items();
At that point, any prior output (e.g. if you just echo something earlier on) is replaced by and nothing further seems to be processed, either.
Replying to mrmist:
So far have discovered that the page is ok until it hits
$wp_list_table->prepare_items();
At that point, any prior output (e.g. if you just echo something earlier on) is replaced by and nothing further seems to be processed, either.
Sounds like you are getting a Fatal Error then.
Anything in your PHP error log?
- Keywords reporter-feedback removed
- Resolution set to invalid
- Status changed from new to closed
No idea what this was, but since restarting IIS has removed the issue, going to chalk it down to a local conf problem.

Can't reproduce, and I've spent more than my fair share of time on edit-comments.php for the last few days... SCRIPT_DEBUG on or off?