We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. I have an error exporting (downloading) responses. Moodle Version 4.4
During data export you get an error.
View all responses > Summary > Download
Excepción - Failed opening required '[dirroot]/lib/dataformatlib.php' (include_path='[dirroot]/lib/pear:.:/opt/bitnami/php/lib/php')
Error code: generalexceptionmessage line 488 of /mod/questionnaire/report.php: Error thrown
Thanks.
The text was updated successfully, but these errors were encountered:
I have found a solution by commenting out lines 95 and 488 of report.php inside /mod/questionaire/
// $questionnaire->canviewallgroups = has_capability('moodle/site:accessallgroups', $context);
// require_once($CFG->dirroot . '/lib/dataformatlib.php');
Sorry, something went wrong.
This is duplicated by #579 , the latter has PR #587 as a proposed fix fox this.
This has been fixed in the referenced PR.
No branches or pull requests
Hi. I have an error exporting (downloading) responses. Moodle Version 4.4
During data export you get an error.
View all responses > Summary > Download
Excepción - Failed opening required '[dirroot]/lib/dataformatlib.php' (include_path='[dirroot]/lib/pear:.:/opt/bitnami/php/lib/php')
Thanks.
The text was updated successfully, but these errors were encountered: