- Issue created by @sboden
For a proper name of a drush command, maybe "dxpr_theme:regenerate" or "dxpr_theme:cr" (preference for the regenerate).
- π³π±Netherlands jurriaanroelofs
Hi sboden, thank you for your issue.
The issue would be resolved in our 6.x releases which have factored out the color module. It's due to be released for production in January but I created an alpha release for you which is tested to work OK, but not yet integrated in our visual regression test suite, so please test it to meet your requirements yourself, too:
https://www.drupal.org/project/dxpr_theme/releases/6.0.0-alpha1 βNote that if you have subtheme you should recreate it from the 6.x version, as your 5.x subtheme would still have "color module architecture".
Regards,
Jurriaan - π³π±Netherlands jurriaanroelofs
p.s. the alpha release does actually contain an update hook that should migrate your colors to the new system, this requires Drupal 9.4+ to work.
I upgrade dxpr_theme from 5.2 to 6.0.0-alpha1 on a Drupal 10.1: everything is looking good. And this issue is solved in there.
- π³π±Netherlands jurriaanroelofs
Great, thank you for your feedback!
One strange possibly related thing. On Drupal 10.1 after I upgrade dxpr_theme, I tried to enable the layout_builder module by doing "drush en layout_builder", and then I get the error "The module color does not exist.". Trying the same on a backup copy of the project the layout_builder enables just fine.
- π³π±Netherlands jurriaanroelofs
@sboden are you using our DXPR Marketing CMS distribution? You may need to remove the -color line from dxpr_marketing_cms.yml:
https://git.drupalcode.org/project/dxpr_marketing_cms/-/blob/10.1.x/dxpr...
- πΊπΈUnited States bsnodgrass
I experienced this same issue and upgraded to dxpr_theme 6.0.0-beta1 which seemed to solve this problem.
However the upgrade process was incomplete. Since I am on core 10.2.3 the core color module had been removed from core. Dependencies identified the color contrib project should be installed to replace it.
Reviewing this today with @JurriaanRoelofs he identified there were conflicts with the contrib color module which were preventing colors from being properly implemented for use with the 6.0.0-beta dxpr-theme. Once this was uninstalled the issue was resolved. I will create a new issue if one does not already exist.