Closed (fixed)
Project:
jQuery carousel
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2015 at 10:56 UTC
Updated:
16 Aug 2017 at 08:02 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jithinantony commentedHave you installed modules jquery_carousel and libraries?
If you are getting any error, could you please attach the same here.
Comment #2
rei commentedyes, I have installed the modules, and the libraries
there is no error on the status report as well.
and there are no error message on the views.
there is option 'jquery carousel' on the views format, but when I selected and apply, the format can't be changed.
please try with fresh drupal install (drupal 7.37, views 7.x-3.11+11-dev, ctools 7.x-1.7+18-dev)
Comment #3
jithinantony commentedI installed the same Drupal version and same module versions. But I'm able to change to any format.
Could you please explain "the format can't be changed"? What is the exact issue that you face which will help me in solving this.
Comment #4
rei commentedwhat I mean is:
1. in views, the initial format is 'Unformatted list'
2. click 'Unformatted list' link
3. Select 'Jquery Carousel' Option
4. click Apply button
5. the Format Still 'Unformatted List'
I try other Format like Grid, Html list, jump menu, Table, and all working.
Comment #5
jithinantony commentedSorry, unable to reproduce.
Comment #6
jurgenhaasI have the same issue! Drupal 7.38, everything installed, no error message anywhere. It just doesn't switch to the format "jQuery Carousel".
Then I did a test in creating a new view and selecting jquery_carousel as the format there. That displays a server 500 error and the error.log shows the following stack trace. However, when changing in an existing view, it just fails silently without any error message anywhere.
Comment #7
jurgenhaasFound the reason for the error. The plugin is in a file called views/plugins/jqueryCarouselPluginStyleCarousel.inc but the module's info file is loading views/plugins/JqueryCarouselPluginStyleCarousel.inc with an upercase "J" at the beginning of the file name. This is failing on most OSes but not on all.
Comment #8
knalstaaf commentedh/t jurgenhaas
Comment #9
ajalan065 commentedComment #10
nithinkolekar commentedfixed! why not committed?