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

    0.9.9 MAC-Adresse

    Scheduled Pinned Locked Moved Entwicklung
    26 Posts 4 Posters 7.8k 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.
    • S Offline
      sgrabrucker
      last edited by

      Ok, hab es gerade versucht.
      Habe das Install und nicht das Update Packet neu herunter geladen und komplett drüber kopiert.
      Cache hab ich auch geleert.
      Fehler ist aber immer noch der selbe.

      1 Reply Last reply Reply Quote 0
      • dsD Offline
        ds
        last edited by

        Häng mal bitte die problematische Datei hier an (/var/www/html/idoit/src/classes/cmdb/ui/global/isys_cmdb_ui_category_g_network_port.class.php)

        1 Reply Last reply Reply Quote 0
        • S Offline
          sgrabrucker
          last edited by

          Hier noch einmal die Fehlermeldung:

          [Wed Feb 03 17:48:16 2010] [error] PHP Fatal error:  Argument 1 passed to isys_cmdb_dao_list_catg_network_port::__construct() must be an instance of isys_cmdb_dao_category, called in /var/www/html/idoit/src/classes/cmdb/ui/global/isys_cmdb_ui_category_g_network_port.class.php on line 276 and defined in /var/www/html/idoit/src/classes/cmdb/dao/list/isys_cmdb_dao_list_catg_network_port.class.php on line 200, referer: /idoit/index.php?viewMode=1100&objTypeID=6&objID=103&tvMode=1006&editMode=0&cateID=43&catgID=7

          isys_cmdb_ui_category_g_network_port.class.php

          1 Reply Last reply Reply Quote 0
          • dsD Offline
            ds
            last edited by

            Ersetz mal Zeile 276 durch:

            $l_listdao = new isys_cmdb_dao_list_catg_network_port($p_cat);

            1 Reply Last reply Reply Quote 0
            • S Offline
              sgrabrucker
              last edited by

              Super, die Ports werden jetzt wieder angezeigt.
              Nur bearbeiten kann ich Sie noch nicht.

              [Thu Feb 04 12:28:53 2010] PHP Fatal error:  Argument 1 passed to isys_cmdb_dao_list_catg_network_interface::__construct() must be an instance of isys_cmdb_dao_category, called in /var/www/html/idoit/src/classes/cmdb/ui/global/isys_cmdb_ui_category_g_network_port.class.php on line 113 and defined in /var/www/html/idoit/src/classes/cmdb/dao/list/isys_cmdb_dao_list_catg_network_interface.class.php on line 168, referer: /idoit/index.php?viewMode=1002&tvMode=1006&objID=103&objTypeID=6&catgID=39&ifaceID=43

              1 Reply Last reply Reply Quote 0
              • dsD Offline
                ds
                last edited by

                Ersetz mal Zeile 113 mit

                $l_objList = new isys_cmdb_dao_list_catg_network_interface($p_cat);

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