Closed (cannot reproduce)
Project:
Commerce Core
Version:
7.x-1.11
Component:
Contributed modules
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 May 2015 at 09:16 UTC
Updated:
3 Jul 2018 at 19:26 UTC
Jump to comment: Most recent
Comments
Comment #1
rszrama commentedDid you check the solution posted to that question? I've never seen an issue like this personally, so I won't be of much service. If you can't figure it out, you might also try https://drupal.stackexchange.com.
Comment #2
beder commentedmore a workaround than a solution:
https://drupalcommerce.org/questions/37362/commerce-contrib-module-not-i...
Comment #3
wescleyteixeira commentedHi,
I changed the info file of every contrib module for commerce from:
package = Commerce (contrib)
to:
package = Commerce
and I can enable the modules.
I hope helps someone.
Comment #4
freshpage commented#3 worked for me but instead of changing to package = Commerce, I changed to package = Commerce Contrib. This is also a problem with any modules that use () in the package name.
Comment #5
evybenita commentedWow, #3 is such a nice and quick fix, and it works! Thanks! :D