Hello, I notice after install Simpleads several warnings appears in the Status Report page, for example:

Notice: Array to string conversion in theme_status_report() (line 2602 of .../nextelstation_dev/modules/system/system.admin.inc).

The origin of the problem is a conflict with the submodule of Views Slideshow views_slideshow_cycle, if I disable it the problem is gone, or if I change the line 140 in simpleads.module

$requirements['jquery.cycle'] = array(

to

$requirements['jquery_cycle'] = array(

Problem solved too.

Anyone know how to deal with multiple validation for the same library?

Comments

RAFA3L created an issue. See original summary.

minnur’s picture

Status: Active » Closed (won't fix)