25. Internationale ILIAS-Konferenz

Download & Releases

3.5.3 (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.5.3 is a bug fix release and has been published on October 15th, 2005.

3.5.3 contains no new features compared to former 3.5 releases. For more information about the new features of version 3.5 please read the 3.5.0 release report.

Information about first time installation can be found here. Instructions for updating ILIAS can be found in section 3 of the general installation instructions.

Download 3.5.3
(.tar.gz; 17MB; 2005-10-15)

Known Issues

1. Test & Assessment import/export patch for ILIAS 3.5.3

Due to problems with PHP 4 the import and export of question pools and tests is not working properly. In some cases all answers are empty after import or test questions are missing completely. This patch fixes all errors related to these import/export problems. To fix the errors it is necessary to copy the files contained in the zipped patch file (class.ilQTIParser.php, class.ilObjTestGUI.php, class.ilObjQuestionPoolGUI.php) into your assessment/classes directory on your ILIAS server. You must overwrite the existing files of the same name.

Please note that this patch works only on the official ILIAS 3.5.3 version!

Test & Assessment import/export patch file

2. Glossary export/import problem

When you download a previously generated export file for an existent glossary, the name of the download file is wrong. However, export file names look correct in export file list.

Example:

In export file list shows: 1130325263__1950__glo_6843.zip

When you select it and press download button it tries to download a file named:

xml:1130325263__1950__glo_6843.zip

With html exported files the file name downloaded is like:

html:1130325263__1950__glo_6843.zip

If you try to import a downloaded file ILIAS shows this error:

Zip command failed or import file invalid.
It does not contain a subfolder 'xml:1130324923__1950__glo_6841'.


Workaround: When you rename the downloaded file, omiting 'xml:' or 'html:', import works fine.

The patch file solves the issue permanently:

  1. Change to the directory content/classes within your ILIAS installation.

  2. Make a backup copy of the existing file class.ilObjGlossaryGUI.php.

  3. Download the following patch file and copy it into the directory.

Glossary Export Patch File for Release 3.5.3 only

3. Test & Assessment "Postpone question" patch for ILIAS 3.5.3

Postponing a questions leads to unpredictable results in Test&Assessment which could cause wrong question results and questions missing in the sequence of questions for a learner. To correct this behaviour it is strongly recommended to install this patch file over your ILIAS 3.5.3 installation.
To fix postpone problems it is necessary to copy the patch file (class.ilObjTest.php into your assessment/classes directory on your ILIAS server. You must overwrite the existing file of the same name.

Please note that this patch works only on the official ILIAS 3.5.3 version!

Test & Assessment postpone bug patch file

Fixed Bugs

  • Fixed internal links in editors preview (learner's view works fine in 3.5.2) (Alex Killing)

  • Fixed Bug #1255: Wrong targets in locator, wrong repository view from the personal desktop
    Description (Alex Killing)

  • Fixed Bug #1262: Import specific LM does not assign pages to chapters (Alex Killing)

  • Fixed Bug #1260: Anonymous can continue Learning Module (Alex Killing)

  • Fixed Bug #1247: ERROR: Can't find target class ilmdeditorgui for node 1 (Alex Killing).
    Important Note: If you updated to this release from 3.5.0 to 3.5.2 you have to call ILIAS setup and select for every client "Tools -> Reload control structure" to make AICC courses work again.

  • Fixed Bug #1253: System Error Message when missing e.g. bracket in ILIAS Editor (Alex Killing)

  • Fixed Bug #1209: Undefined object meta_technical (Alex Killing)

  • Fixed Bug #1252: Error message downloading vcard from topic author reference in Forums (Arturo González)

  • Fixed Mantis bug #1238: Lacking german titles for admin panel buttons (Helmut Schottmüller, 2005-10-02)