Problem/Motivation

The site template installs Mercury theme, but it's not used. Guessing the build used Starter initially and it just got caught up in the site:export.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

pameeela created an issue. See original summary.

mandclu’s picture

Thanks for the feedback. I had originally thought the same thing, but after removing it from the recipe, I got a fatal error during install:

An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /core/install.php?profile=drupal_cms_installer&langcode=en&name=1&template=1&id=1&op=do_nojs&op=do
StatusText: parsererror
ResponseText: Drupal\Core\Render\Component\Exception\ComponentNotFoundException: Unable to find component "mercury:accordion-container" in the component repository. [The "mercury:accordion-container" plugin does not exist. Valid plugin IDs for Drupal\canvas\Plugin\ComponentPluginManager are: event_horizon:featured-speaker, event_horizon:site-hero, event_horizon:site-header, event_horizon:site-hero-25, event_horizon:sponsor-teaser, event_horizon:site-stats, event_horizon:site-hero-details, event_horizon:details, canvas:image, navigation:toolbar-button, navigation:badge, navigation:title] in Drupal\Core\Theme\ComponentPluginManager->createInstance() (line 123 of /var/www/html/web/core/lib/Drupal/Core/Theme/ComponentPluginManager.php).

I'll dig a little deeper to see if more needs to be removed.

pameeela’s picture

Oh, yes, you have to delete all of the Mercury component config also.

  • mandclu committed 4d12b83b on 2.0.x
    fix: #3601102 Mercury theme is installed but not used
    
    By: pameeela
    By:...
mandclu’s picture

Status: Active » Fixed

I was able to confirm that with the Mercury component config removed along with mentions in the recipe.yml and composer.json, the site template installs without error. There are test failure but those were existing and unrelated to the work here. Merged in.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.