- 🇺🇸United States SocialNicheGuru
it is looking for the module commerce_user_referral_points which does not exist.
https://www.drupal.org/docs/develop/creating-modules/defining-and-using-... →
- 🇺🇸United States SocialNicheGuru
This issue was introduced here #3274589: Refer and Earn →
In Drupal, the naming convention of a settings file, like commerce_user_referral_points.settings.yml, generally implies an association with a module. The name before the dot (commerce_user_referral_points in this case) usually refers to the module name. Thus, Drupal often assumes that a settings file named in this manner is linked to a module with a corresponding name. If the module doesn't exist or isn't enabled, but its configuration is present in the exported configuration, Drupal will throw an error during configuration import. This is likely the source of the issue you are experiencing. It's important to ensure that the module name corresponds accurately to the settings file and that the module is properly installed and enabled in your Drupal setup.
The naming of the settings file creates this issue.
- Status changed to Needs review
10 months ago 12:24pm 19 January 2024 - 🇺🇸United States SocialNicheGuru
Uploading a patch to change the settings file from commerce_user_referral_points.settings to commerce_user_points.referral_settings
Not sure if that is the right change.
- Status changed to Needs work
10 months ago 2:38pm 19 January 2024 - 🇺🇸United States SocialNicheGuru
I need to update the patch to rename config/install/commerce_user_referral_points.settings.yml to config/install/commerce_user_points.referral_settings.yml
- Status changed to Fixed
5 months ago 2:31pm 21 June 2024 - 🇮🇳India jigish.addweb
The settings name has been updated in 3.0.x branch. Thanks for the help.
Automatically closed - issue fixed for 2 weeks with no activity.