Changes between Initial Version and Version 1 of Ticket #29680
- Timestamp:
- 09/15/2014 01:30:29 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29680
-
Property
Component
changed from
General
toUpgrade/Install
-
Property
Summary
changed from
Wordpress 4.0 setup stops on start - PHP open_basedir errors are outputted
toWordPress 4.0 setup stops on start - PHP open_basedir errors are outputted
-
Property
Component
changed from
-
Ticket #29680 – Description
initial v1 1 Hi, there is one situation, when WP 4.0 setup fails - if there is some output before header( 'Location: ' . $path );line in wp-load.php ... then I am stuck at blank page with PHP errors, and no redirect to setup files happens.1 Hi, there is one situation, when WP 4.0 setup fails - if there is some output before `header( 'Location: ' . $path );` line in wp-load.php ... then I am stuck at blank page with PHP errors, and no redirect to setup files happens. 2 2 3 For example, my hosting company has some open_basedir restriction. My hosting "space" directory is for example /data/www/. For every domain is generated its own subfolder, like /data/www/mydomain.com, /data/www/myanotherdomain.com text. Word press files are located in these subfolders, and PHP scripts allowed paths are restricted only to this subfolders.3 For example, my hosting company has some open_basedir restriction. My hosting "space" directory is for example /data/www/. For every domain is generated its own subfolder, like /data/www/mydomain.com, /data/www/myanotherdomain.com text. WordPress files are located in these subfolders, and PHP scripts allowed paths are restricted only to this subfolders. 4 4 5 5 And there is problem: in wp-load.php from line 27 to 32 script tries to check: