Hey, a bit puzzled: somehow on my local staging the module can't find the path to the jquery.cycle I guess. So no slide show, and views UI complaining I should install the jquery.cycle. Which is installed in site/all/libraries and now even with Libraries module.

It happened some 2-3 weeks ago with next dev module version (and before introducing Libraries module). Server setup hasn't change. All other modules work just fine / as before. What would be the best way to debug?

Comments

redndahead’s picture

Status: Active » Postponed (maintainer needs more info)

Does your path look like this sites/all/libraries/jquery.cycle/jquery.cycle.all.min.js

betarobot’s picture

Sure, the path is exactly like this. And as I mentioned it was working just fine with earlier 7.3.dev versions. That's the issue. The dev environment: pretty much default Apache on OSX 10.6.6.

Just checked the syslog:

http://zzz|1300035340|php|127.0.0.1|http://zzz/admin/structure/views/ajax/display/front/default/style_options
|http://zzz/admin/structure/views/edit/front?render=overlay|1||Notice: Undefined variable: modules in views_slideshow_plugin_style_slideshow->options_form() (line 92 of /Users/yyy/Sites/zzz/sites/all/modules/views_slideshow/views_slideshow_plugin_style_slideshow.inc).

Checked the line 92 in the version which worked... they are identical. Hm....

redndahead’s picture

This shouldn't fix your first problem, but on line 92 of that file change $modules[$module] to $slideshows[$module]['name']

betarobot’s picture

Yup, the syslog error is fixed with #3. Any pointers on how to catch/debug the initial issue? Or do you think it's "only me" thing (it's ok though :) ).

redndahead’s picture

permissions maybe? It's picking it up for me.

betarobot’s picture

Permissions are fine. No error messages now. Hm...

redndahead’s picture

Status: Postponed (maintainer needs more info) » Fixed

Strange. Glad to hear it's working

noussh’s picture

Title: Library path(?) lost » file permission problem.

I had the same problem. Slideshow was working fine on my local machine, but when I uploaded to the server, only first image, no animation. changed file permission. It's working now.

Thanks, Noushad.
www.fivedimensions.co

Status: Fixed » Closed (fixed)

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