stable theme has been removed from core

Created on 22 November 2023, 7 months ago

Problem/Motivation

The "Stable" theme, which was previously a part of the Drupal core (the essential foundation of Drupal software), has been removed. However, upon attempting to install this theme separately, there are errors occurring, possibly during the installation or activation process. This could indicate issues with compatibility or missing dependencies affecting the proper functioning of the Stable theme within the Drupal framework.
I have attached a screenshot for better reference.

Steps to reproduce

  1. Install theme

Proposed resolution

We can set the the base theme false

๐Ÿ› Bug report
Status

Needs review

Version

9.0

Component

Code

Created by

๐Ÿ‡ฎ๐Ÿ‡ณIndia Nitin shrivastava

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @Nitin shrivastava
  • Status changed to Needs review 7 months ago
  • ๐Ÿ‡ฉ๐Ÿ‡ชGermany Synflag

    I think I have a similar Issue which might fit into this one:
    When I update drupal/zurb_foundation from 6 to 9, composer is downloading the "stable" theme into themes/contributed.
    But itยดs not deleting core/themes/stable in my case.

    this is from the composer installed theme:

    # Information added by Drupal.org packaging script on 2022-09-13
    version: '2.0.0'
    project: 'stable'
    datestamp: 1663102969

    The composer.json from zurb_foundation has this part:

    "require": {
        "drupal/stable": "^2.0"
      }

    and composer installs themes into the themes dir.
    Installer path section of the root composer:

    "docroot/themes/contrib/{$name}": [
                    "type:drupal-theme"
                ],

    We should be save by removing the stable theme source from themes/contrib. I try that.
    Yep, its working. My site looks fine, my css begins like that:

    @charset "UTF-8";
    /**
     * Foundation for Sites
     * Version 6.7.4
     * https://get.foundation
     * Licensed under MIT Open Source
     */

    The old one was version 6.5.3 (btw: 6.7.5 would be nice)

    And as always: thx for this wonderful theme.
    Best,
    Lars Jendrzejewski

Production build 0.69.0 2024