Hi,

I just realized that issue with a project where the PHP version was just aupdated. I found out that in newer PHP versions there appears a problem when modules have a package defined in module's .info file where brackets are used: https://www.drupal.org/node/2448461

So in .info file

package = Commerce (contrib)

needs to become

package = Commerce contrib

to avoid problems of that kind.

Best,
Tobias

Comments

tobiberlin created an issue. See original summary.

jcisio’s picture

Title: Module gets automatically deactivated with newer PHP version » Module gets automatically deactivated with new Suhosin version
Status: Active » Closed (duplicate)

The core issue is at: #2665152: Simplify module form structure and fix bugs when Suhosin is used. And it's not new PHP version related, it's Suhosin. I'm closing this because : 1/ no other Commerce contrib module is renaming the package 2/ this can be fix with suhosin configuration 3/ it could be eventually fixed in Drupal core.