Slider does not slide under Firefox, opera, chrome, IE8
All pictures are one after the other or on after the other for the most little size

error message :
"Warning: file_get_contents(/jquery.nivo.slider.pack.js) [function.file-get-contents]:
failed to open stream: No such file or directory in _locale_parse_js_file() (line 1488 of
C:\wamp\www\drupal7\includes\locale.inc)."

Drupal version 7.15 fr new install with block and libraries API enabled
running on localhost under wampserver 2.2 (php 5.3.13, Mysql 5.5.24)
Windows 7 64 bits service pack 1

Comments

devin carlson’s picture

Status: Active » Fixed

It looks like you either did not copy the Nivo Slider jQuery plugin to sites/all/libraries or it was deleted at some point. Ensure that the following path + file exists, sites\all\libraries\nivo-slider\jquery.nivo.slider.pack.js.

Per the installation instructions, to install Nivo Slider:

  1. Copy the Libraries API module to sites/all/modules or sites/sitename/modules as you require.
  2. Download the latest version of the Nivo Slider jQuery plugin and extract it to sites/all/libraries or sites/sitename/libraries as you require. The extracted folder must be named nivo-slider.
  3. Enable Nivo Slider and all of the modules that it requires.
haradhansharma’s picture

i m suffering also having this problem! Your instruction is ok, but not working and error massage

Warning: file_get_contents(sites/all/libraries/nivo-slider/jquery.nivo.slider.pack.js) [function.file-get-contents]: failed to open stream: Permission denied in _locale_parse_js_file() (line 1488 of C:\wamp\www\tp\includes\locale.inc).

I dont want to go to views slidshow, if it is working!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.