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

WordPress Trac noreply at wordpress.org
Sat Oct 12 01:37:38 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             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:  administration
-------------------------------+------------------------------
Description changed by SergeyBiryukov:

Old description:

> 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

New description:

 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#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list