povsod / mahara-artefact-europass

Europass plugin for Mahara
GNU General Public License v3.0
1 stars 10 forks source link

Adding a B driving licence fails and corrupts europass on 18.10 #10

Closed aspark21 closed 5 years ago

aspark21 commented 5 years ago

Adding a B driving licence fails and corrupts europass on 18.10

[WAR] 98 (lib/errors.php:535) [ArgumentCountError]: Too few arguments to function ArtefactTypeDrivinglicence::render_self(), 0 passed in /path/to/mahara/htdocs/artefact/europass/lib.php on line 1956 and exactly 1 expected

Call stack (most recent first): exception(object(ArgumentCountError)) at Unknown:0

anzeljg commented 5 years ago

This issue was common to several elements, nit just driving licence. The problem was that the core Mahara function render_self() argumnents were changed. This is resolved.