Installation FAIL

The Problem

The core/install.php file is not installing

Details

When I go to the web address where I uploaded my drupal 8.0.0-beta12 files instead of getting the configuration and install process screen I get a blank white screen.

=========================================================

Additional things I noticed in the code

The code -- This may or may not be part of the issue.

I did notice the drupal 8.0.0-beta12 install.php code was different from the install.php for drupal-7.38

  • drupal 8.0.0-beta12 start installer code
// Start the installer.
$class_loader = require_once 'autoload.php';
require_once __DIR__ . '/includes/install.core.inc';
install_drupal($class_loader);
  • drupal-7.38 start installer code
// Start the installer.
require_once DRUPAL_ROOT . '/includes/install.core.inc';
install_drupal();

Comments

cilefen’s picture

Title: core/install.php FAIL » core/install.php WSOD
Status: Active » Postponed (maintainer needs more info)
Issue tags: -bug, -installation, -core

Check your server log for PHP errors or change the reporting level. Don't set that on production though:

https://www.drupal.org/node/158043

Anonymous’s picture

Received this after upgrading from beta 11, too.

The weird thing is that that core/vendor/symfony/yaml exists but there is no Symfony/** directory underneath. Just Exception and Tests.

( ! ) Fatal error: require(): Failed opening required '/usr/local/var/vhosts/*.com/acquia/*/docroot/core/vendor/symfony/yaml/Symfony/Component/Yaml/Parser.php' (include_path='/usr/local/var/vhosts/*.com/acquia/*/docroot/core/vendor/phpunit/php-text-template:/usr/local/var/vhosts/*.com/acquia/*/docroot/core/vendor/phpunit/php-timer:.:/usr/local/Cellar/php56/5.6.10/lib/php') in /usr/local/var/vhosts/*.com/acquia/*/docroot/core/vendor/symfony/class-loader/ApcClassLoader.php on line 114
Call Stack
#	Time	Memory	Function	Location
1	0.0001	251752	{main}( )	.../install.php:0
2	0.0063	1167848	install_drupal( )	.../install.php:32
3	0.0063	1173792	install_begin_request( )	.../install.core.inc:114
4	0.0591	5992976	Drupal\Core\DrupalKernel->boot( )	.../install.core.inc:409
5	0.0592	6007848	Drupal\Core\Installer\InstallerKernel->initializeContainer( )	.../DrupalKernel.php:394
6	0.0592	6008720	Drupal\Core\DrupalKernel->initializeContainer( )	.../InstallerKernel.php:25
7	0.0593	6009504	Drupal\Core\DrupalKernel->compileContainer( )	.../DrupalKernel.php:783
8	0.0659	6343560	Drupal\Core\DependencyInjection\YamlFileLoader->load( )	.../DrupalKernel.php:1103
9	0.0673	6343912	Drupal\Core\DependencyInjection\YamlFileLoader->loadFile( )	.../YamlFileLoader.php:68
10	0.0677	6417160	Drupal\Component\Serialization\Yaml::decode( )	.../YamlFileLoader.php:303
11	0.0677	6417456	spl_autoload_call ( )	.../YamlFileLoader.php:38
12	0.0677	6417504	Symfony\Component\ClassLoader\ApcClassLoader->loadClass( )	.../YamlFileLoader.php:38

Version: 8.0.0-beta12 » 8.0.x-dev

Core issues are now filed against the dev versions where changes will be made. Document the specific release you are using in your issue comment. More information about choosing a version.

pameeela’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)
Issue tags: +Bug Smash Initiative

Thanks for reporting this issue. We rely on issue reports like this one to resolve bugs and improve Drupal core.

As part of the Bug Smash Initiative, we are triaging issues that are marked "Postponed (maintainer needs more info)". This issue was marked "Postponed (maintainer needs more info)" prior to the release of Drupal 8.0.0-rc1, which is very different from subsequent versions of Drupal. Since there are no clear steps to reproduce that have been identified since 2015, I am marking it 'Closed (cannot reproduce)'.

If anyone can provide complete steps to reproduce the issue (starting from "Install Drupal core"), document those steps in the issue summary and set the issue status back to "Active".

Thanks!