Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#20240 closed defect (bug) (fixed)

Fatal error: Call to a member function get_data() on a non-object in ...\wp-includes\media.php on line 1480

Reported by: arena Owned by: nacin
Priority: normal Milestone: 3.4
Component: General Version: 3.4
Severity: normal Keywords:
Cc: Focuses:

Description (last modified by scribu)

since r20186 (today)

bug :

`
Fatal error: Call to a member function get_data() on a non-object in D:\webserver\Documents\wordpress\wp-includes\media.php on line 1480
`

in DashPress plugin

Change History (6)

#1 @arena
14 years ago

Problem appears when executing line :

do_action( 'admin_init' );

in wp-admin/admin-ajax.php

#2 @arena
14 years ago

  • Summary since rev #20186 bug : Fatal error: Call to a member function get_data() on a non-object in D:\webserver\Documents\wordpress\wp-includes\media.php on line 1480since rev #20186 bug : Fatal error: Call to a member function get_data() on a non-object in ...\wp-includes\media.php on line 1480

#3 @scribu
14 years ago

  • Description modified (diff)

#4 @scribu
14 years ago

  • Summary since rev #20186 bug : Fatal error: Call to a member function get_data() on a non-object in ...\wp-includes\media.php on line 1480Fatal error: Call to a member function get_data() on a non-object in ...\wp-includes\media.php on line 1480

#5 @nacin
14 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

In [20189]:

Move wp_plupload_default_settings() to the admin_enqueue_scripts hook to prevent fatal errors when admin_init is run outside of normal admin-header execution, like admin-ajax. see #19910. fixes #20240.

#6 @ocean90
14 years ago

  • Milestone Awaiting Review3.4
Note: See TracTickets for help on using tickets.