Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors on install #18

Open
Greg-Boggs opened this issue Apr 26, 2022 · 1 comment
Open

Errors on install #18

Greg-Boggs opened this issue Apr 26, 2022 · 1 comment

Comments

@Greg-Boggs
Copy link

I wanted to see what IsIandora would look like with the starter theme. The starter theme requires this demo to install. So, I gave this profile a shot on Platform.sh.

Here's what I did:

composer create-project platformsh/drupal9 -s dev
composer require islandora/islandora_install_profile_demo --ignore-platform-reqs -W
platform ssh
cd web
drush si islandora_install_profile_demo

When I run the profile install via drush

I get errors and warnings. But it seems to do things. When I load the Drupal site, I got a plugin exception. After a cache rebuild, I get the site to load. Upon login, I get this error message:

Symfony\Component\Routing\Exception\RouteNotFoundException: Route "entity.user_role.devel_load" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 206 of core/lib/Drupal/Core/Routing/RouteProvider.php).

When I run the profile install via the browser instead, I get this error:

The website encountered an unexpected error. Please try again later.
Drupal\Core\File\Exception\InvalidStreamWrapperException: in Drupal\Core\File\FileUrlGenerator->doGenerateString() (line 106 of core/lib/Drupal/Core/File/FileUrlGenerator.php).
Drupal\Core\File\FileUrlGenerator->doGenerateString('fedora://full_horizontal_on-dark_rgb_800px_1.png', 1) (Line: 59)
Drupal\Core\File\FileUrlGenerator->generateString('fedora://full_horizontal_on-dark_rgb_800px_1.png') (Line: 362)
theme_get_setting('features.favicon') (Line: 597)
system_page_attachments(Array) (Line: 65)
Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage(Array, Object, 'install_page', Array) (Line: 76)
Drupal\Core\ProxyClass\Render\BareHtmlPageRenderer->renderBarePage(Array, Object, 'install_page', Array) (Line: 1058)
install_display_output(Array, Array) (Line: 161)
install_drupal(Object) (Line: 48)

@noahwsmith
Copy link
Contributor

Hi Greg- thanks for testing this. PR 248 Islandora-Devops/isle-dc#248 addresses these issues, I believe. Would you mind testing that?

Thanks in advance...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants