Page 1 of 1
Quizzard v0.3:"Maximum CMSMS Version Supported: 1.1" on CMS MS 1.1.1 "Upolu"
Posted: Sun Sep 02, 2007 8:18 pm
by liudaz
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
Re: Quizzard v0.3:"Maximum CMSMS Version Supported: 1.1" on CMS MS 1.1.1 "Upolu"
Posted: Mon Sep 03, 2007 5:38 am
by cyberman
liudaz wrote:
Maybe somebody got it to work on MS 1.1.1?
Try this:
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";
}
3. Change it to
Code: Select all
function MaximumCMSVersion()
{
return "1.1.1";
}
4. Save (and upload) it.
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"
Posted: Mon Sep 03, 2007 8:22 am
by liudaz
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.
Re: Quizzard v0.3:"Maximum CMSMS Version Supported: 1.1" on CMS MS 1.1.1 "Upolu"
Posted: Mon Sep 03, 2007 8:32 am
by cyberman
Hmm, never used quizzard ...