Problem/Motivation

Using D10 it was found this warning message:

User warning: The following theme is missing from the file system: classy in Drupal\Core\Extension\ExtensionPathResolver->getPathname() (line 63 of core/lib/Drupal/Core/Extension/ExtensionPathResolver.php)

It is necessary to replace the default theme Classy since is deprecated. See https://www.drupal.org/node/3313997.

Steps to reproduce

The warning messages appear on every page of Drupal.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

andreadruiz created an issue. See original summary.

andreadruiz’s picture

This patch only replaces the classy theme with a stark default theme.

andreadruiz’s picture

Status: Active » Needs review

Status: Needs review » Needs work

The last submitted patch, 2: 3400296-fix-replace-deprecated-theme.patch, failed testing. View results
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.

Berdir’s picture

Status: Needs work » Closed (duplicate)

Including this in #3419009: Use Gitlab CI, you usually can't replace classy with stark, there's a reason tests use classy. the simple replacement for that is starterkit_theme, did that over there.