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

    Fehler beim Update von 0.9.9-2 auf 0.9.9-3

    Scheduled Pinned Locked Moved Entwicklung
    3 Posts 2 Posters 1.6k 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
      Schrader
      last edited by

      Ich habe soeben versucht besagtes Update auszuführen, leider verlief dieses nicht ganz einwandfrei.
      Ich erhalte diverse Fehlermeldungen betreffend der Tabelle isys_property_2_cat.
      Diese sehen alle in etwa wie folgt aus:

      isys_exception_database : Query error: 'INSERT INTO isys_property_2_cat (isys_property_2_cat__isysgui_catg__id, isys_property_2_cat__isysgui_cats__id, isys_property_2_cat__cat_type, isys_property_2_cat__property1_title, isys_property_2_cat__property1_columnname, isys_property_2_cat__property1_reference, isys_property_2_cat__property2_title, isys_property_2_cat__property2_columnname, isys_property_2_cat__property2_reference) VALUES (38, NULL, 'g', 'LC__CMDB__CATG__ACCOUNTING_ACCOUNT', 'isys_catg_accounting_list__isys_account__id', 'isys_account', NULL, NULL, NULL)': Unknown column 'isys_property_2_cat__isysgui_catg__id' in 'field list'

      Beim durchsuchen des Forums habe ich hier http://www.i-doit.org/forum/index.php/topic,1463.msg6487.html#msg6487 zwar eine mögliche Lösung gefunden, leider bekomme ich dabei aber eine SQL Fehlermeldung betreffend der Syntax.

      SQL-Befehl:

      ALTER TABLE isys_property_2_cat ADD CONSTRAINT isys_property_2_cat_ibfk_2 FOREIGN KEY ( isys_property_2_cat__isysgui_cats__id ) REFE

      MySQL meldet: Dokumentation
      #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'REFE' at line 4

      Wäre schön wenn mir da jemand weiterhelfen könnte,

      MfG Marco Schrader

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

        Hat sich erledigt sorry, nach weiterem suchen klappt es nun

        1 Reply Last reply Reply Quote 0
        • T Offline
          th-tron
          last edited by

          bei mir kommen zahlreiche vergleichbare Fehler beim Update:

          New field account for Report Manager Query Builder Value(s) inserted/updated. ERROR isys_exception_database : Query error: 'INSERT INTO isys_property_2_cat (isys_property_2_cat__isysgui_catg__id, isys_property_2_cat__isysgui_cats__id, isys_property_2_cat__cat_type, isys_property_2_cat__property1_title, isys_property_2_cat__property1_columnname, isys_property_2_cat__property1_reference, isys_property_2_cat__property2_title, isys_property_2_cat__property2_columnname, isys_property_2_cat__property2_reference) VALUES (38, NULL, 'g', 'LC__CMDB__CATG__ACCOUNTING_ACCOUNT', 'isys_catg_accounting_list__isys_account__id', 'isys_account', NULL, NULL, NULL)': Unknown column 'isys_property_2_cat__isysgui_catg__id' in 'field list' Dropping FK isys_group_2_isys_module__isys_group__id .. Table or FK does not exist. DONE Drop field contact name for Report Manager Query Builder OK DONE
          New field for Report Manager Query Builder Value(s) inserted/updated. ERROR isys_exception_database : Query error: 'INSERT INTO isys_property_2_cat (isys_property_2_cat__isysgui_catg__id, isys_property_2_cat__isysgui_cats__id, isys_property_2_cat__cat_type, isys_property_2_cat__property1_title, isys_property_2_cat__property1_columnname, isys_property_2_cat__property1_reference, isys_property_2_cat__property2_title, isys_property_2_cat__property2_columnname, isys_property_2_cat__property2_reference) VALUES (NULL, @CATSID, 's', 'LC__CONTACT__PERSON_FIRST_NAME', 'isys_cats_person_list__first_name', NULL, NULL, NULL, NULL)': Unknown column 'isys_property_2_cat__isysgui_catg__id' in 'field list'

          Die Hinweise von oben konnte ich nicht umsetzen.

          -> gleichfalls MySQL-Fehler beim ausführen von p2cat.sql
          Im Forum findet sich dazu auch keine andere Lösung.

          Danke für die Hilfe

          Gruß Thomas

          Gruß Thomas

          –----------------------------------------------------------------------------------------------
          i-doit 0.9.9, suse 10-3, apache 2.2.4-70.8, php 5.2.9-0.1, mysql 5.0.45-22.7, Theme:default

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