[wp-trac] [WordPress Trac] #48272: Error on version 5.2.3

WordPress Trac noreply at wordpress.org
Thu Oct 10 11:09:27 UTC 2019


#48272: Error on version 5.2.3
----------------------------------------------+----------------------------
 Reporter:  sumitsingh                        |      Owner:  (none)
     Type:  defect (bug)                      |     Status:  new
 Priority:  normal                            |  Milestone:  Awaiting
                                              |  Review
Component:  General                           |    Version:  5.2.3
 Severity:  normal                            |   Keywords:
  Focuses:  administration, coding-standards  |
----------------------------------------------+----------------------------
 Hi,

 When I am login admin side then getting notice. because I have enabled
 error_log true in the config file.

 ===========Notice error=============
 <br />
 <b>Notice</b>:  Undefined offset: 1 in <b>/var/www/html/wpfdemo/wp-
 includes/functions.php</b> on line <b>964</b><br />


 ============Solution===============
 $qs[ $args[0] ] = $args[1];
 To
 $qs[ $args[0] ] = $args[0];

 =================================

 Please let us know if this helps.

 Thanks

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/48272>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list