matrix-org / matrix-org/moodle-mod_matrix
integration plugin matrix to moodle
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 4
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
i try do to integration plugin matrix to moodle (trying version 4.0 4.1 4.3 4.5) when i make composer install i have these warnings
Package php-cs-fixer/diff is abandoned, you should avoid using it. No replacement was suggested.
Package webmozart/path-util is abandoned, you should avoid using it. Use symfony/filesystem instead.
But it's ok . when i create a course with auto registration
i have this message error when i try to access in the course
Exception: Call to undefined function mod_matrix\Plugin\Infrastructure\profile_load_custom_fields()
And the student dont have default Role define on the course
How can i solve it????
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the course auto-registration flow after composer install on the listed Moodle versions, then investigate the undefined profile_load_custom_fields() call and the missing default student role. Done means the course opens without the exception and the student receives the configured default role.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100