[wp-trac] [WordPress Trac] #34164: Error during installation at step 1 - Undefined index: host

WordPress Trac noreply at wordpress.org
Thu Nov 26 01:15:53 UTC 2015


#34164: Error during installation at step 1 - Undefined index: host
-------------------------------+------------------------------
 Reporter:  jlambe             |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Upgrade/Install    |     Version:
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+------------------------------

Comment (by ramonxd):

 PS: I changed the 466 line in http.php and got it working, even w/ another
 languages.
 {{{#!php
 //OLD
 $same_host = strtolower( $parsed_home['host'] ) === strtolower(
 $parsed_url['host'] );

 //NEW
 $same_host = strtolower( $parsed_url['host'] );
 }}}

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


More information about the wp-trac mailing list