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

    I-doit funktioniert nicht nach Update auf SVN Revision 3999

    Scheduled Pinned Locked Moved Entwicklung
    5 Posts 3 Posters 1.0k 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.
    • _Chekov__ Offline
      _Chekov_
      last edited by

      Hi,

      heute nach SVN aktualisierung auf Revision 3999 ist folgendes passiert:

      The version of your i-doit database does not match the version of your program code. Please update your databases to i-doit 0.9.6-1 using the updater or revert/update your i-doit source code to version 0.9.6-x.

      Mit Updater (http://idoit/updates/) war keine zuweisungen auf Modulen zu finden.

      Innerhalb hypergate.inc.php Datei findet man den Stellen:

      /* Check for i-doit code / database version conflicts */
                      $g_idoit = new isys_component_dao_idoit($g_comp_database_system);
                      $l_db_version = $g_idoit->get_version();
                      if ($l_db_version != "" &&
                              $l_db_version != $g_product_info["version"] &&
                              $_GET["load"] != "update" &&
                              !isset($_POST["login_submit"])) {

      isys_glob_display_error("The version of your i-doit database does not match the version of your program code. ".
                                                                                      "".
                                                                                      "Please update your databases to i-doit ".$g_product_info["version"]." using ".
                                                                                      "the updater ".
                                                                                      "or revert/update your i-doit source code to version ". $l_db_version.".");
                              die;
                      }

      Cheers,

      Chekov

      Chekov is using i-doit v1.6.4 PRO in production & i-doit v1.7 PRO in test

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

        Hallo,
        hast Du denn das Update einmal durchgeführt?

        1 Reply Last reply Reply Quote 0
        • _Chekov__ Offline
          _Chekov_
          last edited by

          Update wie durch http://idoit/updates/ ?? Das mache ich immer!

          Cheers,

          Chekov

          Chekov is using i-doit v1.6.4 PRO in production & i-doit v1.7 PRO in test

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

            In dem aktuellen Nightly snapshot ist die falsche Version drin, ich hab dir was neues fertig gemacht: http://dev.synetics.de/nb/idoit-4003.zip
            Damit musst du noch einmal das Update ausführen

            1 Reply Last reply Reply Quote 0
            • _Chekov__ Offline
              _Chekov_
              last edited by

              @ds:

              Vielen Dank, mit Revision 4003 hat es wieder geklappt!

              Auch nicht schlecht dass man kriegt den Problem behoben innerhalb eine Stunde
              nach Fehlermeldung. Weiter so!

              Cheers,

              Chekov

              Chekov is using i-doit v1.6.4 PRO in production & i-doit v1.7 PRO in test

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