after I did the update I got the following errors:
* warning: implode() [function.implode]: Invalid arguments passed in /home/domain.com/public_html/ww/sites/all/modules/views_bulk_operations/taxonomy.action.inc on line 69.
* warning: pg_query() [function.pg-query]: Query failed: ERROR: syntax error at or near ")" at character 104 in /home/domain.com/public_html/ww/includes/database.pgsql.inc on line 139.
* user warning: query: SELECT DISTINCT v.vid FROM vocabulary_node_types v LEFT JOIN node n ON v.type = n.type WHERE n.nid IN () in /home/domain.com/public_html/ww/sites/all/modules/views_bulk_operations/taxonomy.action.inc on line 69.
* The selected nodes are not associated with any vocabulary. Please select other nodes and try again.
I did rollback of the module to the previous installed version 6.x-1.4 and it works ok.
Comments
Comment #1
infojunkieIs Taxonomy Action the *only* selected action in your view?
Comment #2
infojunkieI committed a fix to the latest dev release (to be made available 12 hours from now when Drupal.org refreshes the releases). Please try it and let me know if it works now. Thanks!
Comment #3
jordanka commentedyes, it was the only action selected.
Comment #4
jordanka commentedhi,
I installed the latest development version, and it works now. Good job!