[wp-trac] [WordPress Trac] #22032: Beta insert media sometimes fails

WordPress Trac wp-trac at lists.automattic.com
Fri Sep 28 19:43:25 UTC 2012


#22032: Beta insert media sometimes fails
-------------------------------+--------------------------
 Reporter:  mark8barnes        |       Owner:  koopersmith
     Type:  defect (bug)       |      Status:  accepted
 Priority:  normal             |   Milestone:  3.5
Component:  Media              |     Version:  trunk
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+--------------------------
Changes (by koopersmith):

 * keywords:  needs-patch => reporter-feedback
 * owner:   => koopersmith
 * status:  new => accepted
 * severity:  critical => normal
 * milestone:  Awaiting Review => 3.5


Comment:

 It will be easier for us to track down the bug with a little more
 information. Could you try reproducing the error after setting `WP_DEBUG`
 and `SCRIPT_DEBUG` to `true`? I've included instructions at the end of
 this comment.

 If you do manage to reproduce the error, please open your browser's
 JavaScript console and '''screenshot the error'''. If you are using Chrome
 or Safari, expand the error before taking the screenshot. If you can
 navigate to the affected code, please take a screenshot of that as well,
 even if you don't know what it means or if it is minified.

 Thanks!

 '''How to turn on WP_DEBUG and SCRIPT_DEBUG'''

 1. Open `wp-config.php`
 2. Find the line that says `define( 'SCRIPT_DEBUG', false );` — if you
 haven't changed your `wp-config.php` file, it should be around line 81.
 3. Change the `false` in that line to `true`.
 4. Right below that line, add `define( 'SCRIPT_DEBUG', true );`
 5. Save

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22032#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list