[wp-meta] [Making WordPress.org] #2723: Popular plugins feed doesn't validate

Making WordPress.org noreply at wordpress.org
Tue Apr 11 21:51:01 UTC 2017


#2723: Popular plugins feed doesn't validate
------------------------------+-----------------
 Reporter:  iandunn           |      Owner:
     Type:  defect            |     Status:  new
 Priority:  normal            |  Milestone:
Component:  Plugin Directory  |   Keywords:
------------------------------+-----------------
 The popular plugins feed (which is fetched by the News dashboard widget in
 Core) is outputting invalid. Because of that, the News widget isn't
 showing the plugins.

 `var_dump( fetch_feed(
 'https://wordpress.org/plugins/browse/popular/feed/' ) ):`

 {{{
 object(WP_Error)[791]
   public 'errors' =>
     array (size=1)
       'simplepie-error' =>
         array (size=1)
           0 => string 'This XML document is invalid, likely due to invalid
 characters. XML error: Undeclared entity error at line 11, column 24'
 (length=120)
   public 'error_data' =>
     array (size=0)
       empty
 }}}

 I'm guessing this broke with the launch of the new directory.

--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2723>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list