Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. bg
    3. Topics
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Groups 0

    Topics

    • B

      VIVA 1.3 GS Katalog Import scheitert

      Watching Ignoring Scheduled Pinned Locked Moved Betrieb
      2
      0 Votes
      2 Posts
      1k Views
      J
      Hallo Bernhard, anscheinend erfüllt der i-doit Server nicht die Systemvoraussetzungen für die Verwendung des VIVA-Moduls. Hier ist es zwingend notwendig, dass die PHP-Einstellung "short_open_tag" aktiviert (on) ist (siehe: VIVA-Dokumentation Punkt "2.1 Systemvoraussetzungen") Grüße Jens
    • B

      LDAP-Anbindung erfolgreich aber keine Anmledung

      Watching Ignoring Scheduled Pinned Locked Moved Betrieb
      4
      0 Votes
      4 Posts
      2k Views
      F
      Den Fehler haben wir ebenfalls, das Problem tritt bei uns auf wenn sich ein Benutzer zum ersten mal bei idoit einloggt. Problem ist das die Kostante C__CMDB_STATUS__IN_OPERATION nicht definiert ist und entsprechend nicht ersetzt wird. Die const_cache.inc.php des jeweiligen Mandanten wird nicht included. Workaround aus unserer src/config.inc.php # const cache include fix/workaround # Without this new LDAP user (never logged in before) can't be created, # LDAP debug contains something like this: # ldap: Database error : Query error: 'INSERT INTO isys_obj (isys_obj__title, isys_obj__isys_obj_type__id, isys_obj__isys_cmdb_status__id, isys_obj__status, isys_obj__sysid, isys_obj__created,isys_obj__created_by,isys_obj__updated,isys_obj__updated_by,isys_obj__hostname,isys_obj__scantime,isys_obj__imported) VALUES ('test user', '53', 'C__CMDB_STATUS__IN_OPERATION', '2', '', NOW(),'',NOW(),'','',NULL,'1970-01-01 01:00:00');': #Cannot add or update a child row: a foreign key constraint fails (`idoit_data`.`isys_obj`, CONSTRAINT `isys_obj_ibfk_2` FOREIGN KEY (`isys_obj__isys_cmdb_status__id`) REFERENCES `isys_cmdb_status` (`isys_cmdb_status__id`) ON DELETE SET NULL ON UPDATE CASCADE) include_once("/.../idoit/temp/cache_<mandant>/const_cache.inc.php");</mandant> Den include path entsprechend anpassen.