Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #30052, comment 6


Ignore:
Timestamp:
11/23/2014 07:47:23 PM (10 years ago)
Author:
bobbingwide
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30052, comment 6

    v1 v2  
    1 It may be a bit early in the day to confirm that I have the same problem but I am getting the same unexpected result. The Crunching... never ends.
     1I was getting the same unexpected result. The Crunching... never ended.
    22
    33Notes:
    4 The filename changes to the new post ID ( 29144 in the latest instance )
    5 When I view the media page everything looks OK.
    6 Also the Crunching... is on the right hand side.
    7 In working environments the crunching is not so far to the right.
    8 Post ID of > 1000 is not an issue in the working environments.
     4* The filename changed to the new post ID ( 29144 in the latest instance )
     5* When I viewed the media page everything looks OK.
     6* Also the Crunching... is on the far right hand side.
     7* In working environments the crunching is not so far to the right.
     8* Post ID of > 1000 is not an issue in the working environments.
    99
    1010When I deactivated ALL my plugins the Crunching did complete.
    1111
     12* And I can now confirm that the problem was caused by my own tracing plugin...
     13* which was outputting some HTML comments during 'shutdown' processing.
     14* So the response was no longer a single integer.
     15* I have reproduced the problem in different environments with post ID < 1000
     16* The placement of the Crunching on RHS is a red herring.
     17
     18Unfortunately my code checks for DOING_AJAX, but since $_REQUEST['action'] is NOT set then wp-admin/async-upload.php doesn't set it. Is it safe to test $_REQUEST['short']?
     19
     20The question one might ask is "should there be some way
     21of communicating to routines that hook into 'shutdown' that the response has been sent and you mustn't do anything to mess it up?"
     22
     23Could the client end be a little less sensitive?
     24
     25
     26
     27
     28
     29