Beim Aufruf einer Seite von mir kommt folgender Hinweis:
Warning: [mysql error 1054] Unknown column 'ic.image_id' in 'where clause'
SELECT com.id AS comment_id,
com.category_id,
com.author,
com.author_id,
com.date,
com.content,
com.validated
FROM comments_categories AS com
LEFT JOIN users AS u
ON u.id = com.author_id
WHERE (category_id NOT IN (7) AND category_id IN (40) AND ic.image_id IN (617,618,619,620,621))
AND (category_id NOT IN (7) AND category_id IN (40))
GROUP BY comment_id,
com.category_id,
com.author,
com.author_id,
com.date,
com.content,
com.validated
ORDER BY date DESC
LIMIT 0, 10;
; in /home/sys/var/www/piwigo_master_28/include/dblayer/functions_mysqli.inc.php on line 832
Fatal error: Call to a member function fetch_assoc() on a non-object in /home/sys/var/www/piwigo_master_28/include/dblayer/functions_mysqli.inc.php on line 213