I had the taxonomy module disabled, created a couple questions and a quiz, but when I went to assign questions, I just get a blank page. No source code, nothing. Fresh install of Drupal 5.1, tried Quiz 5.x-2.0-rc1 and 5.x-2.x-dev, same result. Unless this is a bug in the code, the dependency should be added to the modules list.

Comments

hanskuiters’s picture

Drupal 5.3 and Quiz 5.x-2.0-rc1 installed: no taxonomy module needed here. Check your server log for the reason of the blank page.

mbutcher’s picture

Checked against CVS HEAD, and taxonomy module is not required here, either.

So... did enabling taxonomy *fix* the problem?

mbutcher’s picture

Assigned: Unassigned » mbutcher
flutedrumr’s picture

Yes, enabling taxonomy caused the assign question page to load (as opposed to the empty page). Will have to check the server logs in a bit.

mbutcher’s picture

Status: Active » Postponed (maintainer needs more info)

Until I have more information, I am stuck on this.

On a related note, I have recently checked in a few taxonomy-related fixes that might have (inadvertently) fixed the issue. If possible, please re-test on 6x-2.0 dev or alpha.

hanskuiters’s picture

Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new1.13 KB

I must take back my comment#1. I did have taxonomy enabled.

After another test, the taxonomy requirement is confirmed.

And I have a patch: check for taxonomy_get_vocabularies() before printing the terms option list.

Patch is against 5.x-2.0-rc1.

mbutcher’s picture

Version: 5.x-2.x-dev » 6.x-2.x-dev
Status: Needs review » Fixed

capono,

With minor tweaks I used your patch to fix the D6 branch. (I know... you'd rather a D5 release... Sorry.)

This patch will make it into Quiz 6.x-2.0 Beta 1.

Matt

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.