When I installed the module, the default view smartqueue_users_user was not installed. I attempted to manually import the view and got the following error:

Fatal error: Call to undefined function smartqueue_users_get_qid() in /var/www/www.mysite.com/htdocs/sites/all/modules/views/includes/admin.inc(767) : eval()'d code on line 17

Comments

wonder95’s picture

Upon looking at the code, there is no smartqueue_users_get_qid function defined in the module (hence the error). However, there is a nodequeue_get_qids. Any chance that function should be called instead?

vegantriathlete’s picture

Status: Active » Closed (duplicate)