Buenos días a todos, espero puedan guiarme en la resolución de éste problema. Luego de alguna de las últimas actualizaciones (no recuerdo cuál) comencé a tener éste problema, hace varios meses que lo tengo pero recién ahora tengo tiempo de dedicarme a solucionarlo. Cuando se selecciona algún álbum, no se pueden mostrar las fotos, porque aparece el siguiente error:
Warning: [mysql error 3065] Expression #1 of ORDER BY clause is not in SELECT list, references column 'album.piwigo_image_category.rank' which is not in SELECT list; this is incompatible with DISTINCT
SELECT DISTINCT(image_id)
FROM piwigo_image_category
INNER JOIN piwigo_images ON id = image_id
WHERE
category_id = 2
AND (category_id NOT IN (76,90,5,11))
ORDER BY rank ASC
; in /var/www/vhosts/vidanuevanavalmoral.es/httpdocs/album/include/dblayer/functions_mysqli.inc.php on line 832
Fatal error: Call to a member function fetch_assoc() on boolean in /var/www/vhosts/vidanuevanavalmoral.es/httpdocs/album/include/dblayer/functions_mysqli.inc.php on line 893
Offline
Please, I need help. Can somebody help me? Are there support for Piwigo?
Take a look of the error here: http://www.vidanuevanavalmoral.es/album
Offline