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?
Closed: won't fix
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.