CMS MADE SIMPLE FORGE

Questions

 

[#2024] Insufficient parameters: qid

avatar
Created By: Ronny Krijt (ronnyk)
Date Submitted: Tue Jan 15 14:04:00 -0500 2008

Assigned To:
Version: None
CMSMS Version: None
Severity: None
Resolution: None
State: Open
Summary:
Insufficient parameters: qid
Detailed Description:
Error when just using:

{cms_module module=Questions mode=detailed}

Version: CGE 1.2
Version: Questions 1.0.1


History

Comments
avatar
Date: 2012-05-02 16:28
Posted By: Danil Tkachenko (Varrah)

I know it was 4 years ago, but just in case someone (as I did) stumbles upon
this bug I am writing the solution here:

In /modules/Questions/Questions.module.php the incoming parameters are not
mapped right, you'll have to fix the typo in order to make the module work: on
line 196 and 210 you should replace 'quid' with 'qid' and it will resolve the
issue.