Hallo,
habe von OTRS 3.1.12 auf 3.2.7 upgegraded und bekomme im Apache Error Logfile folgende Fehlermeldung wenn ich das Kunden-Informationszentrum aufrufe und eine Kunden-ID eingebe:
Message: 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 'LIMIT 50000' at line 1,
SQL: 'SELECT customer_id, customer_id, name FROM customer_company WHERE valid_id IN ( 1 ) AND LIMIT 50000'
Meiner Meinung nach handelt es sich um einen Bug.
Das SQL Statement müsste lauten
'SELECT customer_id, customer_id, name FROM customer_company WHERE valid_id IN ( 1 ) LIMIT 50000'