Zircon 8.x-1-dev seems to work on Drupal 9.0.1 without problems or deprecated code.
Gives a warning about the version information that needs to be updated.

Following patch will do just that.

CommentFileSizeAuthor
#2 d9-compatibility-3154623.patch388 bytesjohan den hollander

Issue fork zircon-3154623

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

johan.den.hollander created an issue. See original summary.

johan den hollander’s picture

StatusFileSize
new388 bytes

Patch added.

johan den hollander’s picture

Assigned: johan den hollander » Unassigned
Status: Active » Needs review
thalles’s picture

Status: Needs review » Reviewed & tested by the community

ops!

thalles’s picture

Status: Reviewed & tested by the community » Needs work

Just add the new line, so it remains compatible with versions less than 8.8

+++ b/zircon.info.yml
@@ -4,7 +4,7 @@ base theme: classy
+core_version_requirement: '^8 || ^9'

guilhermevp made their first commit to this issue’s fork.

guilhermevp’s picture

Status: Needs work » Needs review

Created a merge request that kept the core: 8.x for compatibility below 8.7.7.

thalles’s picture

Status: Needs review » Reviewed & tested by the community
thalles’s picture

Thanks @all!

MegaChriz made their first commit to this issue’s fork.

  • MegaChriz committed 33196b8 on 8.x-1.x authored by guilhermevp
    Issue #3154623 by guilhermevp, johandenhollander, thalles: Marked theme...
megachriz’s picture

Status: Reviewed & tested by the community » Fixed

While I don't work on the D8/D9 version of Zircon at all, I know that this simple change can help people make the move to D9, so I merged the suggested change.

thalles’s picture

Thanks @MegaChriz!

Status: Fixed » Closed (fixed)

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

enconengineers’s picture

Hi,
I am running on Drupal 8.9.19 with the old Zircon version 8x1.0-rc1. In order to upgrade to the latest D9 version of Drupal 9.0.14, I was trying to first upgrade the old Zircon version on D8.9.19, and got the following errors.

1. First, I was upgrading the Zircon, with the latest (on 17Sep 21 - Zircon 8x1-dev) updated version on the Drupal website. But the following error message appeared --- --- Module admin_toolbar_search has an entry in the system.schema key/value storage, but is not installed. More information about this error --- ---.

2. Then, I added the patch code as suggested in the weblink (https://www.drupal.org/files/issues/2020-06-24/d9-compatibility-3154623....) in the Zircon.info.yml - But while updating the site crashed. Maybe I have added the Patch wrongly - This is how I added it.
------------------------------------------------------------------------------------------
name: Zircon
type: theme
diff --git a/zircon.info.yml b/zircon.info.yml
index 9d3fc19..6f7f20c 100644
--- a/zircon.info.yml
+++ b/zircon.info.yml
@@ -4,7 +4,7 @@ base theme: classy
description: 'A flexible, recolorable theme with many regions and a responsive, mobile-first layout.'
package: Core
# version: 8.1.3
-core: 8.x
+core_version_requirement: '^8 || ^9'
libraries:
- zircon/global-styling
regions:
------------------------------------------------------------------------------------
Shall appreciate your comments.

enconengineers’s picture

I thought of clarifying the MAIN ISSUE OF ZIRCON 8x1-DEV UPGRADE WITH DRUPAL VERSION of 8.9.19. Actually, the upgrade is going through, but while opening the site - the site seems to work, BUT THE WEBSITE loses its FORMATING with random pages.