Page 1 of 1
Quizzard update
Posted: Tue Jan 26, 2010 11:40 am
by Ddyrholm
Hi
I'm trying out Quizzard on my webpage, but I recently updated my CMS version to 1.6.6 and it says that it isn't updated for this version.
Does anybody know if there is an update for quizzard in production?
- David Dyrholm
Re: Quizzard update
Posted: Tue Jan 26, 2010 11:46 am
by Jos
There is already filed a bug for this:
http://dev.cmsmadesimple.org/bug/list/276
You may want to react to that bug, then the author will get a reminder-email

Re: Quizzard update
Posted: Wed Feb 03, 2010 10:16 pm
by Ddyrholm
Sorry to ask, but how do I do that?
I'm a little new to this forum
-
Ddyrholm
Re: Quizzard update
Posted: Thu Feb 04, 2010 2:59 am
by jmcgin51
you need to register/create a Forge account - this is different from your Forum account. Then search the Forge for Quizzard and follow your nose.
Re: Quizzard update
Posted: Thu Feb 04, 2010 8:04 am
by cyberman
Not testet, if Quizzard has real trouble with 1.6.6 but the "error message" comes from a little entry inside Quizzard.module.php which defines the maximum value for CMSms version which should work.
You can try to modify this value and see if module work furthermore. Open Quizzard.module.php with an editor, look for
Code: Select all
function MaximumCMSVersion()
{
return "1.6";
}
and change it to
Code: Select all
function MaximumCMSVersion()
{
return "1.6.6";
}