Closed (fixed)
Project:
Nodequeue
Version:
5.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2008 at 19:02 UTC
Updated:
20 Jan 2009 at 16:20 UTC
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.