Warning: [mysql error 1226] User '7yv8oebr02' has exceeded the 'max_questions' resource (current value: 150000)

SELECT SQL_CALC_FOUND_ROWS
    c.*,
    user_representative_picture_id,
    nb_images,
    date_last,
    max_date_last,
    count_images,
    nb_categories,
    count_categories
  FROM piwigo_categories c
    INNER JOIN piwigo_user_cache_categories ucc
    ON id = cat_id
    AND user_id = 2
  WHERE count_images > 0

  AND id_uppercat is NULL
      
-- after conditions

  ORDER BY `rank`
  LIMIT 400 OFFSET 0
; in /hermes/bosnacweb09/bosnacweb09aw/b889/dom.teammyrtill/shop.teammyrtill.com/2020-2022/include/dblayer/functions_mysqli.inc.php on line 847
Warning: [mysql error 1226] User '7yv8oebr02' has exceeded the 'max_questions' resource (current value: 150000)
SELECT FOUND_ROWS() in /hermes/bosnacweb09/bosnacweb09aw/b889/dom.teammyrtill/shop.teammyrtill.com/2020-2022/include/dblayer/functions_mysqli.inc.php on line 847
Fatal error: Uncaught Error: Call to a member function fetch_row() on boolean in /hermes/bosnacweb09/bosnacweb09aw/b889/dom.teammyrtill/shop.teammyrtill.com/2020-2022/include/dblayer/functions_mysqli.inc.php:216 Stack trace: #0 /hermes/bosnacweb09/bosnacweb09aw/b889/dom.teammyrtill/shop.teammyrtill.com/2020-2022/include/category_cats.inc.php(69): pwg_db_fetch_row(false) #1 /hermes/bosnacweb09/bosnacweb09aw/b889/dom.teammyrtill/shop.teammyrtill.com/2020-2022/index.php(667): include('/hermes/bosnacw...') #2 {main} thrown in /hermes/bosnacweb09/bosnacweb09aw/b889/dom.teammyrtill/shop.teammyrtill.com/2020-2022/include/dblayer/functions_mysqli.inc.php on line 216
Warning: [mysql error 1226] User '7yv8oebr02' has exceeded the 'max_questions' resource (current value: 150000)

REPLACE INTO piwigo_sessions
  (id,data,expiration)
  VALUES('03894d650e172a358d8f886e16ebf84b1d33','pwg_show_metadata|b:1;',now())
; in /hermes/bosnacweb09/bosnacweb09aw/b889/dom.teammyrtill/shop.teammyrtill.com/2020-2022/include/dblayer/functions_mysqli.inc.php on line 847