When installing Nodequeue on a multisite, you receive an error, "user warning: Incorrect table name" and the tables are not installed.

This stems from naming the index with {tablename}.

In several places, I changed lines like:
KEY {nodequeue_roles}_qid_idx (qid)
to:
KEY (qid)

See attached patch. (Simple enough to do by hand.)

NOTE: This is only a multisite issue.

Thanks to Mike & Chris.

CommentFileSizeAuthor
nodequeue_install_123108.patch1.89 KBmiche

Comments

ezra-g’s picture

Status: Active » Fixed

Committed. Thanks!

I tested installing nodequeue on a non-multisite after uninstalling and clearing out the nodequeue variables and I was able to create a queue and add and remove nodes.

Status: Fixed » Closed (fixed)

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