Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    0.9.9: Authentifikation bei Wifi Gerät

    Scheduled Pinned Locked Moved Entwicklung
    4 Posts 2 Posters 1.2k Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C Offline
      cschaefer
      last edited by

      Hallo,

      beim Objekttyp Wireless Access Point in der Kategorie Wifi Gerät versuche ich, die Authentifikation von "Freigegeben" auf z.b. "WPA2" oder "Radius 802.1X" zu ändern. Es erscheint beim Speichern folgende Fehlermeldung:

      i-doit system error
      Message:

      isys_exception_database : Query error: 'UPDATE isys_cats_access_point_list SET isys_cats_access_point_list__title = 'WLAN', isys_cats_access_point_list__ssid = '', isys_cats_access_point_list__key = '', isys_cats_access_point_list__encryption = '3', isys_cats_access_point_list__broadcast_ssid = '-1', isys_cats_access_point_list__mac_filter = '-1', isys_cats_access_point_list__isys_wlan_encryption__id = '3', isys_cats_access_point_list__isys_wlan_function__id = '1', isys_cats_access_point_list__isys_wlan_channel__id = '-1', isys_cats_access_point_list__isys_wlan_standard__id = '3', isys_cats_access_point_list__isys_wlan_auth__id = '3', isys_cats_access_point_list__description = '', isys_cats_access_point_list__status = '2'WHERE (isys_cats_access_point_list__id = '1');':
      Cannot add or update a child row: a foreign key constraint fails (idoit_data.isys_cats_access_point_list, CONSTRAINT isys_cats_access_point_list_ibfk_10 FOREIGN KEY (isys_cats_access_point_list__isys_wlan_channel__id) REFERENCES isys_wlan_channel ()

      Danach ist der Wert weiterhin auf "Freigegeben" gestellt. Any Hints?

      1 Reply Last reply Reply Quote 0
      • D Offline
        dbluemer
        last edited by

        Hallo,

        das ist ein Bug, bitte spiele mal die angehängte Datei ins Verzeichnis

        src/classes/cmdb/dao/category/specific

        ein.

        isys_cmdb_dao_category_s_access_point.class.php

        1 Reply Last reply Reply Quote 0
        • C Offline
          cschaefer
          last edited by

          hallo,

          das aufrufen der "Wifi Gerät" Kategorie erzeugt nun folgenden Fehler:

          Parse error: syntax error, unexpected $end in /var/www/idoit/src/classes/cmdb/dao/category/specific/isys_cmdb_dao_category_s_access_point.class.php on line 325

          wenn ich mir das php file von dir anschaue, verwundert das auch nicht, das ist irgendwie ziemlich unvollständig am ende; die datei hört mit dieser zeile

          
           		$this->set_additional_rules($l_retValid == false ? $l_
          
          

          einfach auf…

          1 Reply Last reply Reply Quote 0
          • D Offline
            dbluemer
            last edited by

            Hm,

            wenn ich mir die Datei herunterlade, ist diese vollständig. Seltsam.

            Ich habe die Datei nochmal gezippt angehängt.

            isys_cmdb_dao_category_s_access_point.class.php.zip

            1 Reply Last reply Reply Quote 0
            • First post
              Last post