Fehler beim Update von 0.9.9-2 auf 0.9.9-3
-
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 CONSTRAINTisys_property_2_cat_ibfk_2
FOREIGN KEY (isys_property_2_cat__isysgui_cats__id
) REFEMySQL 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 4Wäre schön wenn mir da jemand weiterhelfen könnte,
MfG Marco Schrader
-
Hat sich erledigt sorry, nach weiterem suchen klappt es nun
-
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 INTOisys_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