#16354 closed defect (bug) (invalid)
edit-comments not working
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
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)
#3
follow-up:
↓ 4
@
14 years ago
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.
#4
in reply to:
↑ 3
@
14 years ago
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?
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?