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.
    • dsD Offline
      ds
      last edited by

      @wedig:

      Also bei uns funktioniert jetzt soweit alles wieder.
      Es lag daran, dass idoi-t auf centOS 5.4 mit php5.1 lief. Sind jetzt auf ubuntu 9.10 mit php5.2.10 umgezogen.
      php5.2.3 wird zwar empfohlen, aber im Gegensatz zu 5.1 haben wir mit 5.2.10 bisher keine Probleme.

      PHP 5.2.10 ist vollkommen in Ordnung

      dawast: Werden bei dir Fehler im php/Apache error log angezeigt?

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

        Ja, habe dort auch die selben Fehler wie die die hier in der Log Datei stehen.

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

          Dann hast du das hier nicht richtig gemacht:

          @ds:

          Ladt dir mal das 0.9.9 Installationspaket herunter und entpacke es einfach ueber den i-doit Ordner, so dass die files einmal alle überschrieben werden

          Speziell geht es da um das Überschreiben der Datei aus der Fehlermeldung:
          [Mon Jan 25 15:16:52 2010] [error] [client 192.168.10.118] 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

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

            Also so gut wie eine Neuinstallation?
            Denn damit überschreibe ich doch auch meine Config und der Setup startet beim ersten Aufruf der Seite neu?!

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

              Die Config ist in dem Paket nicht enthalten und wird somit nicht überschrieben.

              1 Reply Last reply Reply Quote 0
              • 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