Hat sich erledigt sorry, nach weiterem suchen klappt es nun
Latest posts made by Schrader
-
RE: Fehler beim Update von 0.9.9-2 auf 0.9.9-3
-
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