phpenmod -v 7.3 pdo_mysql
phpenmod -v 7.3 pdo_mysql
Zitat (Alexander Killing (alex))If you get an error message on your screen. Like
"Error 26e20_3632 occurred." (number will vary) or in German
"Fehler 26e20_3632 ist aufgetreten."
Please consult an administrator of your installation. The number refers to a log file in your log directory (see ILIAS setup). Ask your administrator to file a bug report in our Mantis bug tracker. The report should include the content of the log file.
If you get any other error messages like PHP Fatal errors or PHP Warnings on your screen, these are also most probable ILIAS bugs. Please report these issues to the Mantis bug tracker, too.
Please always search the bug tracker for similar issues first, avoiding duplicate reports.
Hello,
I'm currently working on a Repository Object plugin that integrates content from another LMS to Ilias and synchronizes learning progress.
Currently, I'm somewhat at a loss on how to use learning progress properly (Ilias 5.4.4). I call ilLPStatusPlugin::writeStatus and raiseEvent to update LP for a user.
If I open the LearningProgressGUI in a Tab, I get two sub-tabs:
1. Summary
This works as intended.
2. Personal Learning Progress
There is no useful information like status, percentage ect
From what I can tell, ilLPListOfProgressGUI->details() is responsible for populating Personal Learning Progress. But I don't see a way to have any kind of influence on what is going to be displayed, since ilObjectLP::getCollectionInstance will always return an empty array, if it's called from a repObj plugin.
Are there any configurations I need to make? Or should I just implement another way to display personal learning progress?
Regards,
Tobias
Hi,
We're in the process of migrating from 5.0.1 to 5.4.6. One thing that is changed considerably is the way Certificates are generated and persisted in 5.4.6 compared to 5.0.1. Now, while searching for information how to handle existing Certificates in 5.4.6 I stumbled on a readme.md in the Certificates part in Services. In that it is mentioned there must be a migration from Certificates prior to 5.4.x to 5.4.x.
This leaves me a bit puzzled.
When we migrate form 5.0.1 to 5.4.6, will the update functionality of Ilias take care of this migration, i.e. Ilias will persist the Certificates automatically? Or is there a way in Ilias to persisit them in bulk? Or is there information somewhere that explains what is needed to migrate the Certificates (I haven't found it on this site, may be someone can point me to it).
Regards,
Rick