Posted by anilo on August 14, 2009 at 4:20am
Jump to:
| Project: | Quiz |
| Version: | 6.x-4.0-alpha2 |
| Component: | Code - Import/Export |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
you 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.#2