Datenbankfehler bei Object Type Configuration
-
Hallo liebe Community,
Seit ich i-doit auf die Version 20 aktualisiert habe, funktioniert bei mir die "Object type configuration" nicht mehr korrekt. Sobald ich ein Objekt-Type bearbeiten möchte, bekomme ich folgende Fehlermeldung:
Database error : Query error: 'SELECT isysgui_cats_2_subcategory__isysgui_cats__id__parent as parentId, child.isysgui_cats__title as childTitle, child.isysgui_cats__const as childConst, parent.isysgui_cats__title as parentTitle, parent.isysgui_cats__const as parentConst FROM isysgui_cats_2_subcategory INNER JOIN isysgui_cats child ON child.isysgui_cats__id = isysgui_cats_2_subcategory__isysgui_cats__id__child INNER JOIN isysgui_cats parent ON parent.isysgui_cats__id = isysgui_cats_2_subcategory__isysgui_cats__id__parent WHERE child.isysgui_cats__overview = 1 AND isysgui_cats_2_subcategory__isysgui_cats__id__child = 1;': Unknown column 'child.isysgui_cats__overview' in 'where clause'Ich könnte jetzt einfach die Spalte isysgui_cats__overview in der Tabelle isysgui_cats hinzufügen. Aber ich weiss nicht, was sonst noch fehlt bzw. was es alles für Auswirkungen hat.
Kennt jemand das Problem und hat es ev. sogar schon behoben?
Vielen Dank!
-
Hallo @matthias-wegmann,
Führen Sie bitte folgende Query aus:
SHOW CREATE TABLE FROM isysgui_cats;Prüfen Sie ob die Spalte
isysgui_cats__overviewinnerhalb der Tabelleisysgui_cats existiert.Wenn sie nicht existiert dann können Sie diese Query ausführen um sie wieder hinzuzufügen:
ALTER TABLE isysgui_cats ADD `isysgui_cats__overview` tinyint(1) unsigned DEFAULT 0; -
@Michael-Overkamp
Ich habe gesehen, dass ich die Lösung nie bestätigt habe. Das hat geholfen, vielen Dank!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login