Plugin Privacy Registry is blank - Moodle 3.10

Plugin Privacy Registry is blank - Moodle 3.10

- Hoda Farazandeh の投稿
返信数: 6

Hello there,

We're using moodle 3.10 & when I go to Dashboard/ Site Administration/ Users/ Privacy and policies/ Plugin Privacy Registry nth show up & the page is completely blank. I found this link https://tracker.moodle.org/browse/CONTRIB-7655?attachmentViewMode=list in one of the threads & not sure if I checked the right file for it, but the file I checked was ok regarding this link's code.

Can someone please help me solve this problem?


Thanks & Regards


Hoda Farazandeh への返信

Re: Plugin Privacy Registry is blank - Moodle 3.10

- Tim Hunt の投稿
画像 Core developers 画像 Documentation writers 画像 Particularly helpful Moodlers 画像 Peer reviewers 画像 Plugin developers
Turn on Debugging. That will probably give you an error message.
Tim Hunt への返信

Re: Plugin Privacy Registry is blank - Moodle 3.10

- Hoda Farazandeh の投稿
Dear Tim,
Thanks for your practical suggestion.
This is what I get after turn debugging on:

The page layout file did not call $OUTPUT->doctype()
  • line 1322 of /lib/outputrenderers.php: call to debugging()
  • line 497 of /lib/outputrenderers.php: call to core_renderer->header()
  • line 39 of /admin/tool/dataprivacy/pluginregistry.php: call to plugin_renderer_base->__call()
&

Fatal error: Cannot declare class availability_grouping\privacy\provider, because the name is already in use in /home/matescom/public_html/availability/condition/quizquestion/classes/privacy/provider.php on line 32

Regards
Hoda Farazandeh への返信

Re: Plugin Privacy Registry is blank - Moodle 3.10

- Tim Hunt の投稿
画像 Core developers 画像 Documentation writers 画像 Particularly helpful Moodlers 画像 Peer reviewers 画像 Plugin developers
The last line of the error is key. You need this bug fix in the availability_quizquestion plugin https://github.com/timhunt/moodle-availability_quizquestion/commit/9b7c8888d9a1954414d4a0839ac6dfdf402f5024.

(I must push the version with that fix to the Moodle plugins database. We have not released that fix yet.)
Hoda Farazandeh への返信

Re: Plugin Privacy Registry is blank - Moodle 3.10

- Tim Hunt の投稿
画像 Core developers 画像 Documentation writers 画像 Particularly helpful Moodlers 画像 Peer reviewers 画像 Plugin developers
OK, I just released version 1.1. of the plugin, wiht Luca's fix. So upgrading availability_quizquestion should fix the problem.
Tim Hunt への返信

Re: Plugin Privacy Registry is blank - Moodle 3.10

- Hoda Farazandeh の投稿
Dear Tim,
Thanks for your help & support,
I downloaded the zip file from github & it did the trick.
FYI there's some versioning problem & for this fix to be installed I had to uninstall availability_quizquestion plugin I had cause it was a newer version.

Sincere Regards
Hoda Farazandeh への返信

Re: Plugin Privacy Registry is blank - Moodle 3.10

- Tim Hunt の投稿
画像 Core developers 画像 Documentation writers 画像 Particularly helpful Moodlers 画像 Peer reviewers 画像 Plugin developers
Sorry, and thank you for finding this problem so quickly.

When I updated the version number, I skillfully changed 2020122100 -> 2020031700. Oops!

I have now pushed a new version, which is hopefully correct.