Needs work
Project:
Views Slideshow: ImageFlow
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2009 at 01:40 UTC
Updated:
31 Jan 2010 at 00:41 UTC
I installed ImageFlow + the plug-in, configured a view and placed this view on a page. When logged on, the imageflow slideshow displays fine. However, when logged out, the slideshow doesn't not appear due to a JavaScript error:
Message: Invalid argument.
Line: 19
Char: 5
Code: 0
URI: http://mysite/sites/all/modules/views_slideshow_imageflow/views_slidesho...
The access attribute of the view is set to unrestricted. I captured the parameters passed at line 19 and found the parameters are identical when logged on and when logged off.
Solutions would be appreciated.
Comments
Comment #1
stevenaburton commentedThis turned out to be a permission problem. The user did not have permissions to see the result of the view. Assigning the correct permissions resolved the problem.
Ideally, the code should ideally fail gracefully.