Warning: strcmp() expects parameter 2 to be string, array given in _system_sort_requirements() (line 2785 of /var/aegir/platforms/openpublish-7.x-1.0-beta7/modules/system/system.module).
I just updated the feeds module with Drush and the status page now displays the following warnings:
Warning: strcmp() expects parameter 1 to be string, array given in _system_sort_requirements() (line 2785 of /var/aegir/platforms/openpublish-7.x-1.0-beta7/modules/system/system.module).
Warning: strcmp() expects parameter 1 to be string, array given in _system_sort_requirements() (line 2785 of /var/aegir/platforms/openpublish-7.x-1.0-beta7/modules/system/system.module).
Warning: strcmp() expects parameter 2 to be string, array given in _system_sort_requirements() (line 2785 of /var/aegir/platforms/openpublish-7.x-1.0-beta7/modules/system/system.module).
Warning: strcmp() expects parameter 2 to be string, array given in _system_sort_requirements() (line 2785 of /var/aegir/platforms/openpublish-7.x-1.0-beta7/modules/system/system.module).
Warning: usort(): Array was modified by the user comparison function in system_status() (line 2320 of /var/aegir/platforms/openpublish-7.x-1.0-beta7/modules/system/system.admin.inc).
I'm not sure if this is caused by the feeds update, its just that it occurred right after I ran "drush pm-update" and the feeds module was the only one updated.
Thanks for any help resolving.
Comments
Comment #1
kpm commentedI also just noticed in the status report that I've got two yellow background lines displayed stating "Array" "Array" but no other info...
Comment #2
kpm commentedIt seems the Simplepie module was causing this. I've simply disabled and uninstalled simplepie to solve it. Simple.