Warning: [mysql error 1030] Got error 24 "Too many open files" from storage engine MyISAM

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/ftponly/usr/gmihalse/web/include/dblayer/functions_mysqli.inc.php on line 847
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on bool in /home/ftponly/usr/gmihalse/web/include/dblayer/functions_mysqli.inc.php:913 Stack trace: #0 /home/ftponly/usr/gmihalse/web/include/functions.inc.php(2328): query2array('\nSELECT\n ima...') #1 /home/ftponly/usr/gmihalse/web/include/common.inc.php(176): check_lounge() #2 /home/ftponly/usr/gmihalse/web/index.php(11): include_once('/home/ftponly/u...') #3 {main} thrown in /home/ftponly/usr/gmihalse/web/include/dblayer/functions_mysqli.inc.php on line 913