Skip to content

Version 28#

About#

Hotfixes fix a specific bug and are typically provided as a ZIP file. The ZIP file is extracted in the i-doit installation directory. When prompted whether to overwrite files during extraction, you can confirm (press Y for "yes" or A for "all"). Here is an example:

1
2
3
4
sudo cp i-doit_<version>_hotfix_<description>_<ticket>_<commit>.zip /var/www/html/
cd /var/www/html/
sudo -u www-data unzip i-doit_<version>_hotfix_<description>_<ticket>_<commit>.zip
sudo rm i-doit_<version>_hotfix_<description>_<ticket>_<commit>.zip

Please note

Please use hotfixes exclusively with the specified version. Newer versions will already contain these fixes, so reinstallation is not necessary. If you are using an older version of i-doit, you must first update to the current version.
If a hotfix is required to perform the update of an older version, it can be found in the hotfix subchapters here in the Knowledge Base.
Since these are hotfixes, we recommend only applying them if they are necessary for the proper operation of your installation or if you are requested to use them by support. Please ensure that a backup of i-doit has been created before applying them.
If you contact support after applying the hotfixes, please mention that you have used them.

Currency

The system requirements listed below refer to the current version of i-doit, in this case 28. These specifications are updated with each i-doit release. If you need the specifications for older versions of i-doit, you can follow the change history of this page.

Consent

By downloading a hotfix, you confirm that you have fully read and understood the above notices

i-doit core#

JDisc matches non existent object id (ID-10576)#

Related error message

Database error : Query error: 'INSERT INTO isys_cmdb_status_changes SET isys_cmdb_status_changes__isys_obj__id = 655868, isys_cmdb_status_changes__isys_cmdb_status__id = 6;': Cannot add or update a child row: a foreign key constraint fails (idoit_data.isys_cmdb_status_changes, CONSTRAINT isys_cmdb_status_changes_ibfk1 FOREIGN KEY (isys_cmdb_status_changes__isys_obj__id) REFERENCES isys_obj (isys_obj__id) ON DELETE CAS) . File: /srv/www/idoit.pmd5.org/src/classes/components/isys_component_database_mysqli.class.php Line: 574

i-doit_28_hotfix-ID-10576.zip

Wrong i-doit version is downloaded at updater#

When you click on the Check for a new version button then version 30 is displayed.

i-doit_28_hotfix_ID-10745.zip

Existing models not displayed when selecting manufacturer#

i-doit_28_hotfix_ID-9762_bcce7cb4.zip

When opening a object overview page a HTTP 500 error appears
When opening the list view configuration of a object type a HTTP 500 error appears#

Related error message

PHP Fatal error: Uncaught Error: Class "isys_cmdb_dao_category_s_person_nagios" not found in /var/www/html/i-doit/src/classes/modules/cmdb/dao/isys_cmdb_dao_distributor.class.php:164\nStack trace:\n#0 /var/www/html/i-doit/src/classes/modules/cmdb/ui/global/isys_cmdb_ui_category_g_overview.class.php(64): isys_cmdb_dao_distributor->__construct()\n#1 /var/www/html/i-doit/src/classes/modules/cmdb/view/isys_cmdb_view_category.class.php(894): isys_cmdb_ui_category_g_overview->process()\n#2 /var/www/html/i-doit/src/classes/modules/cmdb/view/isys_cmdb_view_category.class.php(650): isys_cmdb_view_category->category_process()\n#3 /var/www/html/i-doit/src/classes/modules/cmdb/isys_module_cmdb.class.php(942): isys_cmdb_view_category->process()\n#4 /var/www/html/i-doit/src/classes/modules/manager/isys_module_manager.class.php(1040): isys_module_cmdb->start()\n#5 /var/www/html/i-doit/src/idoit/Legacy/ModuleLoader.php(37): isys_module_manager->load()\n#6 /var/www/html/i-doit/src/i.doit/classes/core/isys_application.class.php(109): idoit\Legacy\ModuleLoader->boot()\n#7 /var/www/html/i-doit/src/application.inc.php(42): isys_application::run()\n#8 /var/www/html/i-doit/src/i-doit.inc.php(137): include_once('...')\n#9 /var/www/html/i-doit/src/hypergate.inc.php(227): include_once('...')\n#10 /var/www/html/i-doit/src/ajax.inc.php(100): include_once('...')\n#11 /var/www/html/index.php(155): require_once('...')\n#12 {main}\n thrown in /var/www/html/i-doit/src/classes/modules/cmdb/dao/isys_cmdb_dao_distributor.class.php on line 164

