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

    Fehler nach Update auf 0.9.9-2

    Scheduled Pinned Locked Moved Betrieb
    3 Posts 2 Posters 1.2k 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.
    • V Offline
      volkerw
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • E Offline
        extremIT
        last edited by

        In der Datenbank nachsehen wie die Tabellenspalten von "tempObjList…"  heißen.
        Wenn dort das "isys_"-Präfix nicht vorhanden ist, könnte dieser "Quickfix" helfen

        ich 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 😉 )

        1 Reply Last reply Reply Quote 0
        • V Offline
          volkerw
          last edited by

          Das ist es leider nicht. Die Tabellen beginnen mit isys_

          VW

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