Active
Project:
Smartqueue Per User
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2011 at 12:55 UTC
Updated:
3 Dec 2011 at 02:13 UTC
I get following error after creating a smartqueue per user.
user warning: Table 'xxx.xxx_nodequeue_queues' doesn't exist query: SELECT qid FROM xx_nodequeue_queues WHERE owner = 'smartqueue_users' in /xxx/modules/smartqueue_users/smartqueue_users.module on line 105.
warning: Invalid argument supplied for foreach() in /x/modules/smartqueue_users/smartqueue_users.module on line 111.I tried to uninstall the module but it is not listed in admin/build/modules/uninstall after disabling the module.
Comments
Comment #1
drupive commentedThere is a table named nodequeue_queue (no "s")
Is there be a mistake in smartqueue_users.module
Or should the table name be nodequeue_queues with "s"
Comment #2
vegantriathleteI am laying the groundwork to build a D7 version of this module and would like to make a decision whether to use the 6.x-1.x or 6.x-2.x branch as my starting point. Please jump in to the discussion in the issue queue.