When enabling the module on a Pantheon environment, I get the following fatal error:

Symfony\Component\Routing\Exception\RouteNotFoundException: Route "site_map.settings" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 191 of /srv/bindings/e9ea916135c949a1ab0a35aa269ff3a5/code/core/lib/Drupal/Core/Routing/RouteProvider.php).

This only happens the first time the page is loaded after the form is submitted -- upon subsequent visits to the page, the module is enabled and the Configure link can be used.

I am assuming it's PHP version; I'm running 5.6.8 locally, vs. 5.5.24 on Pantheon. My local webserver is Apache/2.4.16 (Unix) vs. Pantheon's nginx/1.4.7.

Comments

akalata created an issue. See original summary.

akalata’s picture

Title: Installation fails on PHP 5.5 » Installation triggers WSOD error on PHP 5.5

Updating issue title, since the installation itself doesn't "fail".

akalata’s picture

Attempted to duplicate locally on PHP 5.5.30, was not able to. Confirmed error on Pantheon with latest -dev.

akalata’s picture

Title: Installation triggers WSOD error on PHP 5.5 » Installation triggers WSOD error on Pantheon
akalata’s picture

Project: Site map » Sitemap
vaidehi bapat’s picture

Assigned: Unassigned » vaidehi bapat
akalata’s picture

Assigned: vaidehi bapat » Unassigned
Status: Active » Closed (cannot reproduce)

Tested today with latest dev. No issues.