I can't handle with drupal's commerece modules. When I chose the right module and save the configuration - the module is still unactive. I've found the same case in the flllowed link:

http://stackoverflow.com/questions/28872394/unable-to-install-or-enable-...

but it doesn't work right. I have a fresh drupal 7.36 and commerce 7.x-1.11 installation.

The modules, that i can't install, are:
- Commerce AJAX Add to Cart
- Commerce Cart Ajax
- Commerce Custom Offline Payments
- Shipping

Comments

rszrama’s picture

Status: Active » Closed (cannot reproduce)

Did 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.

beder’s picture

wescleyteixeira’s picture

Hi,

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.

freshpage’s picture

#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.

evybenita’s picture

Wow, #3 is such a nice and quick fix, and it works! Thanks! :D