Closed (duplicate)
Project:
Smartqueue Per User
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2010 at 05:10 UTC
Updated:
3 Dec 2011 at 02:34 UTC
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
Comment #1
wonder95 commentedUpon 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?
Comment #2
vegantriathleteDuplicate of Default view and view handlers are not imported on module activation.