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.
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue_install_123108.patch | 1.89 KB | miche |
Comments
Comment #1
ezra-g commentedCommitted. 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.