I can't seem to create a taxonomy queue without getting:
Recoverable fatal error: Argument 2 passed to db_query() must be an array, string given, called in /home/dm7/sites/all/modules/contrib/nodequeue/smartqueue.module on line 70 and defined in db_query() (line 2220 of /home/dm7/includes/database/database.inc).
Comments
Comment #1
marcvangendHaving the same issue.
I'm also seeing the following error when I try to view the nodequeue, but I don't know it it's related:
See also #676010: diff_menu() issue - undefined offset in includes/menu.inc on line 576 function _menu_translate().
When adding a node, I get:
It seems as if taxonomy smartqueues are completely broken (for me, at least) so I'm raising this to critical.
Comment #2
marcvangendIt seems as it the other error messages I pasted above, didn't have anything to do with the recoverable fatal error this topic is about. I found that some db queries were not changed for the new db layer yet. I was able to solve the error by editing function smartqueue_taxonomy_nodequeue_form_submit_finish() to this:
Sorry I can't roll a patch right now.
Comment #3
amateescu commented@mgifford: You are getting this error because Smartqueue is not fully ported to D7. Marking as a duplicate of #983024: Port Smartqueue to D7 because that issue contains a patch.
Comment #4
mgiffordMakes sense to close this issue then.