I'm getting an error on Drupal 7.22 using 7.x.1.0

I have the module enabled.

Neither drush rnjs-plugin or drush rnjsplugin works.

sites/all/libraries/responsive_navigation with the required files downloaded is there. I see this in my status report..

responsive-nav.js library Not installed: Please download the responsive-nav.js library from http://responsive-nav.com/.

I have done so? What am I missing?

Thanks

Comments

jrabeemer’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Do you have drush installed correctly? At the command-line, can you do this and get a response?

drush -v

Are you executing the drush alias command within the folder where your settings.php file is located? Drush needs to be executed within the parent folder of your drupal website in order to work.

xantha’s picture

I have the same alert — Please download the responsive-nav.js library from http://responsive-nav.com/ — is drush a _must have_ for using this module? Because it's not mentioned at the project's page...
Greetings
Xantha

jrabeemer’s picture

Drush is not required. I wrote how to install the JS library without Drush in the INSTALL.txt.

xantha’s picture

I installed it, but it doesn't work ...
The whole package is at -> sites/all/libraries/responsive-nav.js (I deleted "-master"), then I run cron and got this message ...
In this case I don't work local.

xantha’s picture

I should not try to solve problems after 10 hours working :D

Now I renamed the directory (as described in INSTALL.txt) into responsive_navigation and it works.

jrabeemer’s picture

Hooray. Congratulations!

TarKHaoS’s picture

In your project page and documentation, you should indicate the full path to the JS library for those who don't (can't) use Drush.

For example:
If you don't use Drush, the responsive-nav.js library has to be put under a "responsive_navigation" directory into your library folder, IE sites/all/libraries/responsive_navigation/responsive-nav.js .