i have install views_nivo_slider in my modules folder and install related required module in my website
http://drupal.org/project/views_nivo_slider
but when i create views and choose Views Nivo Slider as Row Style, it appear the following error message, how to fix it ?
warning: Parameter 3 to views_ui_build_form_state() expected to be a reference, value given in /var/www/httpd/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 /var/www/httpd/includes/form.inc on line 377.
warning: Invalid argument supplied for foreach() in /var/www/httpd/sites/all/modules/views/includes/admin.inc on line 1542.
warning: Attempt to assign property of non-object in /var/www/httpd/sites/all/modules/views/includes/admin.inc on line 1613.
Display "Defaults" uses fields but there are none defined for it or all are excluded.
Comments
^
This module must have an image field (and optional link field) enabled to work.
But throwing an error like this should be fixed in module level. See issue queue of the module.
What's new and changing in PHP 8.4
i have just add "link" module
i have just add "link" module and add optional link field in content types.
but it still appear the error message.
i follow the instruction from the youtube tutorial here, all step i have done and didnt miss one of the step.
http://www.youtube.com/watch?v=s8s4UnDfFgI
http://www.youtube.com/watch?v=edp-oYVBlC8
http://www.youtube.com/watch?v=HzL3XcShUDQ
can help me see what is that problem ?
^
Did you see #452384: Make Views compatible with PHP 5.3 (but don't break it for PHP 4.x) .
Your exact problem also appeared here. looks like not a Nivo's bug.
What's new and changing in PHP 8.4
i just settle this
i just settle this problem.
it may cause by the unstable version of "views" module
i just instead version "6.x-3.0-alpha3" to "6.x-2.12",
and everything is working fine.
thank for your helpl.