This happens if you go to the admin/reports/status.
The problem consists when you install both modules:
1) The SimpleAds
2) Views slideshow cycle (from the views slideshow module)

Both of the modules uses incorrect hook_requirements implementation in the Return value

"An associative array where the keys are arbitrary but must be unique (it is suggested to use the module short name as a prefix) and the values are ..."

... but both of the modules uses 'jquery.cycle' as the key of the returning requirements array! The returned arrays are merged and the 'title' element in the array becomes an array - and this is what the warning is about.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

miketitsch’s picture

I can confirm.

miketitsch’s picture

Issue summary: View changes

Small addition to the last comment

Liliplanet’s picture

Issue summary: View changes

Yes, see the same in dblog, any way to fix that please?

Chris Gillis’s picture

Chris Gillis’s picture

Status: Active » Needs review
FileSize
867 bytes
minnur’s picture

Status: Needs review » Closed (won't fix)