I am hoping someone can help me with this problem. Every time I try to make a block, page or anything with views to make some type of rotating image I keep getting the same issue and in the live preview it spits out this error message.
warning: Parameter 3 to views_ui_build_form_state() expected to be a reference, value given in /Applications/MAMP/htdocs/drupal-6.16/sites/all/modules/views/includes/admin.inc on line 1603.
warning: call_user_func_array() expects parameter 1 to be a valid callback, no array or string given in /Applications/MAMP/htdocs/drupal-6.16/includes/form.inc on line 372.
warning: Invalid argument supplied for foreach() in /Applications/MAMP/htdocs/drupal-6.16/sites/all/modules/views/includes/admin.inc on line 1539.
warning: Attempt to assign property of non-object in /Applications/MAMP/htdocs/drupal-6.16/sites/all/modules/views/includes/admin.inc on line 1610.
I have tried to uninstall the modules and reinstall them I have even uninstalled drupal and reinstalled it. I have no idea what is going on. Someone please help.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 784258_2.patch | 799 bytes | jmiccolis |
| #6 | 784258.patch | 1.13 KB | jmiccolis |
Comments
Comment #1
dawehnerYou should first fill issues/problems with related modules on the issue queue of the related modules. If the views provided works fine, the bug should/have to be on the site of the other modules.
Thanks for trying to provide the bug report.
I move this to rotator
Comment #2
thedavemanning commentedI actually just said to heck with it and saved the view just to see if it would work and it does, but now the problem I have is that it does not allow me to actually format the views rotator so I am stuck with the default setting.
Comment #3
dawehnerThis is a problem of the code of views rotator. Create a issue there. They don't implement option_definition.
Comment #5
jmiccolis commentedI've confirmed that views_rotator doesn't implement option_definition, this also breaks exports. Will post a patch shortly.
Comment #6
jmiccolis commentedAttached is a patch which corrects the views plugin implementation. It depends, for very minor reasons, on http://drupal.org/node/378842#comment-3075258
Comment #7
jmiccolis commentedSorry, I was wrong about the above - it does NOT require that other patch to be applied first. However, in case you are using the other patch, the below will apply cleanly.
Comment #8
dawehnerLooks fine.
I'm not sure whether this will really solve the issue but this definitive fixes problems with views-3.x