If I deactivate the Apache Solar Views Integration module the Warning goes away, if the ASVI module is activated the error appears.
This happens with the Views 6.x.3.x-dev Mar 04 build of views and also with a previous build of views (from december)
The only other data is that this is in the views_theme function and the type being passed is 'Argument'
Also, this is a php 5.3 system, I think Ive seen somewhat similar errors cause don 5.3, not sure.
If these is anything you'd like me to try and look at let me know. I can trace somethinsg with Log4Drupal
Comments
Comment #1
krisrobinson commentedSame problem here, but on PHP 5.2.15.
Comment #2
fourmi4x commentedSame problem, on PHP 5.3.2
EDIT : I don't have the error anymore after applying this patch :
http://drupal.org/node/449190#comment-4155902
Comment #3
allan1015 commentedInstalled the patch above and not seeing warning message so far
Thanks
Comment #4
hongpong commentedHad an error like so:
Warning: Invalid argument supplied for foreach() in template_preprocess_views_ui_edit_view() (line 1109 of sites/all/modules/views/includes/admin.inc).
in all the views edit screens. it stemmed from something involving the apachesolr_views view handler and a missing javascript file. I think it's related to this??
Comment #5
shaneonabike commented+1 same error
Comment #6
kenorb commentedVersion 6.x is no longer supported due to Drupal 6 End of Life. For Drupal 8.x, use Search API Solr Searchinstead.