Erro no banco de dados 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 1SELECT * FROM tbparoquia_pagina WHERE paroquia_id =
Erro no banco de dados 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 1SELECT * FROM tbparoquia_pagina WHERE paroquia_id =
Erro no banco de dados 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 1SELECT * FROM tbparoquia_personalizacao WHERE paroquia_id =
Erro no banco de dados 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 1SELECT c.* FROM tbparoquia_contato c WHERE c.paroquia_id =
Erro no banco de dados 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 1SELECT r.* FROM tbparoquia_rede r WHERE r.paroquia_id =
Erro no banco de dados 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 1SELECT p.* FROM tbparoquia p WHERE p.id =
Paróquia Salesiana Sagrado Coração de Jesus
Erro no banco de dados 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 n.data_programada <= sysdate()
UNION
SELECT n.id, n.data_programada, n.su' at line 3SELECT n.id, n.data_programada, n.subeditoria_id as categoria_id, n.alias, n.titulo, n.subtitulo, n.autor, n.foto, n.alt_foto, n.conteudo, n.citacao, n.superdestaque, n.destaque, n.video, n.banner, n.status, n.data, n.criada, n.legenda, s.titulo as categoria, 'noticia' as categoriaalias
FROM tbnoticia n INNER JOIN tbsubeditoria s ON s.id = n.subeditoria_id INNER JOIN tbnoticias_paroquias np ON np.noticia_id = n.id
WHERE n.status = 1 AND s.status = 1 AND n.destaque = 1 AND n.tela_id = 14 AND np.paroquia_id = AND n.data_programada <= sysdate()
UNION
SELECT n.id, n.data_programada, n.subeditoria_id as categoria_id, n.alias, n.titulo, n.subtitulo, n.autor, n.foto, n.alt_foto, n.conteudo, n.citacao, n.superdestaque, n.destaque, n.video, n.banner, n.status, n.data, n.criada, n.legenda, s.nome as categoria, 'noticia' as categoriaalias
FROM tbnoticia n INNER JOIN tbcolunista s ON s.id = n.subeditoria_id INNER JOIN tbnoticias_paroquias np ON np.noticia_id = n.id
WHERE n.status = 1 AND s.status = 1 AND n.destaque = 1 AND n.tela_id = 19 AND np.paroquia_id = AND n.data_programada <= sysdate()
UNION
SELECT n.id, n.data_programada, n.categoria_id as categoria, n.alias, n.titulo, n.subtitulo, n.autor, n.foto, n.alt_foto, n.conteudo, n.citacao, n.superdestaque, n.destaque, n.video, n.banner, n.status, n.data, n.criada, n.legenda, s.titulo as categoria_id, 'paroquia-noticia' as categoriaalias
FROM tbparoquia_noticia n INNER JOIN tbparoquia_noticia_categoria s ON s.id = n.categoria_id
WHERE n.status = 1 AND s.status = 1 AND n.destaque = 1 AND n.tela_id = 111 AND n.paroquia_id = AND n.data_programada <= sysdate()
UNION
SELECT n.id, n.data_programada, n.categoria_id as categoria, n.alias, n.titulo, n.subtitulo, n.autor, n.foto, n.alt_foto, n.conteudo, n.citacao, n.superdestaque, n.destaque, n.video, n.banner, n.status, n.data, n.criada, n.legenda, s.titulo as categoria_id, 'paroquia-noticia' as categoriaalias
FROM tbparoquia_noticia n INNER JOIN tbparoquia_noticia_categoria s ON s.id = n.categoria_id
WHERE n.status = 1 AND s.status = 1 AND n.destaque = 1 AND n.tela_id = 116 AND n.paroquia_id = AND n.data_programada <= sysdate()
ORDER BY superdestaque DESC, data DESC, criada DESC LIMIT 0, 15
Erro no banco de dados 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 1SELECT * FROM tbparoquia_destaque WHERE paroquia_id =
Erro no banco de dados 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 data_inicio >= '2023-09-28' and categoria_id <> 1 and categoria_id <> 3 ORDE' at line 1SELECT * FROM tbevento WHERE status = 1 AND tela_id = 120 and paroquia_id = AND data_inicio >= '2023-09-28' and categoria_id <> 1 and categoria_id <> 3 ORDER BY data_inicio ASC LIMIT 0,3
Erro no banco de dados 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 month(data_inicio) = '09' AND day(data_inicio) >= '28' and categoria_id = 3 ' at line 1SELECT * FROM tbevento WHERE status = 1 AND tela_id = 120 and paroquia_id = AND month(data_inicio) = '09' AND day(data_inicio) >= '28' and categoria_id = 3 ORDER BY STR_TO_DATE(data_inicio, '%d-%m') ASC LIMIT 0,10
Erro no banco de dados 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 a.data DESC, a.criado DESC LIMIT 0,12' at line 1SELECT * FROM tbparoquia_album a WHERE a.status = 1 AND a.foto_capa <> '' and a.paroquia_id = ORDER BY a.data DESC, a.criado DESC LIMIT 0,12
Erro no banco de dados 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 a.criado DESC LIMIT 0,6' at line 1SELECT a.* FROM tbparoquia_video a INNER JOIN tbparoquia_video_categoria c ON c.id = a.categoria_id WHERE a.status = 1 and a.paroquia_id = ORDER BY a.criado DESC LIMIT 0,6
Erro no banco de dados 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 a. ordem ASC, a.data DESC' at line 1SELECT * FROM tbparoquia_selo a WHERE a.status = 1 and a.paroquia_id = ORDER BY a. ordem ASC, a.data DESC
Erro no banco de dados 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 1SELECT * FROM tbparoquia_rede where rede = 'facebook' AND paroquia_id =
Erro no banco de dados 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 1SELECT * FROM tbparoquia_rede where rede = 'twitter' AND paroquia_id =
Erro no banco de dados 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 1SELECT * FROM tbparoquia_rede where rede = 'instagram' AND paroquia_id =
Erro no banco de dados 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 1SELECT * FROM tbparoquia_instagram where status = 1 AND paroquia_id =
Erro no banco de dados 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 rand() ASC' at line 1SELECT * FROM tbparoquia_banner WHERE status = 1 AND validade >= sysdate() AND ativacao <= sysdate() AND tela_id = 110 and paroquia_id = ORDER BY rand() ASC
Erro no banco de dados 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 1SELECT * FROM tbparoquia_site WHERE paroquia_id =
Erro no banco de dados 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 1SELECT r.* FROM tbparoquia_rede r WHERE r.paroquia_id =
SANTUÁRIO
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 42 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 49 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 69 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 48 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 51 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 44 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 294 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 43 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 46 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
SALESIANOS
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 47 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 30 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 53 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 58 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbparoquia_salesiano WHERE tela_id = 186 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 184 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 41 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
COMUNIDADES
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbparoquia_comunidade WHERE tela_id = 39 and paroquia_id = AND status = 1 GROUP BY tela_id
PASTORAIS E MOVIMENTOS
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbparoquia_pastorais WHERE tela_id = 189 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbvela WHERE tela_id = 28 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbparoquia_noticia WHERE tela_id = 22 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 26 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 45 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 188 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
INFORMAÇÕES
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbparoquia_noticia WHERE tela_id = 38 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbparoquia_noticia WHERE tela_id = 23 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 296 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 295 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 61 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbparoquia_dizimista WHERE tela_id = 464 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 403 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbevento WHERE tela_id = 84 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 185 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 465 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id
MULTIMÍDIA
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbparoquia_album WHERE tela_id = 79 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbparoquia_video WHERE tela_id = 82 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbvideo WHERE tela_id = 20 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tblink WHERE tela_id = 81 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tblink WHERE tela_id = 182 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbdownload WHERE tela_id = 83 and paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbdownload WHERE tela_id = 311 and paroquia_id = AND status = 1 GROUP BY tela_id
Contato
Erro no banco de dados 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 status = 1 GROUP BY tela_id' at line 1SELECT * FROM tbparoquia_contato WHERE paroquia_id = AND status = 1 GROUP BY tela_id
Erro no banco de dados 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 status = 1 AND alias <> '' GROUP BY tela_id' at line 1SELECT * FROM tbgrupo_conteudo WHERE tela_id = 404 and paroquia_id = AND status = 1 AND alias <> '' GROUP BY tela_id