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
| Comment | File | Size | Author |
|---|---|---|---|
| superfish error.PNG | 43.56 KB | aletikirankumar |
Comments
Comment #1
annetbusy commentedI have the same promlem.
Can anybody help?
Comment #2
david137 commentedLook at:
Comment #3
fgaguilar commentedLook at what?
Comment #4
navoff commentedThe 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.
Comment #5
mahipal46 commenteduse 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.
Comment #6
mahipal46 commented