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

BoromirOfGondor’s picture

As 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

redndahead’s picture

Hmm 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?

redndahead’s picture

Status: Active » Postponed (maintainer needs more info)
redndahead’s picture

Status: Postponed (maintainer needs more info) » Fixed

Marking as fixed

Status: Fixed » Closed (fixed)

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

BoromirOfGondor’s picture

Hi 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

hip’s picture

Version: 6.x-2.0-beta4 » 6.x-2.3

New 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?

redndahead’s picture

Do you have views slideshow singleframe or thumbnailhover module enabled?

hip’s picture

Singleframe and it happens to work now. mmm?

Let me doublecheck and will complete this info.

Thanx rednda,
hip