I'm getting the " An Illegal Choice Has Been Detected " error when I try to batch update content. Specifically, I have created a gallery using the Image and Image Gallery modules. I used the Image Import module to import about 150 images. When I go into Content, and filter to select all Image types in the image Category where they're stored. This gives me the first 50 of the 150 images. I then select all (by clicking on the top checkbox) and then choose an action, such a Delete or Promote to Front Page.
When I click on Update, I get the error.
This is my 2nd Drupal site so I'm still new at this. I need to get this resolved as the client is anxious to have the site up and running (he likes everything else I built). Can anyone help me out?
Thanks in advance for your time!
larsbc
Comments
Anyone? Help?
Anyone? Help?
A solution...kind of
In case anyone else runs into this problem, here's what I ended up doing:
I installed Views Bulk Operations (http://drupal.org/project/views_bulk_operations) and created a new view that lets the admin apply batch changes to Image types by specifying the action (delete, publish, unpublish) and the type (ie: miscellaneous, landscape, etc).
It was very easy to setup and I was also able to specify how many rows the user could work on at a time (I set it to 100). It was able to batch delete all the images without any problems whatsoever. I also created a menu entry for it under the Admin menus.
larsbc