[wp-trac] [WordPress Trac] #63246: Undefined Property

WordPress Trac noreply at wordpress.org
Mon Apr 7 14:59:38 UTC 2025


#63246: Undefined Property
--------------------------+------------------------------
 Reporter:  neo2k23       |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  General       |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------

Comment (by abcd95):

 I was able to reproduce this issue. This happens when an object in the
 list processed by `WP_List_Util` does not have the `plugin` property.

 {{{
 Fatal error: Uncaught Error: Cannot use object of type stdClass as array
 in /var/www/src/wp-admin/includes/class-wp-plugins-list-table.php:208
 Stack trace: #0 /var/www/src/wp-admin/plugins.php(553):
 WP_Plugins_List_Table->prepare_items() #1 {main} thrown in /var/www/src
 /wp-admin/includes/class-wp-plugins-list-table.php on line 208
 }}}

 This is likely caused by corrupted plugin data or some other plugin
 modifying the plugin list data.

 @neo2k23 can you confirm if there is some corrupted plugin doing this?

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/63246#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list