Make WordPress Core

Opened 16 years ago

Closed 12 years ago

#15827 closed defect (bug) (duplicate)

AJAX paging breaks badly when json_encode can't encode

Reported by: westi Owned by:
Priority: normal Milestone:
Component: Administration Version: 3.1
Severity: normal Keywords: has-patch dev-feedback
Cc: Focuses:

Description

If json_encode can't encode a response for some reason you get no feedback at all except for a blank list.

This seems most likely to trigger with invalid UTF8 sequences in spam comments.

With non-ajax paging you at least get all the comments displayed even if you do get a lot of ??? for the bad chars

Example Error seen:

[15-Dec-2010 14:18:38] Warning: json_encode() [<a href='function.json-encode'>function.json-encode</a>]: Invalid UTF-8 sequence in argument in /home/wpdev/public_html/wp-admin/includes/class-wp-list-table.php on line 839 [

Attachments (2)

15827.patch (1.1 KB ) - added by SergeyBiryukov 16 years ago.
15827.diff (1.1 KB ) - added by MikeHansenMe 12 years ago.
Refreshed

Download all attachments as: .zip

Change History (10)

#1 @filosofo
16 years ago

This is one reason I proposed a standard way of doing Ajax in #14618: it handles erroneous or syntactically invalid responses in a consistent manner.

In this case we could pass the href attribute value to the error handler and have it set location.href to load the requested page when Ajax paging fails.

#2 @ryan
16 years ago

  • Milestone 3.1Future Release

#3 @SergeyBiryukov
16 years ago

We can strip invalid characters with wp_check_invalid_utf8(). Patch included.

Last edited 16 years ago by SergeyBiryukov (previous) (diff)

#4 @SergeyBiryukov
16 years ago

  • Keywords has-patch added

#5 @scribu
16 years ago

  • Cc scribu added
  • Owner scribu removed
  • Status newassigned

@MikeHansenMe
12 years ago

Refreshed

#7 @chriscct7
12 years ago

  • Keywords dev-feedback added

#8 @pento
12 years ago

  • Milestone Future Release
  • Resolutionduplicate
  • Status assignedclosed

Duplicate of #28786.

Note: See TracTickets for help on using tickets.