25. Internationale ILIAS-Konferenz

Download & Releases

3.6.5 (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 <b><u>click on this link and follow the instructions</u></b>.

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.6.5 has been published on July 26, 2006.

Release 3.6.5 is a bugfix release and does not contain new features compared to former 3.6 releases. Please read the 3.6.0 release report for information about major changes and new features.


Download 3.6.5
(.tar.gz; 25MB; 2006-07-26)

Known Issues

1. Join Request List for Groups after User Deletion

The list may fail if users are deleted (it seems only, if users are deleted via SOAP interface). To solve the issue, download the following file class.ilObjGroup.php and replace the existing version in the classes/ directory (after making a backup copy of the existing one).

This patch can be applied for ILIAS releases 3.6.5, 3.6.4 and 3.6.3.

Join Request List Patch

2. Learning Module Import May Fail

In some rare cases the learning module import may fail with an error message stating:
Call to a member function getTitle() on a non-object in .../class.ilObjMediaObject.php on line 194

To solve the issue, download the following file class.ilObjMediaObject.php and replace the existing version in the content/classes/Media/ directory (after making a backup copy of the existing one).

This patch can be applied for ILIAS releases 3.6.5 only.

Learning Module Import Patch

3. AICC modules produce error

After addind an AICC learning module you may get an error stating "ERROR: Can't find target class ilpermissiongui for node 1 (ilobjaicclearningmodulegui)."

To fix this, please enter the ILIAS setup. Select "Details" for the client, then click on "Tools". Please invoke the control structure "Reload" function.

After that, try again to edit the AICC course.

Fixed Bugs

  • Test & Assessment: Fixed bug in question solution output for essay questions with a maximum number of characters. Question was not shown completely. (Helmut Schottmüller, 2006-06-30)

  • Security Issue: Fixed a security issue in syntax highlighting module (Roland Küstermann, Alex Killing)

  • Test & Assessment: Set questionpools which are created directly from a test (only when no questionpool is available) to online status to prevent multiple creation of new question pools (Helmut Schottmüller, 2006-07-14)

  • Learning modules: Fixed some pear template related errors which occured frequently in the error logs (File does not exist: /home/www.****/ilias3/{LOCATION_STYLESHEET} and File does not exist: /home/www.****/functions.js), also some template block related errors which were cause by the explorer frame in learning modules (Helmut Schottmüller, 2006-07-21)