Quizzard v0.3:"Maximum CMSMS Version Supported: 1.1" on CMS MS 1.1.1 "Upolu"

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
liudaz

Quizzard v0.3:"Maximum CMSMS Version Supported: 1.1" on CMS MS 1.1.1 "Upolu"

Post 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
cyberman

Re: Quizzard v0.3:"Maximum CMSMS Version Supported: 1.1" on CMS MS 1.1.1 "Upolu"

Post 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).
liudaz

Re: Quizzard v0.3:"Maximum CMSMS Version Supported: 1.1" on CMS MS 1.1.1 "Upolu"

Post 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.
cyberman

Re: Quizzard v0.3:"Maximum CMSMS Version Supported: 1.1" on CMS MS 1.1.1 "Upolu"

Post by cyberman »

Hmm, never used quizzard ...
Locked

Return to “Modules/Add-Ons”