By iamchel on
I just installed views slideshow and I'm getting a couple errors whenever I change the style to slideshow.
* warning: Parameter 3 to views_ui_build_form_state() expected to be a reference, value given in F:\wamp\www\Sandbox_drupal\sites\all\modules\views\includes\admin.inc on line 1606.
* warning: call_user_func_array() expects parameter 1 to be a valid callback, no array or string given in F:\wamp\www\Sandbox_drupal\includes\form.inc on line 378.
* warning: Invalid argument supplied for foreach() in F:\wamp\www\Sandbox_drupal\sites\all\modules\views\includes\admin.inc on line 1542.
* warning: Attempt to assign property of non-object in F:\wamp\www\Sandbox_drupal\sites\all\modules\views\includes\admin.inc on line 1613.
My view is very simple. Just an image field and a filter to show only nodes of my image type.
Any solutions? Also for future reference is it recommended to post module specific troubleshooting under post installation or create an issue?
Thanks.
Comments
I forgot to mention that I'm
I forgot to mention that I'm using views 6.x-2.12 and views slideshow 6.x-2.3.
Edit* I seem to have solved this issue as seen here http://drupal.org/node/878360#comment-3489386. All is working well now.