Dzień Dobry, kiedy wybieram:
Komputery -> Lista, wybiera Grupa klientów wywala mi:
Wystąpiły błędy w obsłudze bazy danych! Zapytanie: SELECT n.id AS id, n.ipaddr, inet_ntoa(n.ipaddr) AS ip, ipaddr_pub, inet_ntoa(n.ipaddr_pub) AS ip_pub, n.mac, n.name, n.ownerid, n.access, n.warning, n.netdev, n.lastonline, n.info, CONCAT(c.lastname, ' ', c.name) AS owner, net.name AS netname FROM vnodes n JOIN customersview c ON (n.ownerid = c.id) JOIN networks net ON net.id = n.netidJOIN customerassignments ON (customerid = c.id) WHERE 1=1 AND customergroupid = 28 ORDER BY n.name asc Błąd: 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 'customerassignments ON (customerid = c.id) WHERE 1=1 AND customergroupid = 28 ' at line 6
Wersja LMS: 1.11-git Wersja LMSDB: 1.11-git Wersja MySQL: 5.1.72-2-log Wersja PHP: 5.3.3-7+squeeze17 Wersja Smarty: 3.1.11
Zgłaszałem w mantisie, ale nikt nie rozwiązał jeszcze problemu.
Ma ktoś jakieś lekarstwo?
W dniu 2014-01-08 16:22, Łukasz Rostalski pisze:
Dzień Dobry, kiedy wybieram:
Komputery -> Lista, wybiera Grupa klientów wywala mi:
Wystąpiły błędy w obsłudze bazy danych! Zapytanie: SELECT n.id AS id, n.ipaddr, inet_ntoa(n.ipaddr) AS ip, ipaddr_pub, inet_ntoa(n.ipaddr_pub) AS ip_pub, n.mac, n.name, n.ownerid, n.access, n.warning, n.netdev, n.lastonline, n.info, CONCAT(c.lastname, ' ', c.name) AS owner, net.name AS netname FROM vnodes n JOIN customersview c ON (n.ownerid = c.id) JOIN networks net ON net.id = n.netidJOIN customerassignments ON (customerid = c.id) WHERE 1=1 AND customergroupid = 28 ORDER BY n.name asc Błąd: 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 'customerassignments ON (customerid = c.id) WHERE 1=1 AND customergroupid = 28 ' at line 6
Znalazłem, w LMS.class.php linia 1736 brakuje spacji na końcu. Zamiast: 'JOIN networks net ON net.id = n.netid' ma być: 'JOIN networks net ON net.id = n.netid '
W dniu 08.01.2014 16:46, Łukasz Rostalski pisze:
Znalazłem, w LMS.class.php linia 1736 brakuje spacji na końcu. Zamiast: 'JOIN networks net ON net.id = n.netid' ma być: 'JOIN networks net ON net.id = n.netid '
kurcze dla mnie to to samo zapytanie, a dla bazy nie?
Przyjrzyj się dobrze błędowi. Bez spacji jest "n.netidJOIN" a to jest różne od "n.netid JOIN" :-) 9 sty 2014 08:36 "Robert Rakowski" robert@actus-info.pl napisał(a):
W dniu 08.01.2014 16:46, Łukasz Rostalski pisze:
Znalazłem, w LMS.class.php linia 1736 brakuje spacji na końcu. Zamiast: 'JOIN networks net ON net.id = n.netid' ma być: 'JOIN networks net ON net.id = n.netid '
kurcze dla mnie to to samo zapytanie, a dla bazy nie?
-- pozdrawiam Robert Rakowski tel:717187464
lms mailing list lms@lists.lms.org.pl http://lists.lms.org.pl/mailman/listinfo/lms
uczestnicy (3)
-
Marcin
-
Robert Rakowski
-
Łukasz Rostalski