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

stevenaburton’s picture

Priority: Critical » Minor
Status: Active » Needs work

This 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.