-
Bug
-
Resolution: Fixed
-
Minor
-
3.4, 3.5.5, 3.6.3
-
MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE
-
MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE
-
m38_
MDL-61038_Fix_uuid_extensions_usage_v2 -
-
Easy
-
Hi,
This error occured when I tried to start a quiz or when I tried to update plugins:
uncaught exception: Call to undefined function uuid_make()in file: /home/maicolml/public_html/quiz/lib/setuplib.php line 618 wiris |
Now I have commented these lines of the setuplib.php file and it works:
if (function_exists("uuid_create")) { |
$context = null; |
uuid_create($context);
|
|
uuid_make($context, UUID_MAKE_V4);
|
uuid_export($context, UUID_FMT_STR, $uuid);
|
} else { |
Please delete them otherwise users that will install WIRIS plugin will affect this issue...
Steps to test this:
- Install WIRIS plugin
- Make a quiz with WIRIS plugin
- Try to start the quiz or update a plugin