Closed (fixed)
Project:
Quiz
Version:
6.x-3.x-dev
Component:
Code - Quiz module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2008 at 20:29 UTC
Updated:
23 Dec 2008 at 17:43 UTC
I was gonna try your 3.0 version this afternoon. So, I disabled quiz module first, then uninstall it and deleted all the files. After that, I copied the 3.0 version to the site. However, this error drove the site down:
Fatal error: Cannot redeclare quiz_views_api() (previously declared in /home/greatbre/public_html/sites/all/modules/quiz/quiz.module:73) in /home/greatbre/public_html/sites/all/modules/quiz/quiz_views.module on line 18
Comments
Comment #1
mbutcher commentedDisable quiz_views.module... and never re-enable it again! Boo-hahaha!
With Views 2, we don't need a separate module anymore, so I've gotten rid of the old quiz_views.module, replacing it with quiz.views.inc and the appropriate hooks.
Thanks for testing things out. Lots of changes have been made in recent weeks, and the module could use some testing.
Don't forget to run update.php when you install. There are some minor changes that the update.php script makes.
Matt
Comment #3
Renee S commentedOk, is there a way to REMOVE the quiz views module from the release? :)
Comment #4
mbutcher commentedI thought I did, but it looks like it's still getting added by the auto-builder. I will look into it after the holidays.