The requirement of having jQuery Cycle plugin is not specified in the modules page. Nor documented.

It just shows up in Status report as "jQuery Cycle plugin Not installed".

Comments

fugazi’s picture

I've also noticed it. to solve create folder in sites/all/libraries "jquery.cycle" and copy files jquery.cycle.all.js from http://jquery.malsup.com/cycle/

Clemens’s picture

Sorry fugazi but your fix #1 does not work for me. I have /sites/all/libraries/jquery.cycle containing the file jquery.cycle.all.js. However, SimpleAds still reports the libraries as missing. Any further thoughts? Anyone? Thank you.

neograph734’s picture

It worked for me.

Clemens, do you have the libraries module enabled. I guess that could be added as a dependency as well to indicate a library is required.

mouhammed’s picture

Here is the steps to follow :
1. Install & activate libraries module
2. Download and put the jquery.cycle.all.js in /sites/all/libraries/jquery.cycle
3. Install & activate simpleAds module
Try to flush the cache if the message persist.

minnur’s picture

Status: Active » Needs review

This is fixed in 7.x-2.x DEV, now the module displays a warning message if jQuery.Cycle not installed.

Clemens’s picture

Thank you Neograph734 and minnur...

Yes, I did have the libraries module installed.

I suspect that the issue may have been related to the Jquery version offered by default but I have not yet verified that.

Thank you for your (very detailed) help.

Clemens

marketter’s picture

Status: Needs review » Reviewed & tested by the community

I have tested this issue this morning with a fresh install of D.28. Drupal gave the appropriate warning message stating that Jquery.Cycle wasn't installed yet. When I placed the js file into the sites/all/libraries/jquery.cycle/ folder the warning message went away.

I recommend adding documentation to the project page listing all of the required modules/libraries.

minnur’s picture

Status: Reviewed & tested by the community » Closed (fixed)

Fixed in DEV.