Bonjour,
J'ai un souci depuis que j'ai réinstallé phpwebgallery sur mon site, les étapes miniatures et synchronisation s'effectuent sans problème, mais aucune catégorie n'apparaît avec les photos sur la page d'accueil.
Voici ce qui s'affiche en haut de la page quand je suis sur la page d'accueil en tant qu'administrateur :
SELECT
id, name, permalink, nb_images, global_rank,
date_last, max_date_last, count_images, count_categories
FROM phpwebgallery_categories INNER JOIN phpwebgallery_user_cache_categories
ON id = cat_id and user_id = 1
WHERE
(id_uppercat is NULL)
;
[mysql error 1054] Unknown column 'permalink' in 'field list'
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/149/sdb/f/c/asso.speculos/images/phpwebgallery/include/functions_category.inc.php on line 102
SELECT
id, name, permalink, representative_picture_id, comment, nb_images,
date_last, max_date_last, count_images, count_categories
FROM phpwebgallery_categories INNER JOIN phpwebgallery_user_cache_categories
ON id = cat_id and user_id = 1
WHERE id_uppercat is NULL
ORDER BY rank
;
[mysql error 1054] Unknown column 'permalink' in 'field list'
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/149/sdb/f/c/asso.speculos/images/phpwebgallery/include/category_cats.inc.php on line 82
Warning: Cannot modify header information - headers already sent by (output started at /mnt/149/sdb/f/c/asso.speculos/images/phpwebgallery/include/functions.inc.php:867) in /mnt/149/sdb/f/c/asso.speculos/images/phpwebgallery/include/page_header.php on line 102
Merci d'avance pour votre aide !
Hors ligne