KnownBugs

From i-doit documentation

Jump to: navigation, search

Known bugs in preview-version 0.9


This is a complete list of all known bugs.

Report bugs here or in our Forum.

Also check the FAQ

Contents


General

Installation errors:

ERROR (#1064: You have an error in your SQL syntax; check the manual that corresponds to your 
MySQL server version for the right syntax to use near 
'ADD CONSTRAINT `isys_catg_maintenance_list__isys_maintenance_reaction_rate__id` ' at line 1

Solution

This error occurs in i-doit Versions < 0.9.3 when the sql-dumps are not well formatted. You have to manually convert them (setup/sql/idoit_x_system.sql, setup/sql/idoit_x_data.sql) from Unix CR (\n) to Windows CRLF (\r\n) format.

isys_component_database.class.php

Fatal error: Call to a member function handle() on a non-object in /var/www/i-doit/src/classes/components/isys_component_database.class.php on line 84

$g_dbg->handle(isys_debugger::c_err_debug, "Connection closed (" . $this->m_db_name . ").");

Solution

Add the following to line 83 in isys_component_database.class.php :

$g_dbg = isys_debugger::get();

Licences cannot be archived

isys_exception_database : Query error: 'SELECT isys_cats_lic__status FROM isys_cats_lic WHERE isys_cats_lic__id = 6;': Table 'idoit_data.isys_cats_lic' doesn't exist

Wireless Access Point cannot be created

If you try to create a WAP you will instantly get an error message. To fix this you have to make changes in your mandator database:

ALTER TABLE `isys_cats_access_point_list` CHANGE `isys_cats_access_point_list__isys_wlan_function__id` `isys_cats_access_point_list__isys_wlan_function__id` INT( 10 ) UNSIGNED NULL ,
CHANGE `isys_cats_access_point_list__isys_wlan_channel__id` `isys_cats_access_point_list__isys_wlan_channel__id` INT( 10 ) UNSIGNED NULL ,
CHANGE `isys_cats_access_point_list__isys_wlan_standard__id` `isys_cats_access_point_list__isys_wlan_standard__id` INT( 10 ) UNSIGNED NULL

Design

Redbox Theme

Save Button not viewable

Click edit to go to the edit mode, clicking the button should also work if it's not "active". i-doIT Forum ( German Link )

Fixed in latest release: See SVN Update

Windows specific

No password specified

After selecting Mandator Database an error is displayed: "No password specified"

Solution

Download and install the following patch: http://www.i-doit.org/downloads/patch_2357.tar

Just copy the two files from the patch into your i-doit-directory. A backup of the original files is highly recommended!

Personal tools