Problem

When trying to set up a local install of Drupal 8 (beta 1) in Wampserver 2.5 - 64 bits (latest version), I get a routing error during installation.

I used following file to install Wampserver: http://sourceforge.net/projects/wampserver/files/WampServer%202/Wampserv...
I used these files to install Drupal: http://ftp.drupal.org/files/projects/drupal-8.0.0-beta1.zip

The installation GUI takes me through the installation process, however, suddenly (when performing the actual installation, just after you entered database connection info) this error message appears:

Additional uncaught exception thrown while handling exception.

Original

Symfony\Component\Routing\Exception\RouteNotFoundException: Route "" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 147 ofC:\wamp\www\drupal8\core\lib\Drupal\Core\Routing\RouteProvider.php).

Drupal\Core\Routing\RouteProvider->getRouteByName('')
Drupal\Core\Routing\UrlGenerator->getRoute('')
Drupal\Core\Routing\UrlGenerator->generateFromRoute('', Array, Array)
Drupal::url('')
template_preprocess_page(Array)
template_preprocess_maintenance_page(Array)
template_preprocess_install_page(Array, 'install_page', Array)
_theme('install_page', Array)
Drupal\Core\Theme\ThemeManager->render('install_page', Array)
drupal_render(Array)
Drupal\Core\Page\DefaultHtmlPageRenderer::renderPage(Array, 'Installing Drupal', 'install', Array)
install_display_output(Array, Array)
install_drupal()
Additional

Symfony\Component\Routing\Exception\RouteNotFoundException: Route "" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 147 ofC:\wamp\www\drupal8\core\lib\Drupal\Core\Routing\RouteProvider.php).

Drupal\Core\Routing\RouteProvider->getRouteByName('')
Drupal\Core\Routing\UrlGenerator->getRoute('')
Drupal\Core\Routing\UrlGenerator->generateFromRoute('', Array, Array)
Drupal::url('')
template_preprocess_page(Array)
template_preprocess_maintenance_page(Array)
template_preprocess_install_page(Array, 'install_page', Array)
_theme('install_page', Array)
Drupal\Core\Theme\ThemeManager->render('install_page', Array)
drupal_render(Array)
Drupal\Core\Page\DefaultHtmlPageRenderer::renderPage(Array, 'Error', 'install', Array)
install_display_output(Array, Array)
_drupal_log_error(Array, 1)
_drupal_exception_handler(Object)

I suspect this is due to an error related to PHP 5.5, which is enabled by Wampserver. However, if I install Drupal 8 on Xampp or Aquia Dev Desktop (with PHP 5.4), it works perfectly, but only under PHP 5.4. Running PHP 5.5 in Dev Desktop results in an error in the installation process just as well.

Proposed resolution

Validate the code against the current PHP 5.5 codebase. Perhaps there is a bug.

Remaining tasks

Validate the code against the current PHP 5.5 codebase. Perhaps there is a bug.

User interface changes

Not applicable

API changes

unknown

Original report by BrechtRyckaert

Comments

meba’s picture

Can you note what version of Dev Desktop are you using? I will test

budda’s picture

@meba it's WAMP server 2.5 (linked above) - not any Acquia or whatever Dev Desktop distribution.

cptlonestar’s picture

I'm having the same problem. Just downloaded WAMP server 2.5 as well with PHP5.5.12 included and I get the same error. I tried adding PHP5.4.33 but I can't get that working on WAMP.

arbee’s picture

Any updates on this? I just had he same issue on WAMP 2.5.

oriol_e9g’s picture

Priority: Normal » Major

I think this is critical or major, D8 should work with php 5.5

dawehner’s picture

Issue tags: -#Drupal8

The problem is that the actual error message never appers, ... it would be great if you could have a look what happens in _drupal_exception_handler().

#2349441: Regression: 'Front page route not found' Exception when installing Drupal against an existing database might be a duplicate of this issue.
Let's also remove some non-helpful tags.

jhedstrom’s picture

Status: Active » Postponed (maintainer needs more info)
cilefen’s picture

Priority: Major » Normal
Status: Postponed (maintainer needs more info) » Closed (works as designed)