Download & Releases
3.4.3 (stable)
Very important notes for MySQL 4.1.x users:
If you update from ILIAS 3.4.0 or 3.4.1: Due to a problem in the UTF-8 handling some extra update steps are necessary. Please <b><u>click on this link and follow the instructions</u></b>.
Please note that this release includes a change of the permission settings of tests and surveys. In releases before 3.4.0_beta2 it has been possible to access tests and surveys with "visible" permission only. This has been fixed in 3.4.0_beta2. Please check if your test and survey objects have set the appropriate permissions.
The release has been published at June 15, 2005. | Download 3.4.3.tar.gz |
Calendar Patch for Ilias 3.4.2
Known Issues
SCORM RTE patch for Win2000 SP4
This patch fixes some SCORM RTE problems that may occur on Windows 2000 SP4 clients. See this thread for more information.
Download the following files class.ilSCORMPresentationGUI.php and IliasApiAdapterApplet.jar.
Change to the directory content/classes/SCORM within your ILIAS main directory
Make a backup copy of the existing file class.ilSCORMPresentationGUI.php
Copy the downloaded file class.ilSCORMPresentationGUI.php into the directory
Change to the directory content/apiadapter within your ILIAS main directory
Make a backup copy of the existing file IliasApiAdapterApplet.jar
Copy the downloaded file IliasApiAdapterApplet.jar into the directory.
Mime Type Detection Patch For Media Objects
Some users experienced problems when uploading pictures into learning modules. Their PHP version seem to return always "text/plain" as mime type even if images or other multimedia files have been uploaded. The reason seems to be a misconfigured mime type detection support (--with-mime-magic configuration). To solve the problem you can either try to fix the PHP mime type detection or download and install this patch.
Download the following file class.ilObjMediaObject.php.
Change to the directory content/classes/Media within your ILIAS main directory.
Make a backup copy of the existing file class.ilObjMediaObject.php.
Copy the downloaded file class.ilObjMediaObject.php into the directory.