Warning: [mysql error 1226] User 'mrjeanph' has exceeded the 'max_questions' resource (current value: 415)
SELECT
image_id,
date_available,
NOW() AS dbnow
FROM piwigo_lounge
JOIN piwigo_images ON image_id = id
ORDER BY image_id ASC
LIMIT 1
; in /home/mrjean/www/piwigo/include/dblayer/functions_mysqli.inc.php on line 847
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on boolean in /home/mrjean/www/piwigo/include/dblayer/functions_mysqli.inc.php:913
Stack trace:
#0 /home/mrjean/www/piwigo/include/functions.inc.php(2401): query2array('\nSELECT\n ima...')
#1 /home/mrjean/www/piwigo/include/common.inc.php(186): check_lounge()
#2 /home/mrjean/www/piwigo/index.php(26): include_once('/home/mrjean/ww...')
#3 {main}
thrown in /home/mrjean/www/piwigo/include/dblayer/functions_mysqli.inc.php on line 913
Warning: [mysql error 1226] User 'mrjeanph' has exceeded the 'max_questions' resource (current value: 415)
REPLACE INTO piwigo_sessions
(id,data,expiration)
VALUES('03917151fd7d658d825ca26e56e5a6d0bca8','',now())
; in /home/mrjean/www/piwigo/include/dblayer/functions_mysqli.inc.php on line 847