Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#16354 closed defect (bug) (invalid)

edit-comments not working

Reported by: mrmist 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)

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?

Either debug on or off doesn't affect it. I'll do more digging on this.

comment:3 follow-up: ↓ 4   mrmist2 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.

comment:4 in reply to: ↑ 3   westi2 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?

  • Cc scribu added
  • Keywords reporter-feedback added

Error log or enable WP_DEBUG.

Will check them shortly and report findings.

  • 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.

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.