[wp-trac] [WordPress Trac] #56431: Fatal Error on Update Page When a Plugin's Icon is Not Set

WordPress Trac noreply at wordpress.org
Wed Aug 9 01:12:47 UTC 2023


#56431: Fatal Error on Update Page When a Plugin's Icon is Not Set
-------------------------------------------------+-------------------------
 Reporter:  scott.deluzio                        |       Owner:  (none)
     Type:  defect (bug)                         |      Status:  new
 Priority:  normal                               |   Milestone:  Awaiting
                                                 |  Review
Component:  Upgrade/Install                      |     Version:
 Severity:  normal                               |  Resolution:
 Keywords:  needs-patch needs-testing dev-       |     Focuses:
  feedback reporter-feedback                     |
-------------------------------------------------+-------------------------

Comment (by afragen):

 This is apparently populated via `wp_update_plugins()` via a call to
 `http://api.wordpress.org/plugins/update-check/1.1/`.

 These data are populated via `update_plugins` transient obtained from
 `get_site_transient( 'update_plugins' )` and may be modified via filters
 such as `set_site_transient_update_plugins` and
 `pre_set_site_transient_update_plugins`.

 I'm fairly certain this is not a core issue. It may be possible it's an
 API issue but most likely it's a developer issue.

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


More information about the wp-trac mailing list