Hello,

I have tried this module on two sites and it does not seem to work correctly. This is the error that I am getting on the views config page.

* warning: implode() [function.implode]: Invalid arguments passed in /var/www/sites/default/modules/views_bulk_operations/taxonomy.action.inc on line 69.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 query: SELECT DISTINCT v.vid FROM vocabulary_node_types v LEFT JOIN node n ON v.type = n.type WHERE n.nid IN () in /var/www/sites/default/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.

On the other site I do not get this error, but it goes WSOD after I pick the terms and click the confirm button.

Comments

infojunkie’s picture

Assigned: Unassigned » infojunkie

The node selection is not reaching the taxonomy form. Can you tell me if other actions work correctly? Also, are you accessing the taxonomy form on the same page as the nodes list or on the next page?

kaw3939’s picture

Hi,

I fixed this on the site throwing that error. But the other site still has the WSOD when I update taxonomy. Taxonomy actions does not work.

kaw3939’s picture

Status: Active » Closed (duplicate)