25. Internationale ILIAS-Konferenz

Download & Releases

3.8.1 (stable)

Very important notes for MySQL 4.1.x users:

If you update from ILIAS 3.4.0 or 3.4.1 and already used MySQL 4.1.x: Due to a problem in the UTF-8 handling some extra update steps are necessary. Please click here and follow the instructions.

If you just plan to update from MySQL 4.0.x to MySQL 4.1.x please read our Migrating from MySQL 4.0.x to MySQL 4.1.x instructions.

Release 3.8.1 has been released on July 9, 2007.

Release 3.8.1 is a bugfix release and does not contain major new features compared to release 3.8.0. Please read the 3.8.0 release report for information about major changes and new features.

Information about first time installation can be found here.

Important note for Updates: Instructions for updating ILIAS can be found in section 3 of the general installation instructions. For major updates (e.g. 3.7.x -> 3.8.x) the safest proceeding is, to upgrade a copy of your productive system first and test whether everything works ok.


Download 3.8.1.tar.gz
(.tar.gz; 46MB; 2007-07-09)

md5: 2f7d3babe1a2f00f0b0f6f01c16484cb

Known Issues

1. Webfeed Patch

Webfeed blocks produce sometimes errors in IE7.

To fix this, please download the following patch file. It contains the two files class.ilExternalFeedBlockGUI.php and class.ilPDExternalFeedBlockGUI.php. Please make a backup copy of the existing files Services/Block/classes/class.ilExternalFeedBlockGUI.php and Services/Feeds/classes/class.ilPDExternalFeedBlockGUI.php on your installation and replace them with the patch files in the corresponding directories.

- ilias-3.8.1.webfeed.patch.zip - md5sum: 8875bcfb6e871f773293fe0da07b88f4

2. Cloze gap shuffle patch

The shuffle option did not work for cloze select gaps.

To fix this, please download the following patch file. It contains the file class.assClozeTestGUI.php. Please make a backup copy of the existing file Modules/TestQuestionPool/classes/class.assClozeTestGUI.php on your installation and replace it with the patch file in the corresponding directory.

- ilias-3.8.1.clozegapshuffle.patch.zip - md5sum: a1dbd60f1ada4cda99baf373cad5ca0e

3. Corrupted LaTeX output patch for cloze questions (see Mantis #2731)

LaTeX code in the question text of cloze questions produced only corrupted output.

To fix this, please download the following patch file. It contains the file class.assClozeTestGUI.php. Please make a backup copy of the existing file Modules/TestQuestionPool/classes/class.assClozeTestGUI.php on your installation and replace it with the patch file in the corresponding directory.
This patch also includes the previous patch 2. Cloze gap shuffle patch (see above)

- ilias-3.8.1. latexclozequestion.patch.zip - md5sum: 10731e045c88df0e2ce7c524ef1054eb

Fixed Bugs

  • Fixed file migration issue (Update), when safe mode has been enabled. (Stefan Meyer)

  • Fixed Bug #2672: ctrl->getNextClass() calls in LMPresentationGUI Constructor. (Alex Killing)