Problem/Motivation
Drupal 10 is released on 14 December and Theme is not found compatible with it.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | theme-compatibility-3337553-2.patch | 587 bytes | ashutosh ahirwal |
| #6 | theme-compatibility-3337553-3.patch | 2.89 KB | ashishsingh27 |
| #9 | PortD9toD10#9.patch | 2.76 KB | abh1shek chauhan |
| #9 | Screenshot from 2023-04-05 10-41-30.png | 63.1 KB | abh1shek chauhan |
Issue fork fashion_beauty-3337553
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
Comment #2
ashutosh ahirwal commentedProviding patch for reference.
theme-compatibility
Comment #4
avpadernoComment #5
avpadernocorecannot be used with that value ofcore_version_requirement.Comment #6
ashishsingh27 commentedHere is a patch to get it working on drupal 10.
As mentioned by @apaderno, since,
corecan not be used have removed it. and added it likecore_version_requirement: ^8.8 || ^9 || ^10.prior to 8.7
core_version_requiremntis not there.maybe this link will be helpful https://www.drupal.org/node/3070687
Also, for
File::load($fid[0])it was getting null value hence have added condition to check for Null.Comment #7
ashishsingh27 commentedComment #8
abh1shek chauhan commented@ashishsingh27 I have tested this theme on my local drupal 10 setup and it's giving error with drupal-check.
Comment #9
abh1shek chauhan commented@ashishsingh27 I've created a new patch for it. It is working fine now. Please apply this patch and test it in your local drupal D10 setup.
Comment #10
abh1shek chauhan commentedComment #11
avpadernoSince there are not clear instructions a novice user can follow, this is not a novice issue.
Comment #12
avpadernoWith that
core_version_requirementvalue,corecannot be anymore used. Also,core_version_requirementshould becore_version_requirement: ^8.8 || ^9 || ^10becausecore_version_requirementis not recognized in earlier Drupal versions.Has anybody verified the code is really compatible with Drupal 10? Is the code still using functions/methods that have been removed from Drupal 10?
Comment #13
shivam_tiwari commentedComment #15
shivam_tiwari commentedComment #18
arti_parmar commentedI have reviewed the changes and tested them. I will merge them.
Comment #20
arti_parmar commented