trying to configur superflish menus in danland them getting below error

Warning: file_get_contents(sites/all/libraries/superfish/jquery.hoverIntent.minified.js) [function.file-get-contents]: failed to open stream: No such file or directory in drupal_build_js_cache() (line 4817 of C:\xampp\htdocs\yourdream\includes\common.inc).
Warning: file_get_contents(sites/all/libraries/superfish/jquery.bgiframe.min.js) [function.file-get-contents]: failed to open stream: No such file or directory in drupal_build_js_cache() (line 4817 of C:\xampp\htdocs\yourdream\includes\common.inc).
Warning: file_get_contents(sites/all/libraries/superfish/superfish.js) [function.file-get-contents]: failed to open stream: No such file or directory in drupal_build_js_cache() (line 4817 of C:\xampp\htdocs\yourdream\includes\common.inc).
Warning: file_get_contents(sites/all/libraries/superfish/supersubs.js) [function.file-get-contents]: failed to open stream: No such file or directory in drupal_build_js_cache() (line 4817 of C:\xampp\htdocs\yourdream\includes\common.inc).
Warning: file_get_contents(sites/all/libraries/superfish/supposition.js) [function.file-get-contents]: failed to open stream: No such file or directory in drupal_build_js_cache() (line 4817 of C:\xampp\htdocs\yourdream\includes\common.inc).
Warning: file_get_contents(sites/all/libraries/superfish/sftouchscreen.js) [function.file-get-contents]: failed to open stream: No such file or directory in drupal_build_js_cache() (line 4817 of C:\xampp\htdocs\yourdream\includes\common.inc).
Files not found:
sites/all/libraries/superfish/jquery.hoverIntent.minified.js
sites/all/libraries/superfish/jquery.bgiframe.min.js
sites/all/libraries/superfish/superfish.js
sites/all/libraries/superfish/supersubs.js
sites/all/libraries/superfish/supposition.js
sites/all/libraries/superfish/sftouchscreen.js

Could you please help me to solve this issue

CommentFileSizeAuthor
superfish error.PNG43.56 KBaletikirankumar

Comments

annetbusy’s picture

I have the same promlem.
Can anybody help?

david137’s picture

Look at:

fgaguilar’s picture

Look at what?

navoff’s picture

The problem is likely that when the files were unzipped, they got put other than the default location. The default location is: sites/all/libraries/superfish/. When I first installed the files, they got stored in sites/all/libraries/superfish/mehrpadin-Superfish-for-Drupal-1571b1d. I just moved the content of mehrpadin-Superfish-for-Drupal-1571b1d up one level and it solved the problem.

mahipal46’s picture

use command for drush user: "drush superfish-plugin"
then it create new libraries folder and contains superfish library.then add your libraries file in config file.it works.

mahipal46’s picture