Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3.1
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_23_STABLE
-
Fixed Branches:MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
To reproduce:
- Make sure slasharguments is turned on.
- Create a question bank and populate it.
- Export the questions.
- Turn off slasharguments.
- Go back to the question bank.
- Export the questions.
The last step causes a stack trace:
Default exception handler: No valid arguments supplied or incorrect server configuration Debug:
|
Error code: invalidargorconf
|
* line 467 of /lib/setuplib.php: moodle_exception thrown
|
* line 3422 of /lib/filelib.php: call to print_error()
|
* line 38 of /pluginfile.php: call to file_pluginfile()
|
This may be the same issue as MDL-33116.