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.

  • Nodequeue 6.x-2.11
  • Smartqueue per User 6.x-1.x-dev

Comments

drupive’s picture

There is a table named nodequeue_queue (no "s")
Is there be a mistake in smartqueue_users.module

105    $smartqueues = db_query("SELECT qid FROM {nodequeue_queues} WHERE owner = 'smartqueue_users'");

Or should the table name be nodequeue_queues with "s"

vegantriathlete’s picture

I 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.