05/07/18 19:13 ---------------- Linha: 318 Arquivo: C:\Users\mateu\Google Drive\Projetos\PHP\Netwan\php\lib\MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'FROM clientes_formularios AS t1 INNER JOIN formularios AS t2 ON t2.id = t1.id_fo' at line 1 SELECT t1.id, t2.nome, FROM clientes_formularios AS t1 INNER JOIN formularios AS t2 ON t2.id = t1.id_formularios WHERE t1.ativo = 1 AND t1.id_clientes = 2 ORDER BY t2.nome ---------------- 16/07/18 16:07 ---------------- Linha: 318 Arquivo: C:\Users\mateu\Google Drive\Projetos\PHP\Netwan\php\lib\MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 't1.id_equipamentos = 2 ORDER BY t2.nome' at line 1 SELECT t1.*, t2.nome AS setor_nome FROM setores_tem_equipamentos AS t1 INNER JOIN setores AS t2 ON t2.id = t1.id_setoresWHERE t1.id_equipamentos = 2 ORDER BY t2.nome ---------------- 17/07/18 19:33 ---------------- Linha: 357 Arquivo: C:\Users\mateu\Google Drive\Projetos\PHP\Netwan\php\lib\MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't2.id' in 'on clause' SELECT t1.id, t1.nome FROM setores AS t1 INNER JOIN setores_tem_equipamentos AS t2 ON t2.id = t1.id INNER JOIN equipamentos_tem_formularios AS t3 ON t3.id_equipamentos = t2.id_equipamentos GROUP BY t1.id ORDER BY t1.nome ---------------- 18/07/18 01:08 ---------------- Linha: 318 Arquivo: C:\Users\mateu\Google Drive\Projetos\PHP\Netwan\php\lib\MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'GROUP BY id_equipamentos ORDER BY equipamento_nome' at line 1 SELECT GROUP_CONCAT(DISTINCT id SEPARATOR ',') AS id, id_equipamentos, equipamento_nome FROM view_clientes_formularios WHERE id_clientes = 6 AND id_setores = GROUP BY id_equipamentos ORDER BY equipamento_nome ---------------- 18/07/18 11:13 ---------------- Linha: 319 Arquivo: C:\Users\mateu\Google Drive\Projetos\PHP\Netwan\php\lib\MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'GROUP BY id_equipamentos ORDER BY equipamento_nome' at line 1 SELECT id_equipamentos, equipamento_nome FROM view_clientes_formularios WHERE id_clientes = 6 AND id_setores = GROUP BY id_equipamentos ORDER BY equipamento_nome ---------------- 18/07/18 13:10 ---------------- Linha: 319 Arquivo: C:\Users\mateu\Google Drive\Projetos\PHP\Netwan\php\lib\MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1054 Unknown column 'id_equipamentos_id' in 'where clause' SELECT id, IF(!ISNULL(rotulo) AND rotulo != '', rotulo, nome) AS rotulo FROM view_clientes_formularios WHERE ativo = 1 AND id_clientes = 6 AND id_setores = 1 AND id_equipamentos_id = 2 ORDER BY rotulo ---------------- 25/07/18 10:27 ---------------- Linha: 358 Arquivo: C:\Users\mateu\Google Drive\Projetos\PHP\Netwan\php\lib\MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 'ordem' in 'order clause' SELECT * FROM clientes_equipamentos_formularios_campos WHERE id_clientes_equipamentos_formularios = 2 ORDER BY ordem ---------------- 26/07/18 16:38 ---------------- Linha: 319 Arquivo: C:\Users\mateu\Google Drive\Projetos\PHP\Netwan\php\lib\MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1054 Unknown column 'campo_23' in 'field list' SELECT DISTINCT campo_23 FROM cli_equip_6_form_15 ---------------- 27/07/18 12:04 ---------------- Linha: 358 Arquivo: C:\Users\mateu\Google Drive\Projetos\PHP\Netwan\php\lib\MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1064 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 'AS nome FROM clientes_equipamentos AS t1 INNER JOIN equipamentos AS t2 ON t2.id ' at line 1 SELECT t1.id, IF(t2.nome = t1.rotulo, t1.rotulo, CONCAT_WS(' - ', t2.nome, t1.rotulo) AS nome FROM clientes_equipamentos AS t1 INNER JOIN equipamentos AS t2 ON t2.id = t1.id_equipamentos WHERE t1.id_clientes = 6 AND t1.id_setores = 4 ---------------- 27/07/18 12:07 ---------------- Linha: 319 Arquivo: C:\Users\mateu\Google Drive\Projetos\PHP\Netwan\php\lib\MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1054 Unknown column 't1.lookup_tabela' in 'field list' SELECT IF(!ISNULL(t1.lookup_tabela) AND t1.lookup_tabela != '' AND t1.lookup_tabela_id > 0 AND t1.lookup_campo_id > 0, CONCAT_WS('_', t1.lookup_tabela, t1.lookup_tabela_id, t1.lookup_campo_id), CONCAT('campo_', t1.id)) AS nome FROM clientes_equipamentos_campos AS t1INNER JOIN equipamentos_campos AS t2 ON t2.id = t1.id_campos WHERE t1.id_clientes_equipamentos = 10 ORDER BY t2.ordem ---------------- 22/08/18 13:21 ---------------- Linha: 319 Arquivo: C:\Users\mateu\Google Drive\Projetos\PHP\Netwan\php\lib\MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id_setores = 2 AND t1.id_equipamentos = 7 GROUP BY t2.id ORDER BY t2.nome, t2' at line 1 SELECT t2.id, CONCAT_WS(': ', t2.nome, t2.local) AS nome FROM clientes_equipamentos AS t1 INNER JOIN setores AS t2 ON t2.id = t1.id_setores WHERE t1.id_clientes = 1 t1.id_setores = 2 AND t1.id_equipamentos = 7 GROUP BY t2.id ORDER BY t2.nome, t2.local ---------------- 16/10/18 14:01 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 ':0a:0a:0a:0a:0a' at line 1 SELECT COUNT(*) AS existente FROM cli_equip_16_form_49 WHERE campo_236 = 0a:0a:0a:0a:0a:0a ---------------- 16/10/18 14:02 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1054 Unknown column 'FF' in 'where clause' SELECT COUNT(*) AS existente FROM cli_equip_16_form_49 WHERE campo_236 = 00-FF-B1-7A-2C-E0 ---------------- 16/10/18 14:11 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1054 Unknown column 'FF' in 'where clause' SELECT COUNT(*) AS existente FROM cli_equip_17_form_50 WHERE campo_238 = 00-FF-B1-7A-2C-E0 ---------------- 18/10/18 12:58 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1054 Unknown column 'FF' in 'where clause' SELECT COUNT(*) AS existente FROM cli_equip_16_form_49 WHERE campo_266 = 00-FF-B1-7A-2C-E0 ---------------- 08/11/18 10:35 ---------------- Linha: 358 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't1.clientes_equipamentos' in 'where clause' SELECT CONCAT('campo_', t1.id) AS campo_nome FROM clientes_equipamentos_campos AS t1 INNER JOIN equipamentos_campos AS t2 ON t2.id = t1.id_campos WHERE t1.clientes_equipamentos = 32 AND (ISNULL(t1.lookup_tabela) OR t1.looup_tabela = '') ORDER BY t2.ordem ---------------- 08/11/18 10:40 ---------------- Linha: 358 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't1.clientes_equipamentos' in 'where clause' SELECT CONCAT('campo_', t1.id) AS campo_nome FROM clientes_equipamentos_campos AS t1 INNER JOIN equipamentos_campos AS t2 ON t2.id = t1.id_campos WHERE t1.clientes_equipamentos = 32 AND (ISNULL(t1.lookup_tabela) OR t1.looup_tabela = '') ORDER BY t2.ordem ---------------- 08/11/18 10:45 ---------------- Linha: 358 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't1.clientes_equipamentos' in 'where clause' SELECT CONCAT('campo_', t1.id) AS campo_nome FROM clientes_equipamentos_campos AS t1 INNER JOIN equipamentos_campos AS t2 ON t2.id = t1.id_campos WHERE t1.clientes_equipamentos = 32 AND (ISNULL(t1.lookup_tabela) OR t1.looup_tabela = '') ORDER BY t2.ordem ---------------- 13/11/18 12:00 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 ') ORDER BY t2.local, t2.nome, t1.rotulo' at line 1 SELECT t1.id, t1.id_equipamentos, CONCAT_WS(' - ', t1.rotulo, t2.local, t2.nome) AS rotulo FROM clientes_equipamentos AS t1 INNER JOIN setores AS t2 ON t2.id = t1.id_setores WHERE t1.id_clientes = 11 AND t1.id IN () ORDER BY t2.local, t2.nome, t1.rotulo ---------------- 13/11/18 12:01 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 ') ORDER BY t2.local, t2.nome, t1.rotulo' at line 1 SELECT t1.id, t1.id_equipamentos, CONCAT_WS(' - ', t1.rotulo, t2.local, t2.nome) AS rotulo FROM clientes_equipamentos AS t1 INNER JOIN setores AS t2 ON t2.id = t1.id_setores WHERE t1.id_clientes = 11 AND t1.id IN () ORDER BY t2.local, t2.nome, t1.rotulo ---------------- 19/11/18 05:57 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1146 Table 'netwan_mateus.equipamentos_formularios_campos_lookups' doesn't exist SELECT t1.id, (COUNT(t2.id) > 0) AS lookup, IF(COUNT(t2.id) > 0, CONCAT('lookup_', t1.id), CONCAT('campo_', t1.id)) AS nome, t1.extjs_xtype, t1.extjs_allowBlank, t1.extjs_allowDecimals, t1.extjs_decimalPrecision FROM clientes_equipamentos_formularios_campos AS t1 LEFT JOIN equipamentos_formularios_campos_lookups AS t2 ON t2.id_campos = t1.id_campos WHERE t1.id_clientes_equipamentos_formularios = 169 GROUP BY t1.id ---------------- 19/11/18 13:27 ---------------- Linha: 147 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/PHPMailer/Mailer.php Erro: 0 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting ---------------- 20/11/18 06:17 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'WHERE id != 2' at line 1 SELECT COUNT(*) AS existente FROM cli_equip_42_form_173 WHERE campo_880 = 'F:' WHERE id != 2 ---------------- 20/11/18 06:20 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'WHERE id != 2' at line 1 SELECT COUNT(*) AS existente FROM cli_equip_42_form_173 WHERE campo_880 = 'F:' WHERE id != 2 ---------------- 20/11/18 06:22 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'WHERE id != 2' at line 1 SELECT COUNT(*) AS existente FROM cli_equip_42_form_173 WHERE campo_880 = 'F:' WHERE id != 2 ---------------- 20/11/18 06:23 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'WHERE id != 2' at line 1 SELECT COUNT(*) AS existente FROM cli_equip_42_form_173 WHERE campo_880 = 'F:' WHERE id != 2 ---------------- 02/01/19 13:51 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(1,2,3) GROUP t1.id ORDER BY t1.id ---------------- 05/01/19 06:15 ---------------- Linha: 147 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/PHPMailer/Mailer.php Erro: 0 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting ---------------- 05/01/19 06:16 ---------------- Linha: 147 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/PHPMailer/Mailer.php Erro: 0 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting ---------------- 08/01/19 11:06 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1054 Unknown column 'lookup_3247' in 'field list' SELECT DISTINCT lookup_3247 AS campo FROM cli_equip_136_form_638 WHERE id IN (1) ORDER BY campo ---------------- 08/01/19 11:06 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1054 Unknown column 'lookup_3247' in 'field list' SELECT DISTINCT lookup_3247 AS campo FROM cli_equip_136_form_638 WHERE id IN (2) ORDER BY campo ---------------- 08/01/19 11:07 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1054 Unknown column 'lookup_3247' in 'field list' SELECT DISTINCT lookup_3247 AS campo FROM cli_equip_136_form_638 WHERE id IN (2) ORDER BY campo ---------------- 08/01/19 11:12 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'AS campo FROM cli_equip_136_form_638 WHERE id IN (2) ORDER BY campo' at line 1 SELECT DISTINCT AS campo FROM cli_equip_136_form_638 WHERE id IN (2) ORDER BY campo ---------------- 08/01/19 11:16 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'AS campo FROM cli_equip_136_form_638 WHERE id IN (2) ORDER BY campo' at line 1 SELECT DISTINCT AS campo FROM cli_equip_136_form_638 WHERE id IN (2) ORDER BY campo ---------------- 11/01/19 05:53 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'AND (t1.admin = OR t1.admin = 0) GROUP BY t1.id ORDER BY t1.ordem' at line 1 SELECT t1.* FROM permissoes_funcionarios AS t1 INNER JOIN grupos_permissoes_funcionarios AS t2 ON t2.id_permissoes = t1.id INNER JOIN usuarios_grupos_funcionarios AS t3 ON t3.id_grupos = t2.id_grupos WHERE t1.pai_id = 0 AND t1.tipo = 'MENU' AND t3.id_usuarios = AND (t1.admin = OR t1.admin = 0) GROUP BY t1.id ORDER BY t1.ordem ---------------- 14/01/19 13:13 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'AND (t1.admin = OR t1.admin = 0) GROUP BY t1.id ORDER BY t1.ordem' at line 1 SELECT t1.* FROM permissoes_funcionarios AS t1 INNER JOIN grupos_permissoes_funcionarios AS t2 ON t2.id_permissoes = t1.id INNER JOIN usuarios_grupos_funcionarios AS t3 ON t3.id_grupos = t2.id_grupos WHERE t1.pai_id = 0 AND t1.tipo = 'MENU' AND t3.id_usuarios = AND (t1.admin = OR t1.admin = 0) GROUP BY t1.id ORDER BY t1.ordem ---------------- 23/01/19 09:50 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'AND (t1.admin = OR t1.admin = 0) GROUP BY t1.id ORDER BY t1.ordem' at line 1 SELECT t1.* FROM permissoes_funcionarios AS t1 INNER JOIN grupos_permissoes_funcionarios AS t2 ON t2.id_permissoes = t1.id INNER JOIN usuarios_grupos_funcionarios AS t3 ON t3.id_grupos = t2.id_grupos WHERE t1.pai_id = 0 AND t1.tipo = 'MENU' AND t3.id_usuarios = AND (t1.admin = OR t1.admin = 0) GROUP BY t1.id ORDER BY t1.ordem ---------------- 30/01/19 08:20 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 ')' at line 1 SELECT DISTINCT CONCAT_WS(' - ', campo_15807) AS nome FROM cli_equip_653_form_3174 WHERE id_fk IN () ---------------- 30/01/19 10:55 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'BY t1.id' at line 1 SELECT t1.id, t1.id_clientes_equipamentos FROM clientes_equipamentos_formularios AS t1 INNER JOIN clientes_equipamentos AS t2 ON t2.id = t1.id_clientes_equipamentos WHERE t2.id_clientes = 193 AND t1.id_formularios = 10 AND t2.id_equipamentos = 38GROUP BY t1.id ---------------- 30/01/19 10:56 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'BY t1.id' at line 1 SELECT t1.id, t1.id_clientes_equipamentos FROM clientes_equipamentos_formularios AS t1 INNER JOIN clientes_equipamentos AS t2 ON t2.id = t1.id_clientes_equipamentos WHERE t2.id_clientes = 193 AND t1.id_formularios = 10 AND t2.id_equipamentos = 38GROUP BY t1.id ---------------- 30/01/19 10:56 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'BY t1.id' at line 1 SELECT t1.id, t1.id_clientes_equipamentos FROM clientes_equipamentos_formularios AS t1 INNER JOIN clientes_equipamentos AS t2 ON t2.id = t1.id_clientes_equipamentos WHERE t2.id_clientes = 193 AND t1.id_formularios = 10 AND t2.id_equipamentos = 38GROUP BY t1.id ---------------- 30/01/19 11:01 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 'BY t1.id' at line 1 SELECT t1.id, t1.id_clientes_equipamentos FROM clientes_equipamentos_formularios AS t1 INNER JOIN clientes_equipamentos AS t2 ON t2.id = t1.id_clientes_equipamentos WHERE t2.id_clientes = 193 AND t1.id_formularios = 10 AND t2.id_equipamentos = 38GROUP BY t1.id ---------------- 30/01/19 11:02 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 ')' at line 1 SELECT DISTINCT CONCAT_WS(' - ', campo_15807) AS nome FROM cli_equip_653_form_3174 WHERE id_fk IN () ---------------- 30/01/19 11:06 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 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 ')' at line 1 SELECT DISTINCT CONCAT_WS(' - ', campo_15807) AS nome FROM cli_equip_653_form_3174 WHERE id_fk IN () ---------------- 04/02/19 12:25 ---------------- Linha: 319 Arquivo: /home/netwan/mateus.netwaninfo.com.br/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 2006 MySQL server has gone away SELECT COUNT(*) AS existente FROM cli_equip_217_form_1021 WHERE campo_5092 = 'd0-94-66-a5-7d-67' ---------------- 21/02/19 15:07 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(19) GROUP t1.id ORDER BY t1.id ---------------- 21/02/19 15:08 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(19) GROUP t1.id ORDER BY t1.id ---------------- 21/02/19 15:08 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(19) GROUP t1.id ORDER BY t1.id ---------------- 21/02/19 15:09 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(19) GROUP t1.id ORDER BY t1.id ---------------- 21/02/19 15:10 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(19) GROUP t1.id ORDER BY t1.id ---------------- 21/02/19 15:27 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(19) GROUP t1.id ORDER BY t1.id ---------------- 21/02/19 15:36 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(19) GROUP t1.id ORDER BY t1.id ---------------- 21/02/19 17:12 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(14) GROUP t1.id ORDER BY t1.id ---------------- 21/02/19 17:12 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(14) GROUP t1.id ORDER BY t1.id ---------------- 22/02/19 18:11 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(14) GROUP t1.id ORDER BY t1.id ---------------- 22/02/19 18:12 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(14) GROUP t1.id ORDER BY t1.id ---------------- 22/02/19 18:13 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(14) GROUP t1.id ORDER BY t1.id ---------------- 22/02/19 18:15 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(17) GROUP t1.id ORDER BY t1.id ---------------- 25/02/19 10:25 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(23) GROUP t1.id ORDER BY t1.id ---------------- 25/02/19 10:27 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(23) GROUP t1.id ORDER BY t1.id ---------------- 25/02/19 19:35 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't1.id ORDER BY t1.id' at line 1 SELECT t1.id FROM usuarios_funcionarios AS t1 INNER JOIN usuarios_grupos_funcionarios AS t2 ON t2.id_usuarios = t1.id WHERE t2.id_grupos IN(23) GROUP t1.id ORDER BY t1.id ---------------- 28/02/19 16:52 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND (t1.admin = OR t1.admin = 0) GROUP BY t1.id ORDER BY t1.ordem' at line 1 SELECT t1.* FROM permissoes_funcionarios AS t1 INNER JOIN grupos_permissoes_funcionarios AS t2 ON t2.id_permissoes = t1.id INNER JOIN usuarios_grupos_funcionarios AS t3 ON t3.id_grupos = t2.id_grupos WHERE t1.pai_id = 0 AND t1.tipo = 'MENU' AND t3.id_usuarios = AND (t1.admin = OR t1.admin = 0) GROUP BY t1.id ORDER BY t1.ordem ---------------- 29/03/19 09:16 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 4956' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 4956 ---------------- 29/03/19 09:16 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 4956' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 4956 ---------------- 29/03/19 09:22 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 4956' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 4956 ---------------- 29/03/19 09:28 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 4956' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 4956 ---------------- 29/03/19 09:29 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 4956' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 4956 ---------------- 29/03/19 09:32 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 783' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 783 ---------------- 29/03/19 09:42 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6131' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6131 ---------------- 29/03/19 09:43 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6137' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6137 ---------------- 29/03/19 10:58 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3842' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3842 ---------------- 29/03/19 11:00 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3842' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3842 ---------------- 29/03/19 11:01 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3850' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3850 ---------------- 29/03/19 11:02 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3850' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3850 ---------------- 29/03/19 11:03 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3850' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3850 ---------------- 29/03/19 11:06 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3850' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3850 ---------------- 29/03/19 11:10 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3850' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3850 ---------------- 29/03/19 11:14 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3830' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3830 ---------------- 29/03/19 11:17 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3869' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3869 ---------------- 29/03/19 11:21 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3857' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3857 ---------------- 29/03/19 11:25 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3922' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3922 ---------------- 29/03/19 11:32 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3896' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3896 ---------------- 29/03/19 11:36 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3341' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3341 ---------------- 29/03/19 11:37 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3343' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3343 ---------------- 29/03/19 11:46 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3343' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3343 ---------------- 29/03/19 11:46 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3343' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3343 ---------------- 29/03/19 11:56 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3335' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3335 ---------------- 29/03/19 11:57 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3337' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3337 ---------------- 29/03/19 11:57 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3337' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3337 ---------------- 29/03/19 11:58 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3337' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3337 ---------------- 29/03/19 13:57 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3890' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3890 ---------------- 29/03/19 14:02 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 3878' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 3878 ---------------- 29/03/19 17:25 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6145' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6145 ---------------- 29/03/19 17:27 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6145' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6145 ---------------- 30/03/19 11:18 ---------------- ---------------- 30/03/19 11:37 ---------------- ---------------- 01/04/19 13:17 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 2997' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 2997 ---------------- 01/04/19 13:17 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 2997' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 2997 ---------------- 01/04/19 13:53 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 5918' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 5918 ---------------- 01/04/19 13:54 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 5918' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 5918 ---------------- 01/04/19 14:08 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6157' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6157 ---------------- 01/04/19 14:13 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6161' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6161 ---------------- 01/04/19 14:13 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6161' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6161 ---------------- 01/04/19 14:14 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6155' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6155 ---------------- 01/04/19 14:14 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6155' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6155 ---------------- 01/04/19 14:24 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6163' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6163 ---------------- 01/04/19 14:24 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6163' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6163 ---------------- 01/04/19 14:25 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6163' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6163 ---------------- 01/04/19 14:26 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6163' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6163 ---------------- 01/04/19 14:26 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6163' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6163 ---------------- 01/04/19 14:26 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6163' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6163 ---------------- 01/04/19 14:26 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6163' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6163 ---------------- 01/04/19 14:29 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6161' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6161 ---------------- 01/04/19 14:30 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6161' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6161 ---------------- 01/04/19 14:30 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 6161' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 6161 ---------------- 01/04/19 15:15 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 5901' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 5901 ---------------- 01/04/19 15:16 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 5897' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 5897 ---------------- 01/04/19 15:16 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 5897' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 5897 ---------------- 01/04/19 15:17 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 5896' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 5896 ---------------- 01/04/19 15:18 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 5897' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 5897 ---------------- 01/04/19 15:19 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 5897' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 5897 ---------------- 01/04/19 15:20 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 5897' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 5897 ---------------- 01/04/19 15:21 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 't2.id = 5897' at line 1 SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.idWHERE t2.id = 5897 ---------------- 01/04/19 15:22 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1054 Unknown column 't1.id_setores' in 'field list' SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.id WHERE t2.id = 5897 ---------------- 01/04/19 15:22 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1054 Unknown column 't1.id_setores' in 'field list' SELECT t1.id_setores, t1.id_clientes, t2.id_formularios ,t1.id_equipamentos FROM clientes_equipamentos AS t1INNER JOIN clientes_equipamentos_formularios AS t2 ON t2.id_clientes_equipamentos = t1.id WHERE t2.id = 5897 ---------------- 18/04/19 08:34 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_17706 = 'PADRÃO' )' at line 1 SELECT id FROM cli_equip_953 WHERE inativo = 0 ( campo_17706 = 'PADRÃO' ) ---------------- 18/04/19 08:34 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_17706 = 'PADRÃO' )' at line 1 SELECT id FROM cli_equip_953 WHERE inativo = 0 ( campo_17706 = 'PADRÃO' ) ---------------- 18/04/19 08:45 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_17685 = 'PADRÃO' )' at line 1 SELECT id FROM cli_equip_950 WHERE inativo = 0 ( campo_17685 = 'PADRÃO' ) ---------------- 18/04/19 09:00 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_17475 = 'PADRÃO' )' at line 1 SELECT id FROM cli_equip_920 WHERE inativo = 0 ( campo_17475 = 'PADRÃO' ) ---------------- 18/04/19 09:03 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_17475 = 'PADRÃO' )' at line 1 SELECT id FROM cli_equip_920 WHERE inativo = 0 ( campo_17475 = 'PADRÃO' ) ---------------- 18/04/19 09:08 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_17489 = 'PADRÃO' )' at line 1 SELECT id FROM cli_equip_922 WHERE inativo = 0 ( campo_17489 = 'PADRÃO' ) ---------------- 18/04/19 09:08 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_17489 = 'PADRÃO' )' at line 1 SELECT id FROM cli_equip_922 WHERE inativo = 0 ( campo_17489 = 'PADRÃO' ) ---------------- 18/04/19 09:28 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_17489 = '' )' at line 1 SELECT id FROM cli_equip_922 WHERE inativo = 0 ( campo_17489 = '' ) ---------------- 18/04/19 09:28 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_17489 = 'PADRÃO' )' at line 1 SELECT id FROM cli_equip_922 WHERE inativo = 0 ( campo_17489 = 'PADRÃO' ) ---------------- 18/04/19 09:31 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_17489 = 'PADRÃO' )' at line 1 SELECT id FROM cli_equip_922 WHERE inativo = 0 ( campo_17489 = 'PADRÃO' ) ---------------- 18/04/19 09:33 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_17489 = 'PADRÃO' )' at line 1 SELECT id FROM cli_equip_922 WHERE inativo = 0 ( campo_17489 = 'PADRÃO' ) ---------------- 18/04/19 09:34 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = '' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = '' ) ---------------- 18/04/19 09:34 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = '' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = '' ) ---------------- 18/04/19 09:34 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = 'A' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = 'A' ) ---------------- 18/04/19 09:34 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = 'A' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = 'A' ) ---------------- 18/04/19 09:36 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = '' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = '' ) ---------------- 18/04/19 09:36 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = '' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = '' ) ---------------- 18/04/19 09:36 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = 'A' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = 'A' ) ---------------- 18/04/19 09:36 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = 'A' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = 'A' ) ---------------- 18/04/19 09:37 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = 'AA' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = 'AA' ) ---------------- 18/04/19 09:37 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = 'AA' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = 'AA' ) ---------------- 18/04/19 09:37 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = 'B1' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = 'B1' ) ---------------- 18/04/19 09:37 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = 'B1' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = 'B1' ) ---------------- 18/04/19 09:37 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = 'B5555' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = 'B5555' ) ---------------- 18/04/19 09:37 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = 'B5555' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = 'B5555' ) ---------------- 18/04/19 09:37 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = 'A' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = 'A' ) ---------------- 18/04/19 09:37 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( campo_23247 = 'A' )' at line 1 SELECT id FROM cli_equip_1475 WHERE inativo = 0 ( campo_23247 = 'A' ) ---------------- 23/05/19 10:48 ---------------- Linha: 358 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't2.departamento' in 'order clause' SELECT t3.departamento, t2.nome AS servico, t1.nome, t1.descricao FROM os_servicos_itens AS t1 INNER JOIN os_servicos AS t2 ON t2.id = t1.id_os_servicos INNER JOIN departamentos AS t3 ON t3.id = t2.id_departamentos ORDER BY t2.departamento, t2.nome, t1.nome, t1.descricao ---------------- 23/05/19 10:48 ---------------- Linha: 358 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't2.departamento' in 'order clause' SELECT t3.departamento, t2.nome AS servico, t1.nome, t1.descricao FROM os_servicos_itens AS t1 INNER JOIN os_servicos AS t2 ON t2.id = t1.id_os_servicos INNER JOIN departamentos AS t3 ON t3.id = t2.id_departamentos ORDER BY t2.departamento, t2.nome, t1.nome, t1.descricao ---------------- 23/05/19 10:48 ---------------- Linha: 358 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't2.departamento' in 'order clause' SELECT t3.departamento, t2.nome AS servico, t1.nome, t1.descricao FROM os_servicos_itens AS t1 INNER JOIN os_servicos AS t2 ON t2.id = t1.id_os_servicos INNER JOIN departamentos AS t3 ON t3.id = t2.id_departamentos ORDER BY t2.departamento, t2.nome, t1.nome, t1.descricao ---------------- 24/03/20 11:19 ---------------- Linha: 358 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't2.departamento' in 'order clause' SELECT t3.departamento, t2.nome AS servico, t1.nome, t1.descricao FROM os_servicos_itens AS t1 INNER JOIN os_servicos AS t2 ON t2.id = t1.id_os_servicos INNER JOIN departamentos AS t3 ON t3.id = t2.id_departamentos ORDER BY t2.departamento, t2.nome, t1.nome, t1.descricao ---------------- 24/03/20 11:19 ---------------- Linha: 358 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't2.departamento' in 'order clause' SELECT t3.departamento, t2.nome AS servico, t1.nome, t1.descricao FROM os_servicos_itens AS t1 INNER JOIN os_servicos AS t2 ON t2.id = t1.id_os_servicos INNER JOIN departamentos AS t3 ON t3.id = t2.id_departamentos ORDER BY t2.departamento, t2.nome, t1.nome, t1.descricao ---------------- 25/03/20 09:00 ---------------- Linha: 358 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't2.departamento' in 'order clause' SELECT t3.departamento, t2.nome AS servico, t1.nome, t1.descricao FROM os_servicos_itens AS t1 INNER JOIN os_servicos AS t2 ON t2.id = t1.id_os_servicos INNER JOIN departamentos AS t3 ON t3.id = t2.id_departamentos ORDER BY t2.departamento, t2.nome, t1.nome, t1.descricao ---------------- 13/04/20 14:01 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '*) AS existente FROM os_servicos AS t1 LEFT JOIN usuarios_funcionarios AS t2 ON ' at line 1 SELECT COUNT(t1.*) AS existente FROM os_servicos AS t1 LEFT JOIN usuarios_funcionarios AS t2 ON t2.id = t1.id_usuarios INNER JOIN departamentos AS t3 ON t3.id = t1.id_departamentos ---------------- 23/04/20 13:52 ---------------- Linha: 358 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't4.id' in 'on clause' SELECT t1.id, t1.nome_fantasia, t3.id_clientes, t3.id_equipamentos, t4.nome AS equipamento, t3.quantidade, 0 AS qtde_livre, 0 AS qtde_uso, t8.nome, CONCAT('cli_equip_', t9.id) AS crud_tabela_e, 'Texto' AS crud_formato_e, t11.extjs_xtype AS crud_xtype_e, t11.extjs_fieldLabel AS crud_rotulo_e, IF(COUNT(t12.id) > 0, CONCAT('lookup_', t11.id), CONCAT('campo_', t11.id)) AS crud_campo_e FROM clientes AS t1 INNER JOIN clientes_cenarios AS t3 ON (t1.id = t3.id_clientes) INNER JOIN setores AS t8 ON (t1.id = t8.id_clientes) INNER JOIN clientes_equipamentos AS t9 ON (t1.id = t9.id_clientes AND t8.id = t9.id_setores) INNER JOIN equipamentos_campos AS t10 ON (t4.id = t10.id_equipamentos) INNER JOIN clientes_equipamentos_campos AS t11 ON (t10.id = t11.id_campos AND t9.id = t11.id_clientes_equipamentos) LEFT JOIN equipamentos_campos_lookups AS t12 ON (t10.id = t12.id_campos) INNER JOIN equipamentos AS t4 ON (t4.id = t3.id_equipamentos AND t4.id = t9.id_equipamentos) WHERE t1.id = 279 AND t10.extjs_fieldLabel IN ('HOSTNAME', 'MARCA', 'MODELO', 'NÚMERO DE SÉRIE') GROUP BY t1.id, t3.id, t4.id, t8.id, t9.id, t10.id, t11.id ORDER BY t1.nome_fantasia, t1.grupo, t4.nome, t8.nome ---------------- 23/04/20 13:55 ---------------- Linha: 358 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't4.id' in 'on clause' SELECT t1.id, t1.nome_fantasia, t3.id_clientes, t3.id_equipamentos, t4.nome AS equipamento, t3.quantidade, 0 AS qtde_livre, 0 AS qtde_uso, t8.nome, CONCAT('cli_equip_', t9.id) AS crud_tabela_e, 'Texto' AS crud_formato_e, t11.extjs_xtype AS crud_xtype_e, t11.extjs_fieldLabel AS crud_rotulo_e, IF(COUNT(t12.id) > 0, CONCAT('lookup_', t11.id), CONCAT('campo_', t11.id)) AS crud_campo_e FROM clientes AS t1 INNER JOIN clientes_cenarios AS t3 ON (t1.id = t3.id_clientes) INNER JOIN setores AS t8 ON (t1.id = t8.id_clientes) INNER JOIN clientes_equipamentos AS t9 ON (t1.id = t9.id_clientes AND t8.id = t9.id_setores) INNER JOIN equipamentos_campos AS t10 ON (t4.id = t10.id_equipamentos) INNER JOIN clientes_equipamentos_campos AS t11 ON (t10.id = t11.id_campos AND t9.id = t11.id_clientes_equipamentos) LEFT JOIN equipamentos_campos_lookups AS t12 ON (t10.id = t12.id_campos) INNER JOIN equipamentos AS t4 ON (t4.id = t3.id_equipamentos AND t4.id = t9.id_equipamentos) WHERE t1.id = 279 AND t10.extjs_fieldLabel IN ('HOSTNAME', 'MARCA', 'MODELO', 'NÚMERO DE SÉRIE') GROUP BY t1.id, t3.id, t4.id, t8.id, t9.id, t10.id, t11.id ORDER BY t1.nome_fantasia, t1.grupo, t4.nome, t8.nome ---------------- 23/04/20 14:14 ---------------- Linha: 358 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't4.id' in 'on clause' SELECT t1.id, t1.nome_fantasia, t3.id_clientes, t3.id_equipamentos, t4.nome AS equipamento, t3.quantidade, 0 AS qtde_livre, 0 AS qtde_uso, t8.nome, CONCAT('cli_equip_', t9.id) AS crud_tabela_e, 'Texto' AS crud_formato_e, t11.extjs_xtype AS crud_xtype_e, t11.extjs_fieldLabel AS crud_rotulo_e, IF(COUNT(t12.id) > 0, CONCAT('lookup_', t11.id), CONCAT('campo_', t11.id)) AS crud_campo_e FROM clientes AS t1 INNER JOIN clientes_cenarios AS t3 ON (t1.id = t3.id_clientes) INNER JOIN setores AS t8 ON (t1.id = t8.id_clientes) INNER JOIN clientes_equipamentos AS t9 ON (t1.id = t9.id_clientes AND t8.id = t9.id_setores) INNER JOIN equipamentos_campos AS t10 ON (t4.id = t10.id_equipamentos) INNER JOIN clientes_equipamentos_campos AS t11 ON (t10.id = t11.id_campos AND t9.id = t11.id_clientes_equipamentos) LEFT JOIN equipamentos_campos_lookups AS t12 ON (t10.id = t12.id_campos) INNER JOIN equipamentos AS t4 ON (t4.id = t3.id_equipamentos AND t4.id = t9.id_equipamentos) WHERE t1.id = 279 AND t10.extjs_fieldLabel IN ('HOSTNAME', 'MARCA', 'MODELO', 'NÚMERO DE SÉRIE') GROUP BY t1.id, t3.id, t4.id, t8.id, t9.id, t10.id, t11.id ORDER BY t1.nome_fantasia, t1.grupo, t4.nome, t8.nome ---------------- 25/03/21 17:39 ---------------- Linha: 358 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't5.inativo' in 'field list' SELECT t1.id, t1.nome_fantasia, t3.nome, CONCAT('cli_equip_', t4.id) AS crud_tabela_e, t5.nome AS equip_nome, 'Texto' AS crud_formato_e, t8.extjs_xtype AS crud_xtype_e, t8.extjs_fieldLabel AS crud_rotulo_e, IF(COUNT(t9.id) > 0, CONCAT('lookup_', t8.id), CONCAT('campo_', t8.id)) AS crud_campo_e, t5.inativo AS equip_inativo FROM clientes AS t1 INNER JOIN setores AS t3 ON (t1.id = t3.id_clientes) INNER JOIN clientes_equipamentos AS t4 ON (t1.id = t4.id_clientes AND t3.id = t4.id_setores) INNER JOIN equipamentos AS t5 ON (t5.id = t4.id_equipamentos) INNER JOIN equipamentos_campos AS t7 ON (t5.id = t7.id_equipamentos) LEFT JOIN equipamentos_campos_lookups AS t9 ON (t7.id = t9.id_campos) INNER JOIN clientes_equipamentos_campos AS t8 ON (t7.id = t8.id_campos AND t4.id = t8.id_clientes_equipamentos) WHERE t1.id = 229 AND t5.inativo = '1' AND t5.nome = 'PLANO DE AÇÃO' AND t7.extjs_fieldLabel IN ('DATA', 'DEPARTAMENTO', 'SERVIÇO', 'CRITICIDADE', 'DESCRIÇÃO', 'OBSERVAÇÃO', 'STATUS') GROUP BY t1.id, t3.id, t4.id, t5.id, t7.id, t8.id ORDER BY t1.nome_fantasia, t1.grupo, t3.nome, t5.nome ---------------- 25/03/21 17:40 ---------------- Linha: 358 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't5.inativo' in 'field list' SELECT t1.id, t1.nome_fantasia, t3.nome, CONCAT('cli_equip_', t4.id) AS crud_tabela_e, t5.nome AS equip_nome, 'Texto' AS crud_formato_e, t8.extjs_xtype AS crud_xtype_e, t8.extjs_fieldLabel AS crud_rotulo_e, IF(COUNT(t9.id) > 0, CONCAT('lookup_', t8.id), CONCAT('campo_', t8.id)) AS crud_campo_e, t5.inativo AS equip_inativo FROM clientes AS t1 INNER JOIN setores AS t3 ON (t1.id = t3.id_clientes) INNER JOIN clientes_equipamentos AS t4 ON (t1.id = t4.id_clientes AND t3.id = t4.id_setores) INNER JOIN equipamentos AS t5 ON (t5.id = t4.id_equipamentos) INNER JOIN equipamentos_campos AS t7 ON (t5.id = t7.id_equipamentos) LEFT JOIN equipamentos_campos_lookups AS t9 ON (t7.id = t9.id_campos) INNER JOIN clientes_equipamentos_campos AS t8 ON (t7.id = t8.id_campos AND t4.id = t8.id_clientes_equipamentos) WHERE t1.id = 229 AND t7.extjs_fieldLabel IN ('DATA', 'DEPARTAMENTO', 'SERVIÇO', 'CRITICIDADE', 'DESCRIÇÃO', 'OBSERVAÇÃO', 'STATUS') GROUP BY t1.id, t3.id, t4.id, t5.id, t7.id, t8.id ORDER BY t1.nome_fantasia, t1.grupo, t3.nome, t5.nome ---------------- 25/03/21 17:41 ---------------- Linha: 358 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't5.inativo' in 'field list' SELECT t1.id, t1.nome_fantasia, t3.nome, CONCAT('cli_equip_', t4.id) AS crud_tabela_e, t5.nome AS equip_nome, 'Texto' AS crud_formato_e, t8.extjs_xtype AS crud_xtype_e, t8.extjs_fieldLabel AS crud_rotulo_e, IF(COUNT(t9.id) > 0, CONCAT('lookup_', t8.id), CONCAT('campo_', t8.id)) AS crud_campo_e, t5.inativo AS equip_inativo FROM clientes AS t1 INNER JOIN setores AS t3 ON (t1.id = t3.id_clientes) INNER JOIN clientes_equipamentos AS t4 ON (t1.id = t4.id_clientes AND t3.id = t4.id_setores) INNER JOIN equipamentos AS t5 ON (t5.id = t4.id_equipamentos) INNER JOIN equipamentos_campos AS t7 ON (t5.id = t7.id_equipamentos) LEFT JOIN equipamentos_campos_lookups AS t9 ON (t7.id = t9.id_campos) INNER JOIN clientes_equipamentos_campos AS t8 ON (t7.id = t8.id_campos AND t4.id = t8.id_clientes_equipamentos) WHERE t1.id = 229 AND t7.extjs_fieldLabel IN ('DATA', 'DEPARTAMENTO', 'SERVIÇO', 'CRITICIDADE', 'DESCRIÇÃO', 'OBSERVAÇÃO', 'STATUS') GROUP BY t1.id, t3.id, t4.id, t5.id, t7.id, t8.id ORDER BY t1.nome_fantasia, t1.grupo, t3.nome, t5.nome ---------------- 25/03/21 17:47 ---------------- Linha: 358 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar num_rows: SQL ERROR 1054 Unknown column 't5.inativo' in 'field list' SELECT t1.id, t1.nome_fantasia, t3.nome, CONCAT('cli_equip_', t4.id) AS crud_tabela_e, t5.nome AS equip_nome, 'Texto' AS crud_formato_e, t8.extjs_xtype AS crud_xtype_e, t8.extjs_fieldLabel AS crud_rotulo_e, IF(COUNT(t9.id) > 0, CONCAT('lookup_', t8.id), CONCAT('campo_', t8.id)) AS crud_campo_e, t5.inativo AS equip_inativo FROM clientes AS t1 INNER JOIN setores AS t3 ON (t1.id = t3.id_clientes) INNER JOIN clientes_equipamentos AS t4 ON (t1.id = t4.id_clientes AND t3.id = t4.id_setores) INNER JOIN equipamentos AS t5 ON (t5.id = t4.id_equipamentos) INNER JOIN equipamentos_campos AS t7 ON (t5.id = t7.id_equipamentos) LEFT JOIN equipamentos_campos_lookups AS t9 ON (t7.id = t9.id_campos) INNER JOIN clientes_equipamentos_campos AS t8 ON (t7.id = t8.id_campos AND t4.id = t8.id_clientes_equipamentos) WHERE t1.id = 229 AND t7.extjs_fieldLabel IN ('DATA', 'DEPARTAMENTO', 'SERVIÇO', 'CRITICIDADE', 'DESCRIÇÃO', 'OBSERVAÇÃO', 'STATUS') GROUP BY t1.id, t3.id, t4.id, t5.id, t7.id, t8.id ORDER BY t1.nome_fantasia, t1.grupo, t3.nome, t5.nome ---------------- 23/04/22 08:25 ---------------- Linha: 319 Arquivo: /var/netmanager/www/netwan/php/lib/MySQL.php Erro: 0 Não foi possível retornar fetch_object: SQL ERROR 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND t4.ativo = 1 AND (t1.admin = OR t1.admin = 0) GROUP BY t1.id ORDER BY t1.or' at line 1 SELECT t1.* FROM permissoes_funcionarios AS t1 INNER JOIN grupos_permissoes_funcionarios AS t2 ON t2.id_permissoes = t1.id INNER JOIN usuarios_grupos_funcionarios AS t3 ON t3.id_grupos = t2.id_grupos INNER JOIN grupos_funcionarios AS t4 ON t4.id = t3.id_grupos WHERE t1.pai_id = 0 AND t1.tipo = 'MENU' AND t3.id_usuarios = AND t4.ativo = 1 AND (t1.admin = OR t1.admin = 0) GROUP BY t1.id ORDER BY t1.ordem ----------------