Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 293334

WSOD with Drupal 7 to Drupal 8 upgrade on Win 8/PHP 5.4 and Ubuntu 12/PHP 5.3

$
0
0

I have been running and testing Drupal 8 on Windows and Ubuntu 12 with PHP 5.3.

Using
- a very simple D7 site - no contrib modules, no contrib themes, minimal number of enabled core modules, theme set to Bartik and other themes disabled.

- Win 8 + PHP 5.4.3 and Ubuntu 12 + PHP 5.3 running as a VirtualBox VM within Win 8 and error_reporting set = E_ALL

- March 31 fetch from git repo

I encountered on both setups a white screen of death and no error message in the PHP log or the Apache error log. On earlier tries I also got the error

Fatal error: Call to a member function get() on a non-object in /drupal/core/includes/bootstrap.inc on line 2471

which has already been reported in #9, #13 and #24 in #1948390: [Meta] Upgrade to D8 from D7: regular testing needed on various OSs with different versions of php and other unique situations. So this may be related.

It makes it as far as adding these two lines to my settings.php and then that's it - no output, empty error logs, nothing

$config_directories['active']['path'] = 'config_N7ej2f9huVFRAaEZnd10YX8JjzkeYonc2dgjGcPCsDw/active';
$config_directories['staging']['path'] = 'config_N7ej2f9huVFRAaEZnd10YX8JjzkeYonc2dgjGcPCsDw/staging';

Not even sure where to go from here or what sort of issue to file.

Current D7 base setup I'm trying to upgrade :

$ drush status
Drupal version : 7.21
Site URI : http://default
Database driver : mysql
Database hostname : localhost
Database username : [db_user]
Database name : [db_name]
Database : Connected
Drupal bootstrap : Successful
Drupal user : Anonymous
Default theme : bartik
Administration theme : bartik
PHP configuration : C:\Windows\php.ini
Drush version : 5.8
Drush configuration :
Drupal root : d:/Documents/htdocs/[site_dir]/public_html
Site path : sites/default
File directory path : sites/default/files
Private file directory path : D:\Documents\htdocs\[site_dir]\backups
Temporary file directory path : D:\tmp

$ drush pml | grep Enabled
Core Field (field) Module Enabled 7.21
Core Field SQL storage (field_sql_storage) Module Enabled 7.21
Core File (file) Module Enabled 7.21
Core Filter (filter) Module Enabled 7.21
Core Help (help) Module Enabled 7.21
Core Image (image) Module Enabled 7.21
Core Menu (menu) Module Enabled 7.21
Core Node (node) Module Enabled 7.21
Core Number (number) Module Enabled 7.21
Core Options (options) Module Enabled 7.21
Core Path (path) Module Enabled 7.21
Core System (system) Module Enabled 7.21
Core Taxonomy (taxonomy) Module Enabled 7.21
Core Text (text) Module Enabled 7.21
Core User (user) Module Enabled 7.21
Core Bartik (bartik) Theme Enabled 7.21


Viewing all articles
Browse latest Browse all 293334

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>