Warning: [mysql error 1226] User 'dunobjeccl1' has exceeded the 'max_questions' resource (current value: 12197)
SELECT
com.id,
com.author,
com.author_id,
u.mail_address AS user_email,
com.date,
com.image_id,
com.website_url,
com.email,
com.content,
com.validated
FROM piwigo_comments AS com
LEFT JOIN piwigo_users AS u
ON u.id = author_id
WHERE com.image_id = 672
AND validated = 'true'
ORDER BY com.date ASC
LIMIT 10 OFFSET 0
; in /home/dunobjeccl/www/include/dblayer/functions_mysqli.inc.php on line 847
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on bool in /home/dunobjeccl/www/include/dblayer/functions_mysqli.inc.php:211
Stack trace:
#0 /home/dunobjeccl/www/include/picture_comment.inc.php(150): pwg_db_fetch_assoc(false)
#1 /home/dunobjeccl/www/picture.php(1007): include('/home/dunobjecc...')
#2 {main}
thrown in /home/dunobjeccl/www/include/dblayer/functions_mysqli.inc.php on line 211
Warning: [mysql error 1226] User 'dunobjeccl1' has exceeded the 'max_questions' resource (current value: 12197)
REPLACE INTO piwigo_sessions
(id,data,expiration)
VALUES('D849b6591030215fb1a9b1c6f2dc4c5bc958','pwg_device|s:7:\"desktop\";pwg_referer_image_id|s:3:\"672\";pwg_lang_switch|s:5:\"ka_GE\";',now())
; in /home/dunobjeccl/www/include/dblayer/functions_mysqli.inc.php on line 847