SELECT n.news_id AS n_id, n.text_id AS n_tid, n.dates AS n_dates, n.top_images AS n_type, n.order_by AS n_order, n.publish AS n_pub, n.created_stmp AS n_created, n.modified_stmp AS n_modified, nt.title AS n_title, nt.description AS n_desc, nt.url AS n_url, img.ifile AS ifile, img.width_th AS wth, img.height_th AS hth FROM news n INNER JOIN news_trans nt ON n.news_id = nt.news_id AND nt.lang_id = 1 LEFT JOIN news_img ni ON n.news_id = ni.news_id AND ni.order_by = 1 LEFT JOIN img img ON ni.img_id = img.img_id WHERE n.publish = 1 and n.active = 1 and n.dates <= '20250122' ORDER BY n.dates DESC

#1021 - Disk full (/tmp/#sql_c09_25.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")


Fatal error: Uncaught Error: Call to a member function fetch_assoc() on boolean in /home/bhrabg/public_html/genesisd/inc/functions_cli.php:472 Stack trace: #0 /home/bhrabg/public_html/templates/news-list.php(69): get_all_news(1, 0, 1737579104, 1) #1 /home/bhrabg/public_html/index.php(13): include('/home/bhrabg/pu...') #2 {main} thrown in /home/bhrabg/public_html/genesisd/inc/functions_cli.php on line 472