Closed (fixed)
Project:
Views Slideshow
Version:
6.x-3.x-dev
Component:
Cycle
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2011 at 04:09 UTC
Updated:
17 Feb 2011 at 05:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
bramface commentedThe site is http://pmid.org/ - and all I need to do is change ANY of the SingleFrame timing options (lower the Timer delay, add an Initial delay) and the images disappear.
Comment #2
bramface commentedOh - and if I add pager thumbnails vie Singleframe, that ALSO erases all the images. I'll do a views code dump here if asked. The views are built from taxonomy arguments and Flags.
Comment #3
redndahead commentedYou need to use views slideshow 3.x with views 3.x
Comment #4
bramface commentedAnd then there is no Views Slideshow Singleframe.
It looks like I can choose between Views Slideshow JCarousel (http://drupal.org/project/views_slideshow_jcarouselthumbs) and Views Slideshow Galleria (http://drupal.org/project/views_slideshow_galleria).
Galleria has twice the user base, so I'll try that first and report back.
Comment #5
bramface commentedWell, first problem: I try to configure Slideshow for my gallery display and get:
An error occurred at /admin/build/views/ajax/display/image_slideshow/image_gallery_1/style_options.
Error Description:
Fatal error: Cannot pass parameter 2 by reference in /usr/local/web/www/drupal/6/core/drupal-6.20/includes/form.inc on line 1063
I get a similar error for my singleframe display:
An error occurred at /admin/build/views/ajax/display/image_slideshow/page_4/style_options.
Error Description:
Fatal error: Cannot pass parameter 2 by reference in /usr/local/web/www/drupal/6/core/drupal-6.20/includes/form.inc on line 1063
So I reckon I need to rebuild these.
Comment #6
bramface commentedOkay, looks like a PHP incompatibility, per http://drupal.org/node/452384. Patched, but no success with 6.x-3.x-dev (too bad! I wanted that Clone Display feature!)
So: installed 6.x-3.0-alpha3, with patch from 452384. Still got that error.
I suppose need to revert to Views 2x and all those, and see if I can solve the problem there.
If anyone reads this post and is willing to consult to help with the Ajax errors, please contact-form me!
Thanks.
Comment #7
bramface commentedI have reverted to the 2.x branches until there are release versions of the 3.x that address PHP 5 (assuming that was the culprit.) Marking this closed.
Comment #8
pdcarto commentedre-activated and marked for 6.x-3.x-dev
Regarding: "Fatal error: Cannot pass parameter 2 by reference in /usr/local/web/www/drupal/6/core/drupal-6.20/includes/form.inc on line 1063" - I only saw this error after I added in the json2 library. When I remove the library, the error message goes away (of course slideshow requires the json2 library, and therefore doesn't work after I do this).
It's not necessary to revert all the way back to 2.x. I have a copy of Views Slideshow 6.x-3.x-dev dated November 2010, which was put out before to the changes were made requiring the javascript libraries. This older version works with Views 6.x-3.x.
Comment #9
mustanggb commentedFix attached
Comment #10
mustanggb commentedLet's try that again...
Comment #11
killua99 commented@Network, I need views 3.x to use slideshow 3.0 ?? Because I can't still see the option in views (I'm using views 2.x-stable). I apply this patch and re enable the module and uninstall and reenable again, flush cache, and nothing happend.My bad. Let me try 2.x-dev xD sorry.
Comment #12
9802008 commentedTested patch #10 with
Views Slideshow 6.x-3.x-dev
Views 6.x-3.x-dev
Works fine
Comment #13
redndahead commentedcommitted thank you