Closed (fixed)
Project:
IMCE
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2018 at 13:29 UTC
Updated:
9 Nov 2018 at 12:04 UTC
Jump to comment: Most recent
When I install IMCE I get this user warning:
User warning: The configuration name "imce.profile.default" does not match the ID "member" in Drupal\Core\Config\ConfigInstaller->createConfiguration()
Comments
Comment #2
extexan commented+1
Comment #3
karolus commented@thoward216,
Did you try updating user permissions under /admin/reports/status?
Comment #4
extexan commented@karolus, judging from the error message, this seems to be a problem with the module creating the config parameters. How does that relate to user permissions?
And even if it was somehow related to permissions, how would one update/change permissions for a module before installing said module?
Comment #5
thoward216 commented@extexan I agree, I don't think it does relate to user permissions. It happens on install of the module.
Comment #7
ufku commentedRenamed the member profile yml to make it match the id. (imce.profile.default.yml -> imce.profile.member.yml)
Thanks for reporting.