My site have display error as shown below
Hover intent not "installed in sites/default/libraries" The module will not work without it.
Hover intent not "installed in sites/default/libraries" The module will not work without it.
Hover intent not "installed in sites/default/libraries" The module will not work without it.
Hover intent not "installed in sites/default/libraries" The module will not work without it.
Hover intent not "installed in sites/default/libraries" The module will not work without it.
someone have idea or how to fix the problem

Thank you

Comments

gausarts’s picture

The module wants you to install hoverIntent into sites/all/libraries.
Please read the accompanying README.txt. It will provide info where to install hoverIntent.

If no README, you can download it from here:
http://cherne.net/brian/resources/jquery.hoverIntent.html

love, light n laughter

alexom1111’s picture

I am using module "image preview", i placed file jquery.hoverIntent.minified.js in dirs sites/all/libraries, sites/default/libraries, also tried renaming it to jquery.hoverIntent.js, tried creating different subdirs, also tried to debug image_preview.module. Looks like code

$path = libraries_get_path('jquery.hoverIntent.minified.js');

always places null in $path. I still get this message
Hover intent not "installed in sites/default/libraries" The module will not work without it.

alexom1111’s picture

here is the solution that worked for me:
- place jquery.hoverIntent.minified.js file inside /sites/all/libraries/hoverIntent folder
- replace file /image_preview.module with the one provided in archive http://drupal.org/files/image_preview.zip

i found it here http://drupal.org/node/1383572

VTM’s picture

not working for me.
I did as you described.

mattyy21’s picture

same problem.
Did you find a solution?