i-doit_28_hotfix_ID-10362.zip

Notifications based on reports will not get send even though the report has results#

i-doit_28_hotfix_ID-10131_v2.zip

CSV import creates object with wrong object type#

i-doit_28_hotfix_ID-10126_b932dd4.zip

Document does not exist error message when opening a document#

i-doit_28_hotfix_ID-10086.zip

XML Import runs into php error#

Related error message

PHP Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in /var/www/html/src/classes/export/isys_specific_application_assigned_obj_export_helper.class.php:105 Stack trace:

0 /var/www/html/src/classes/import/handler/isys_import_handler_cmdb.class.php(3214): isys_specific_application_assigned_obj_export_helper->applicationAssignedVersion_import()#

1 /var/www/html/src/classes/import/handler/isys_import_handler_cmdb.class.php(1514): isys_import_handler_cmdb->import_categories()#

2 /var/www/html/src/idoit/Console/Command/Import/AbstractImportCommand.php(207): isys_import_handler_cmdb->import()#

3 /var/www/html/vendor/symfony/console/Command/Command.php(298): idoit\Console\Command\Import\AbstractImportCommand->execute()#

4 /var/www/html/vendor/symfony/console/Application.php(1040): Symfony\Component\Console\Command\Command->run()#

5 /var/www/html/vendor/symfony/console/Application.php(301): Symfony\Component\Console\Application->doRunCommand()#

6 /var/www/html/vendor/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun()#

7 /var/www/html/src/classes/ajax/handler/isys_ajax_handler_import.class.php(92): Symfony\Component\Console\Application->run()#

8 /var/www/html/src/classes/ajax/isys_ajax.class.php(137): isys_ajax_handler_import->init()#

9 /var/www/html/src/classes/ajax/isys_ajax.class.php(99): isys_ajax->call()#

10 /var/www/html/src/ajax.inc.php(111): isys_ajax->init()#

11 /var/www/html/index.php(155): require_once('...')#

12#

thrown in /var/www/html/src/classes/export/isys_specific_application_assigned_obj_export_helper.class.php on line 105

i-doit_28_hotfix_ID-10512_46e26be.zip

Do not use MAC address for matching if it is null (JDisc)#

i-doit_28_hotfix_ID-10521.zip

JDisc mapping error#

Related error message

Duplicate entry 'object-55-4052-80:aa:aa:aa:aa:aa,aa:aa:aa:aa:aa:aa,' for key 'isys_jdisc_mapping__type_device_serial_mac'. File: /data/www/idoit/src/classes/modules/jdisc/isys_module_jdisc.class.php Line: 4378

i-doit_28_hotfix_ID-10424.zip

API Add-on 1.15#

cmdb.reports.read attaches "&nbsp;&nbsp" to each value#

api_1.15_hotfix_API-458_7e2ae2e.zip

When using cmdb.objects.read it should be possible to use 'categories' without an array#

api_1.15_hotfix_API-415.zip

cmdb.objects.read gives empty/nameless object with error message as a result when reading objects with the category licenses#

api_1.15_hotfix_API-462.zip

Analyze Add-on 1.3#

Service assignment is not displayed in data quality#

Analysis_1.3_hotfix_ANALYSE-76_aa07fc2.zip

Forms Add-on 1.2.0#

Object is not created when a attribute validation is used and no error is displayed#

forms_1.2.0_hotfix_AOF-38_69144fc.zip

Floorplan Add-on 1.6#

MySQL8 causes database error "incorrect DATETIME" when opening Floorplan AND Adding new Floorplan gives Error message and deletes existing objects added to floorplan#

floorplan_1.6_hotfix_FP-130_FP-131.zip