I don't know if this a drupal thing or something implemented by the module.

When running
drush en configuration_ui
I got the error message
configuration_ui is incompatible with the Drupal version

I looked in the info file and saw php version had to equal 5.3

My host uses PHP CLI version 5.2.17

I knew that the webserver was using a later PHP version so I enabled configuration_ui and its dependencies through the Modules page. That worked fine.

I marked this as a bug because the error message is wrong. It was a PHP version problem, not a Drupal version problem.

Comments

dagmar’s picture

Status: Active » Postponed (maintainer needs more info)

I'm afraid this bug belongs to drush. Configuration Management doesn't check the php version or the drupal version.