Closed (fixed)
Project:
Views Slideshow
Version:
6.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Apr 2010 at 19:58 UTC
Updated:
15 Aug 2010 at 13:22 UTC
Hi Community, dear developer,
after upgrading to views 6.x-2.10 and to views slideshow 6.x-2.0-beta4 I experience a strange error in one of my views.
The view uses fields and when defining the style as e.g. unformatted or HTML list the data are correctly displayed in the preview below (a bunch of images from image_fields). When now switching to style slideshow simply nothing appears in the preview.
Thanks for your help, best regards,
Boro
Comments
Comment #1
BoromirOfGondor commentedAs expected the queries are similar for both styles. Another interesting effect: the drop down for the slideshow mode offers not three but five options: single frame, thumbnail hover, single frame, thumbnail hover, imageflow.
I selected both single frame options, hoping the invalid/old one would disappear, but this didnt help.
SQL for style unformatted is similar as for slideshow:
SELECT node.nid AS nid,
node.type AS node_type,
node.vid AS node_vid,
RAND() AS _random
FROM node node
WHERE node.status <> 0
ORDER BY _random ASC
Comment #2
redndahead commentedHmm that is weird. You may have to uninstall and reinstall views_slideshow. Seems strange things happened during your update. Did you upgrade from beta2 to beta4?
Comment #3
redndahead commentedComment #4
redndahead commentedMarking as fixed
Comment #6
BoromirOfGondor commentedHi all,
I had to uninstall views slideshow: imageflow, views slideshow and then reinstalled everything in the versions mentioned above. From this point on everything worked ok.
Thanks and regards,
Boro
Comment #7
hip commentedNew version, same case.
I did a clean install:
Views 6.x-2.11
Views Slideshow 6.x-2.3
Just the same that happened to Boromir: The view uses fields and when defining the style as e.g. unformatted or HTML list the data are correctly displayed in the preview below (a bunch of images from image_fields + some text fields). When now switching to style slideshow simply nothing appears in the preview + nothing appears when including the block ithin an area or a panel
Any clue?
Comment #8
redndahead commentedDo you have views slideshow singleframe or thumbnailhover module enabled?
Comment #9
hip commentedSingleframe and it happens to work now. mmm?
Let me doublecheck and will complete this info.
Thanx rednda,
hip