Questions tagged [ilias]

an open-source SCORM-compliant web-based learning management system

ILIAS is an open-source SCORM-compliant web-based learning management system. The name ILIAS is an acronym for Integriertes Lern-, Informations- und Arbeitskooperations System, which is German for Integrated Learning, Information and Labor Cooperation System.

Resources

Related Tags

13 questions
3
votes
1 answer

Simpler way to get advanced meta data in ilUIHookPluginGUI?

I am currently coding a plugin for ILIAS. The plugin itself is not at all complex but it contains several issues whereas I think we could make it simpler as it is. The situation is following: We have a global advanced meta data field added in the…
3
votes
1 answer

Call to a member function tableColumnExists() on null

I'm making a plugin for ILIAS and I am gtting this error when I try to call for anything database related. I'm including the dbupdate file in the config file to be able to update it and change things while developping the plugin. (This is because I…
2
votes
1 answer

Append to file using flysystem in ILIAS

I am currently writing a logger writing to rather large log files in ILIAS for some plugin. I am using the neat new filesystem. Since the new log messages need to append to a file, I can not simply use put or update, since they seem to always…
Amstutz
  • 565
  • 3
  • 14
2
votes
1 answer

Developing an ILIAS plugin

For an assignment I have to develop a plugin to stream a video in ilias, getting it from a different website. Is there an easy plugin with some basic things that all plugins need? Like a 'Hello world' plugin for ilias. Also any other tips for ILIAS…
1
vote
1 answer

How to post the selected column of a table gui to my main gui in Ilias?

I am currently working on a plugin for Ilias and I want to have a table in a modal, with a radio button for each column, and after pushing a "save"-Button, I want to have the id of the selected column posted for my saving function. The problem I am…
feldbusl
  • 13
  • 3
1
vote
2 answers

Ilias SOAP Constructor error on login

I'm testing the Ilias Soap interface. And I have a problem with the login function. soap_defencoding =…
Jonas S
  • 21
  • 4
1
vote
2 answers

ilias(on ubuntu 16) installation error:Database can't be reached. Please check the credentials and if database exists-

As title, I tried to install ilias on ubuntu 16. When I create new client,the database name block appear a error: "Database can't be reached. Please check the credentials and if database exists-" about the error I tried to reinstall the MySQL,and…
Xyanophat
  • 11
  • 4
1
vote
1 answer

Ilias can't find target class ilcommonactiondispatchergui (ilrepositorygui)

I am trying to get a plugin to work in Ilias (through this tutorial). Update and activation worked perfectly fine but when I try to use it in an existing course I get the following error message: ERROR: Can't find target class…
Tomasz Kolonko
  • 114
  • 1
  • 8
0
votes
0 answers

nginx cant find index alway returns 404 not found

I am new to nginx and try to implement a webserver and access the index.php. If i try to visit the index.php nginx returns me an 404 Error. This is my sites-enabled config : server { listen 80; listen [::]:80; server_name example.com…
alessio
  • 31
  • 5
0
votes
1 answer

ILIAS 6.7 Database can't be reached

I'm trying to setup ILIAS on a fresh Debian Buster install with apache + php 7.3 + mariadb + composer 1.9.3. I have passed preliminary & Basic Settings from web UI but when I try to create a new client I got this error: ''' -Database can't be…
Niubbo75
  • 11
  • 3
0
votes
1 answer

ILIAS LMS v6.1: Can't get past DB Selection in setup script using php 7.4 and MySQL 8

I can't get past the the Database Selection in the setup script (/setup/setup.php). My setup: Ubuntu 20.04 PHP 7.4.9 MySQL 8.0.21 Ilias 6.1 (also tried 6.2 today, but ran into same issue) I know the database server and client are working just fine…
Onno
  • 1
0
votes
1 answer

Fatal error: Call to a member function update() on null

I'm installing a plugin on an Learning Management System called Ilias. It's installed correctly, but when I'm trying to update it to make it active it gives this fatal error: "Fatal error: Call to a member function update() on null in…
0
votes
0 answers

Ilias with blocked modules

I have a problem with upgraded Ilias 4.4.5. After loading Training with few modules where each new module should be unlocked after completing the previous one, but this is not happening. First of all, we have upgrade the Ilias from previous version…
Peter
  • 1
  • 1