The error was somehow related to the UUID module, which couldn't be disabled without derailing the entire website. Here's how I fixed it.
-
uninstalled the feature that held the affected quiz module
drush pm-disable
drush pm-uninstall -
uninstalled the quiz module and all the modules dependent on it:
drush pm-disable quiz drush pm-uninstall quiz
-
moved the quiz module files to my temp backup outside the drupal root:
mv sites/all/modules/contrib/quiz ../
- downloaded the quiz module fresh and reenabled it and all the dependent modules and reenabled the feature that contained it:
drush dl quiz
drush en quiz
That took care of this particular error.
Please note: I did not yet have any quiz data or content set up; this guideline is only safe for a dev environment. I have not tested it with any actual content or user data.
manpreet
Best Answer
2 years ago
I am trying to implement the quiz module on a new website and it's throwing the following error when attempting to add content > quiz. I believe the code I have was part of a feature I was trying to migrate over from a different website so I could retain the functionality involved with it, but it's proven to be less than compatible. (Going from Drupal Commons 7.50 to Plain Drupal with a demo theme built in 7.54).
Can someone interpret this error and point me in the right direction as to what the missing piece of the puzzle is here?
Here is how the process went:
field_syllabus_ref
and recreated it a different way, to reference the title of the syllabus page in the quiz.