| ERROR MySQL 1146: Table 'bibliote_biblio.destacado' doesn't exist EN QUERY select d.id_destacado,d.titulo,d.resumen,date_format(d.fecha,'%d/%m/%Y'),d.foto_min,b.nombre from destacado d, biblioteca b where d.destacar_general='SI' and d.publicar='SI' and d.id_biblioteca=b.id_biblioteca order by d.fecha |
| ERROR MySQL 1146: Table 'bibliote_biblio.r_llegado' doesn't exist EN QUERY select r.id_r_llegado,r.titulo,r.autor,r.foto_min,b.nombre from r_llegado r, biblioteca b where r.destacar_general='SI' and r.publicar='SI' and r.id_biblioteca=b.id_biblioteca order by r.titulo |
| ERROR MySQL 1146: Table 'bibliote_biblio.biblioteca' doesn't exist EN QUERY select id_biblioteca, nombre, logo, botonera1, botonera1off, botonera2, botonera2off, botonera3, botonera3off, botonera4, botonera4off, botonera5, botonera5off, bgcolor_celda from biblioteca where id_biblioteca=1 |
| ERROR MySQL 1146: Table 'bibliote_biblio.biblioteca' doesn't exist EN QUERY select id_biblioteca, nombre,color_letra from biblioteca where id_biblioteca>1 and publicar='SI' order by id_biblioteca |
| ERROR MySQL 1146: Table 'bibliote_biblio.auspiciador' doesn't exist EN QUERY select id_auspiciador,url,logo from auspiciador where id_biblioteca=1 and publicar='SI' order by id_auspiciador |
| ERROR MySQL 1146: Table 'bibliote_biblio.ventana' doesn't exist EN QUERY select id_ventana, titulo, descripcion, foto from ventana where publicar='SI' |
|
|
|---|