im getting these implode errors when i try to do a bulk delete operation.. what could be wrong?

warning: implode() [function.implode]: Invalid arguments passed in /home/dxxx/all/modules/uc_views-DRUPAL-6--3/uc_views_bulk_operations/uc_views_bulk_operations.module on line 110.
warning: Invalid argument supplied for foreach() in /home/dxxx/all/modules/uc_views-DRUPAL-6--3/uc_views_bulk_operations/uc_views_bulk_operations.module on line 111.
warning: implode() [function.implode]: Invalid arguments passed in /home/dxxx/modules/views_bulk_operations-DRUPAL-6--3/views_bulk_operations.module on line 757.

Comments

patoshi’s picture

ok now i went back in and turned it on to: Batch API and it seems to work, but this time when its finished processing to this page: /batch?id=20&op=finished

i get a white screen. what could be the reason here?

madsph’s picture

I can't reproduce this - is it still a problem?

Stompy’s picture

Did you ever get anywhere with this? I'm getting the same issue.

    * warning: Invalid argument supplied for foreach() in /home/mysite/public_html/sites/all/modules/uc_views/uc_views_bulk_operations/uc_views_bulk_operations.module on line 99.
    * warning: implode() [function.implode]: Invalid arguments passed in /home/mysite/public_html/sites/all/modules/views_bulk_operations/views_bulk_operations.module on line 765.

edit: I've only noticed this since I've reinstalled on a new server, using ubercart 2.4. Has anything changed that could be affecting this?

longwave’s picture

Status: Active » Closed (cannot reproduce)

Cannot reproduce this. Please upgrade to at least 6.x-3.0 and try again; reopen this issue if it still occurs.

akaserer’s picture

Version: 6.x-2.0 » 6.x-3.1
Status: Closed (cannot reproduce) » Active

i have got the same issue even with the newest version 6.x.3.1 if i dont use "batch-api".

i could help already to change the default view that ships with the modules to 'batch-api' mode.

longwave’s picture

Status: Active » Postponed (maintainer needs more info)

Still can't reproduce this. Deleting orders works for me in batch API or "invoke directly" mode. Please provide an exported view that causes this error.

longwave’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)