Posted by bramface on January 7, 2011 at 4:09am
7 followers
| Project: | Views Slideshow |
| Version: | 6.x-3.x-dev |
| Component: | Cycle |
| Category: | support request |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I have views 6.x-3.x-dev, views_slideshow 6.x-2.x-dev and image 6.x-1.1. I have a panel page with two slideshow singleframes displaying side by side.
These are identical save for the flags. I want one to begin cycling after the other.
As soon as I enter an Initial slide delay offset, all the images disappear from that display. If I remove it, they remain gone.
If I change the style to "unformatted" they reappear (but obviously not in slideshow); back to slideshow and they disappear again.
Any ideas?
-Bram
Comments
#1
The 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.
#2
Oh - 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.
#3
You need to use views slideshow 3.x with views 3.x
#4
And 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.
#5
Well, 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.
#6
Okay, 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.
#7
I 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.
#8
re-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.
#9
Fix attached
#10
Let's try that again...
#11
@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.
#12
Tested patch #10 with
Views Slideshow 6.x-3.x-dev
Views 6.x-3.x-dev
Works fine
#13
committed thank you
#14
Automatically closed -- issue fixed for 2 weeks with no activity.