Zum Inhalt

Hotfixes#

Über#

Hotfixes beseitigen einen bestimmten Fehler und werden in der Regel als ZIP-Datei zur Verfügung gestellt. Die ZIP-Datei wird im Installationsverzeichnis von i-doit entpackt. Die Abfrage, ob Dateien beim Entpacken überschrieben werden sollen, kann bestätigt werden (Taste Y für "yes" oder A für "all"). Hier ein Beispiel:

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

Bitte beachten

Bitte nutzen Sie Hotfixes ausschließlich mit der genannten Version. In neueren Versionen werden diese bereits enthalten sein, sodass eine erneute Installation nicht notwendig ist. Sollten Sie eine ältere Version von i-doit nutzen, ist es notwendig, zuerst auf die aktuelle Version zu aktualisieren.
Falls ein Hotfix zur Ausführung des Updates einer älteren Version notwendig ist, ist dieser in den Unterkapiteln zu den Hotfixes hier in der Knowledge Base zu finden.
Da es sich hierbei um Hotfixes handelt, empfehlen wir, diese nur einzuspielen, wenn diese für den sauberen Betrieb Ihrer Installation notwendig sind oder Sie durch den Support zur Verwendung aufgefordert werden. Bitte stellen Sie sicher, dass vor der Verwendung dieser Hotfixes ein Backup von i-doit erstellt wurde.
Sollten Sie nach der Verwendung der Hotfixes mit dem Support in Kontakt treten, ergänzen Sie bitte den Hinweis auf dessen Verwendung.

Aktualität

Die unten genannten Systemvoraussetzungen beziehen sich auf die aktuelle Version von i-doit, in diesem Fall 28 Zu jedem Release von i-doit werden diese Angaben angepasst. Wer die Angaben für ältere Versionen von i-doit benötigt, kann die Änderungshistorie dieser Seite verfolgen.

Einverständniserklärung

Mit dem Herunterladen eines Hotfixes erklären Sie, dass Sie die oben genannten Hinweise vollständig gelesen und verstanden haben

i-doit core#

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/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/i-doit/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