Quizzard is a great module that i used to use in previous sites.
I have recently installed the newest version of CMS MS and got the message "Maximum CMSMS Version Supported: 1.1".
Are there any plans on making this module suitable for the latest CMS MS versions? Maybe somebody got it to work on MS 1.1.1?
Thanks.
Liudas
Quizzard v0.3:"Maximum CMSMS Version Supported: 1.1" on CMS MS 1.1.1 "Upolu"
Re: Quizzard v0.3:"Maximum CMSMS Version Supported: 1.1" on CMS MS 1.1.1 "Upolu"
Try this:liudaz wrote: Maybe somebody got it to work on MS 1.1.1?
1. Open quizzard.module.php with your favourite editor.
2. Go to line 93. You will found there
Code: Select all
function MaximumCMSVersion()
{
return "1.1";
}
Code: Select all
function MaximumCMSVersion()
{
return "1.1.1";
}
5. Try if it works.
Note: Maybe you have to use module upload via FTP (not with module manager).
Re: Quizzard v0.3:"Maximum CMSMS Version Supported: 1.1" on CMS MS 1.1.1 "Upolu"
Hello,
I have done what you have said. I can now start taking the quiz, but after i enter my name and email, i get this error: Warning: Parameter name is not known... dropped in /home/.../placiau.lt/public_html/lib/misc.functions.php on line 1252
Sometimes the error does not appear, but after i fill up the questions and press "continue", i get redirected to the title page. domain.com/index.php .
Any ideas about that?
You can see all this here: http://placiau.lt.oleandras.serveriai.lt/index.php?page=nuoroda-1
Thanks.
I have done what you have said. I can now start taking the quiz, but after i enter my name and email, i get this error: Warning: Parameter name is not known... dropped in /home/.../placiau.lt/public_html/lib/misc.functions.php on line 1252
Sometimes the error does not appear, but after i fill up the questions and press "continue", i get redirected to the title page. domain.com/index.php .
Any ideas about that?

You can see all this here: http://placiau.lt.oleandras.serveriai.lt/index.php?page=nuoroda-1
Thanks.
Re: Quizzard v0.3:"Maximum CMSMS Version Supported: 1.1" on CMS MS 1.1.1 "Upolu"
Hmm, never used quizzard ...