-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not create a new Series #132
Comments
Hello I have a question. |
Yes there are templates configured. Honestly I dont'know who had done this. In our main system still running the old plugin, there are no such templates. None of them is set as default. Question: What is the effect of this setting? |
Hi, we are experiencing the same problem. And we have no permission templates for video portal configured because we have no video portal. |
Hello Right know as a workaround, you can create a template and set it as default. You have to give the template a name and a role. The role can be anything. You just don't add any permissions for that role. |
When taking care of this bug please consider: Expected behavior:
|
Checking it during creation of the series has no effect and it does not get stored. Checking it in an existing OC object leads to "Error when communicating with Opencast server". |
Could the latter be due to the bug described here #131? We were able to solve this with UNchecking the option "Read-Only" in the fields for "creator" and "contributer" (see subtab "Series" in the new tab "Metadata"). |
Thx for the fix, the bug does not exist anymore. I leave the issue open as the specifications mentioned in this comment are not yet implemented. This will follow later. |
I created a new ticket containing the specifications of this comment. Therefore, I close this ticket. |
Update from 7.3.2023: Bug is fixed, still missing is the implementation of some specification (see comment #132 (comment))
Describe the bug
A new series can not be created.
(Video upload and playing in existing series is possible with no problems.)
To Reproduce
Steps to reproduce the behavior:
Try to create new Opencast Series in ILIAS (Existing Series: no)
The error occurs independently of set metadata like mentioned in #131 .
The error occurs appearently in the plugin before a creation is tried in Opencast.
In ILIAS remains an empty non-accessible Opencast series object which can not be deleted!
Log
Error thrown with message "Call to a member function addToAcls() on null"
Stacktrace:
#10 Error in /var/www/vhosts/lms-public.uni-tuebingen.de/httpdocs/ilias3/Customizing/global/plugins/Services/Repository/RepositoryObject/OpenCast/classes/class.ilObjOpenCastGUI.php:422
#9 ilObjOpenCastGUI:afterSave in /var/www/vhosts/lms-public.uni-tuebingen.de/httpdocs/ilias3/Services/Object/classes/class.ilObjectGUI.php:1032
#8 ilObjectGUI:saveObject in /var/www/vhosts/lms-public.uni-tuebingen.de/httpdocs/ilias3/Customizing/global/plugins/Services/Repository/RepositoryObject/OpenCast/classes/class.ilObjOpenCastGUI.php:368
#7 ilObjOpenCastGUI:save in /var/www/vhosts/lms-public.uni-tuebingen.de/httpdocs/ilias3/Services/Repository/classes/class.ilObjectPluginGUI.php:149
#6 ilObjectPluginGUI:executeCommand in /var/www/vhosts/lms-public.uni-tuebingen.de/httpdocs/ilias3/Customizing/global/plugins/Services/Repository/RepositoryObject/OpenCast/classes/class.ilObjOpenCastGUI.php:196
#5 ilObjOpenCastGUI:executeCommand in /var/www/vhosts/lms-public.uni-tuebingen.de/httpdocs/ilias3/Services/UICore/classes/class.ilCtrl.php:217
#4 ilCtrl:forwardCommand in /var/www/vhosts/lms-public.uni-tuebingen.de/httpdocs/ilias3/Services/Repository/classes/class.ilRepositoryGUI.php:375
#3 ilRepositoryGUI:show in /var/www/vhosts/lms-public.uni-tuebingen.de/httpdocs/ilias3/Services/Repository/classes/class.ilRepositoryGUI.php:337
#2 ilRepositoryGUI:executeCommand in /var/www/vhosts/lms-public.uni-tuebingen.de/httpdocs/ilias3/Services/UICore/classes/class.ilCtrl.php:217
#1 ilCtrl:forwardCommand in /var/www/vhosts/lms-public.uni-tuebingen.de/httpdocs/ilias3/Services/UICore/classes/class.ilCtrl.php:178
#0 ilCtrl:callBaseClass in /var/www/vhosts/lms-public.uni-tuebingen.de/httpdocs/ilias3/ilias.php:23
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: