SELECT c.id AS category_id
, uppercats
, representative_picture_id
, path
, file
, c.comment
, tn_ext
, nb_images
, c.name AS cat_name
FROM phpwebgallery_categories AS c
INNER JOIN phpwebgallery_images AS i ON i.id = c.representative_picture_id
WHERE date_last > SUBDATE(
CURRENT_DATE,INTERVAL 7 DAY
)
AND c.id NOT IN (0)
;
[mysql error 145] Table './unifranz_general/phpwebgallery_images' is marked as crashed and should be repairedCreada para Compartir Fotos de la Comunidad Unifranz