Fatal Error: Error: Error writing file '/tmp/MYfd=124' (OS errno 28 - No space left on device)
Error No: 3
SELECT pd.name, p.product_id, p.points AS rating FROM product p LEFT JOIN product_store_stock pss ON (p.product_id = pss.product_id AND pss.store_id = 3) LEFT JOIN product_store_availability psa ON (p.product_id = psa.product_id AND psa.store_id = 3) LEFT JOIN product_description pd ON (p.product_id = pd.product_id) WHERE p.status = 1 AND p.manufacturer_id = '392' GROUP BY pd.name, p.product_id, p.points ORDER BY CASE WHEN COALESCE(pss.stock, 0) + COALESCE((SELECT stock FROM product_store_stock WHERE product_id = p.product_id AND store_id = 1), 0) > 0 THEN 1 WHEN COALESCE(psa.stock_status_id, 0) IN (10,15,20) THEN 2 ELSE 3 END ASC, p.date_added DESC,pd.name ASC LIMIT 996,12 in /var/www/bookish-org/system/database/mysql_i.php on line 116

Warning: PHP Request Shutdown: Write failed: No space left on device (28) in Unknown on line 0


( ! ) Notice: fwrite(): Write of 122 bytes failed with errno=28 No space left on device in /var/www/bookish-org/system/library/log.php on line 15
Call Stack
#TimeMemoryFunctionLocation
12.71721235560error_handler( $errno = 2, $errstr = 'PHP Request Shutdown: Write failed: No space left on device (28)', $errfile = 'Unknown', $errline = 0 ).../utils.php:0
22.71811275080Log->write( $message = 'PHP Warning: PHP Request Shutdown: Write failed: No space left on device (28) in Unknown on line 0' ).../utils.php:469
32.71811275816fwrite( $stream = resource(22) of type (stream), $data = '2026-08-26 21:45:41 - PHP Warning: PHP Request Shutdown: Write failed: No space left on device (28) in Unknown on line 0\n' ).../log.php:15
Warning: PHP Request Shutdown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/sessions) in Unknown on line 0


( ! ) Notice: fwrite(): Write of 212 bytes failed with errno=28 No space left on device in /var/www/bookish-org/system/library/log.php on line 15
Call Stack
#TimeMemoryFunctionLocation
12.71841262968error_handler( $errno = 2, $errstr = 'PHP Request Shutdown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/sessions)', $errfile = 'Unknown', $errline = 0 ).../utils.php:0
22.71931303080Log->write( $message = 'PHP Warning: PHP Request Shutdown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/sessions) in Unknown on line 0' ).../utils.php:469
32.71931303912fwrite( $stream = resource(25) of type (stream), $data = '2026-08-26 21:45:41 - PHP Warning: PHP Request Shutdown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/lib/php/sessions) in Unknown on line 0\n' ).../log.php:15