I get this on my systems page:
Warning: strcmp() expects parameter 1 to be string, array given in _system_sort_requirements() (line 2796 of drupal7/modules/system/system.module).
the line is
return strcmp($a['title'], $b['title']);
I did a debug to and found that wayport is causing it
[0] => Array
(
[function] => _system_sort_requirements
[args] => Array
(
[0] => Array
(
[title] => Array
(
[0] => cURL
[1] => cURL
[2] => cURL
)
[value] => Array
(
[0] => Enabled
[1] => Enabled
[2] => Enabled
)
)
[1] => Array
(
[title] => jQuery Waypoints
[description] => The jQuery Waypoints plugin has been found in sites/all/libraries/jquery.waypoints
[severity] => 0
[value] => 2.0.4
)
)
)
Comments
Comment #1
socialnicheguru commentedComment #2
rooby commentedAre you using a patched version of this module? Maybe the patch at #2082639: Use the Libraries API to load jQuery Waypoints .js files?
If so, this should be marked a duplicate of that one with a comment in that issue about this error so it can be fixed in the patch. Also mention which version of the patch you are using.
Comment #3
temkin commented