Fehler nach Update auf 0.9.9-2
-
Hallo,
seit dem Updae auf 0.9.9-2 funktioniert der Filter in der Hauptlistenansicht nicht mehr. Hier die Fehlermeldung:
isys_exception_database : Query error: 'SELECT * FROM tempObjList_4c77026fe010162c1f46ec92e84f9398 WHERE isys_person_intern__id LIKE '%telba%' OR isys_person_intern__first_name LIKE '%telba%' OR isys_person_intern__last_name LIKE '%telba%' OR isys_person_intern__department LIKE '%telba%' OR isys_person_intern__phone_company LIKE '%telba%' OR isys_person_intern__mail_address LIKE '%telba%' OR isys_organisation_intern_iop__title LIKE '%telba%' OR isys_person_intern__title LIKE '%telba%' ORDER BY isys_isys_person_intern__id ASC ': Unknown column 'isys_person_intern__id' in 'where clause'
Was nun ?
Danke
Volker Wend -
In der Datenbank nachsehen wie die Tabellenspalten von "tempObjList…" heißen.
Wenn dort das "isys_"-Präfix nicht vorhanden ist, könnte dieser "Quickfix" helfenich hatte das gleiche Problem, nur das bei mir der Tabellen-Präfix (isys) fehlte, mein Fix:
classes/components/isys_component_list.class.php:143 ff
dort habe ich in meinem Fall "'isys_'.$key." LIKE " eingesetzt.
Wenn bei dir das "isys_" weg muss, dann einfach:
substr($key, 6)." LIKE "
einsetzen
(ist ein quick&dirty fix, aber funktioniert
) -
Das ist es leider nicht. Die Tabellen beginnen mit isys_
VW
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