Hi there,

I keep bumping into this error message, any ideas?

Installed:
Modules - Flexslider, Picture, Views
Theme - Omega Commerce Kickstart

What have I done....
1.) Tested on 2 seperate and new datasets with same results
2.) Searched the net but with no result
3.) Asked for help on IRC channels etc. etc. etc.

Can this be resolved ?

CommentFileSizeAuthor
#1 flexsliderError.jpg146.06 KBgmclelland
screengrab2.jpg132.03 KBStudira
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gmclelland’s picture

Component: Views Slideshow Integration » Views Style Plugin
FileSize
146.06 KB

I'm getting the same problem. Everything seems to be working, but I'm getting this error when I view the view and when I'm editing the view.

See attached screenshot for error with backtrace.

This happens when I create a view with the Flexslider Views Style Plugin.

Let me know if you need anymore information.

minorOffense’s picture

The theme is looking for the raw image url. Sounds like you may be using either Media module or Picture meaning that value may not be set at the same location.

Might require some smarter deducing on Views' part for the image urls.

Can you confirm my assumptions about the Media module and Picture (I see in the original posting that I'm most likely correct).

In the mean time, I can add an isset to hide the warnings, but this would effectively disable thumbnail support in those cases.

gmclelland’s picture

@minorOffense - yes, I'm using media-2.x-dev and file_entity-2.x-dev. Yes, please add the isset to hide the warnings, or provide a patch. I really want to use this the for basic slideshows, nothing fancy.

Thank you

minorOffense’s picture

Status: Active » Needs review

Just pushed an update, checkout the latest version and let me know how it goes.

gmclelland’s picture

Yes, that makes the notice go away. Thank you

minorOffense’s picture

Status: Needs review » Closed (fixed)

  • Commit 083ca7a on 7.x-2.x, youtube, 8.x-2.x, startslide by minorOffense:
    Partial fix for [#1931942]
    
    Need work though.