When plivocloud module is enabled, I get:

Notice: Undefined index: title in _system_sort_requirements() (line 2784 of /var/www/drupal-7.17/modules/system/system.module).
Warning: usort(): Array was modified by the user comparison function in system_status() (line 2314 of /var/www/drupal-7.17/modules/system/system.admin.inc).

in the Adminstration->Configuration page.

I thought this may have been due to file: voipplivocloud.install
$requirements['plivo_curl']

That is, plivo_curl is also defined in voipplivoframework.install

However, changing to plivocloud_curl and reinstalling the module did not resolve.

The error messages go away when the Plivo Cloud module is uninstalled.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Soul88’s picture

Had the same problem that was caused by the wrong permissions on the /sites/all/files directory.

Hope this helps.

Soul88’s picture

Issue summary: View changes

typo

davemaxg’s picture

Problem is due to a missing title in array returned by voipplivocloud_requirements function. Patch attached.