Closed (fixed)
Project:
Quiz
Version:
6.x-4.0-alpha2
Component:
Code - Import/Export
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2009 at 04:20 UTC
Updated:
10 Nov 2009 at 09:17 UTC
I copied the import module from the 6.x.4.0-alpha2 to the includes folder of my 6.x.3.0 install as per Sivaji's instructions on his blog:
http://groups.drupal.org/node/21401
It seemed to have installed correctly but I get an error message when I select Quiz Management->Import Quiz Questions
Can you please help?
Fatal error: Call to undefined function quiz_get_all_quiz_title() in /vol/www/everywun/sites/all/modules/contrib/quiz/includes/questions_import/questions_import.admin.inc on line 61
-Anil
Comments
Comment #1
sivaji_ganesh_jojodae commentedyou need to copy the function
quiz_get_all_quiz_title()in quiz.module:2745 from 6.x.4.0-alpha2 to 6.x.3.0.Comment #2
falcon commented