[wp-trac] [WordPress Trac] #29680: WordPress 4.0 setup stops on start - PHP open_basedir errors are outputted

WordPress Trac noreply at wordpress.org
Sun Feb 8 21:00:56 UTC 2015


#29680: WordPress 4.0 setup stops on start - PHP open_basedir errors are outputted
-----------------------------+------------------------------
 Reporter:  mklusak          |       Owner:
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Upgrade/Install  |     Version:  4.0
 Severity:  normal           |  Resolution:
 Keywords:                   |     Focuses:
-----------------------------+------------------------------

Comment (by azurit):

 The simple solution should be this (disable warnings with @):

 wp-load.php:31

 {{{
 } elseif ( @file_exists( dirname(ABSPATH) . '/wp-config.php' ) && !
 @file_exists( dirname(ABSPATH) . '/wp-settings.php' ) ) {
 }}}




 setup-config.php:56

 {{{
 if ( @file_exists(ABSPATH . '../wp-config.php' ) && ! @file_exists(
 ABSPATH . '../wp-settings.php' ) )
 }}}

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


More information about the wp-trac mailing list