Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /home/solaciorg2014/public_html/proeducar/Aplicacion/Componentes/mail/PHPMailer/PHPMailerAutoload.php on line 45

Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /home/solaciorg2014/public_html/proeducar/Aplicacion/Controller/AppController.class.php on line 26

Warning: count(): Parameter must be an array or an object that implements Countable in /home/solaciorg2014/public_html/proeducar/Framework/Core/CampoHTML.class.php on line 500

Warning: count(): Parameter must be an array or an object that implements Countable in /home/solaciorg2014/public_html/proeducar/Framework/Core/CampoHTML.class.php on line 500

Notice: Undefined index: HTTP_ACCEPT_LANGUAGE in /home/solaciorg2014/public_html/proeducar/Aplicacion/Controller/AppController.class.php on line 26

Warning: count(): Parameter must be an array or an object that implements Countable in /home/solaciorg2014/public_html/proeducar/Framework/Core/CampoHTML.class.php on line 500

Warning: count(): Parameter must be an array or an object that implements Countable in /home/solaciorg2014/public_html/proeducar/Framework/Core/CampoHTML.class.php on line 500
ProEducar • Sociedad Latinoamericana de Cardiología Intervencionista
No se pudo ejecutar el query
select a.id_boletin, nro_boletin,boletin,b.id_post, ifnull(c.id_autor,b.id_autor) id_autor, concat(d.nombres,' ',d.apellidos) as nombre_autor, b.texto_original, b.id_lenguaje from t_boletines a join t_posts b on (a.id_boletin = b.id_boletin) left join r_autores_posts c on (b.id_post = c.id_post) left join t_autores d on (c.id_autor = d.id_autor or d.id_autor=b.id_autor) where a.id_boletin=273 group by b.id_post,d.id_autor
(1055) Expression #5 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'proeducar.c.id_autor' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
  • 0 Archivo: /home/solaciorg2014/public_html/proeducar/Framework/BD/Mysql.class.php
    Linea: 256
    Mysql::ejecutarQuery
  • 1 Archivo: /home/solaciorg2014/public_html/proeducar/Aplicacion/Modulos/Admin/Modelos/Boletin.class.php
    Linea: 224
    Mysql::obtenerDataCompleta
  • 2 Archivo: /home/solaciorg2014/public_html/proeducar/Aplicacion/Modulos/Admin/Modelos/Boletin.class.php
    Linea: 194
    Boletin::obtenerAutoresBoletin
  • 3 Archivo: /home/solaciorg2014/public_html/proeducar/Aplicacion/Controller/IndexController.class.php
    Linea: 21
    Boletin::obtenerActual
  • 4 Archivo: /home/solaciorg2014/public_html/proeducar/Framework/ControllerFramework/JidaController.class.php
    Linea: 584
    IndexController::index
  • 5 Archivo: /home/solaciorg2014/public_html/proeducar/Framework/ControllerFramework/JidaController.class.php
    Linea: 542
    JidaController::ejecutarController
  • 6 Archivo: /home/solaciorg2014/public_html/proeducar/Framework/ControllerFramework/JidaController.class.php
    Linea: 502
    JidaController::ejecucion
  • 7 Archivo: /home/solaciorg2014/public_html/proeducar/Framework/ControllerFramework/JidaController.class.php
    Linea: 164
    JidaController::validacion
  • 8 Archivo: /home/solaciorg2014/public_html/proeducar/index.php
    Linea: 29
    JidaController::__construct

Si Desea cambiar esta plantilla

  • Cree un Controlador para excepciones y registrelo en la constante CONTROLADOR_EXCEPCIONES
  • Cree una plantilla para la excepción en el directorio Aplicacion/layout/error llamara "error.php"
  • Puede crear una plantilla para el error que desee dentro de ese directorio, solo debe crear el archivo .php con el codigo de la excepcion como nombre.