You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: