I'm gettimg this error after creating the page and setting the operations.
warning: array_unshift() [function.array-unshift]: The first argument should be an array in /home/peterpan/public_html/modules/views_bulk_operations/views_form.inc on line 57.
Comments
Comment #1
harry slaughterComment #2
Nigeria commentedThis error only occurs in Modules (as in http://www.mysite.com/admin/build/modules).
(I had originally didn't figure out how to use the module but after a number attempts got it to work without having to tweak anything.)
-- Ade Atobatele
Comment #3
Nigeria commentedI got it wrong again:
a) The original error noted above went away when I figured out how to use the module properly.
b) The following error was then noticed in Modules
warning: strpos() [function.strpos]: Empty delimiter. in /home/nspace/public_html/core/modules/views_bulk_operations/views_bulk_operations.module on line 69.
--
Ade Atobatele
Comment #4
harry slaughterI have not seen this bug and am not aware of a way to reproduce it.
Comment #5
jstrat commentedI also get this error on line 69. All I did was install the module and activate it, the error occurred on the Modules List page. Looking at the code I am wondering if it is because I am using clean URL's ?
Comment #6
kulfi commentedGot this error after install:
Comment #7
Ghostthinker commentedHallo,
I got the same problem. I went into the views_bulk_operations.module on line 69. and made a print_r debug:
I found out that some urls did not provide a link (?), in my case it was organic groups. So I just did this:
Helped. Greetings
Comment #8
kulfi commentedI was just evaluating this module. After the error I tried http://drupal.org/project/editablefields and was happy to find it did what I was looking for.