I'm getting the following notice whenever I load the admin/config/system/queue-ui page:

Notice: Uninitialized string offset: 0 in form_process_tableselect() (line 3211 of ~/d7-core/includes/form.inc).

Can't find where the error's coming from, and this is on a relatively fresh D7.2 install. The only queue showing up on that page is update_fetch_tasks. Checking it's box and clicking 'Batch process' or 'Cron process' does nothing (but brings up a second error identical to the one above).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

geerlingguy’s picture

Assigned: Unassigned » geerlingguy
Status: Active » Needs review
FileSize
586 bytes

Fix attached. Values for options needed to be wrapped in an array keyed by 'data'...

Michael Zetterberg fd. Lopez’s picture

Status: Needs review » Reviewed & tested by the community

Worked for me on 7.x-1.x-dev. Seems innocent enough, setting RTBC.

greggles’s picture

Status: Reviewed & tested by the community » Fixed
greggles’s picture

I mean, not this exact patch, but the same idea.

Thanks for the patch and for reviewing it!

jonhattan’s picture

Status: Fixed » Reviewed & tested by the community

Still a bug. Patch fixes it.

greggles’s picture

Right you are - I was looking at the wrong line.

Here is the section it applies to http://drupalcode.org/project/queue_ui.git/blob/refs/heads/7.x-1.x:/queu...

manarth’s picture

+1 for committing the patch in #1 - bug still exists in current 7.x-1.x-dev, patch in #1 fixes correctly.

geerlingguy’s picture

Assigned: geerlingguy » Unassigned
coltrane’s picture

Status: Reviewed & tested by the community » Fixed
geerlingguy’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.