Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Module: Questionnaire
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
Questionnaire is broken in Moodle 2.0
error message:
popup_form() has been deprecated. Please change your code to use $OUTPUT->select($select).
- line 3281 of \lib\deprecatedlib.php: call to debugging()
- line 2835 of \lib\weblib.php: call to popup_form()
- line 140 of \mod\questionnaire\locallib.php: call to navmenu()
- line 57 of \mod\questionnaire\view.php: call to questionnaire->view()
Issue Links
| This issue will help resolve: | ||||
| CONTRIB-1639 | questionnaire broken in 2.0 again |
|
|
|
| This issue has a non-specific relationship to: | ||||
| CONTRIB-1484 | New print_header and $PAGE API breaking questionnaire in 2.0 |
|
|
|
That error is informational only, and affects pretty much all moduled (including assignment) at this time. There is another change that is breaking it that I will create new issue for. I will downgrade this issue.