Fatal Error: Error: Error writing file '/tmp/MYfd=112' (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 = 2) LEFT JOIN product_store_availability psa ON (p.product_id = psa.product_id AND psa.store_id = 2) LEFT JOIN product_description pd ON (p.product_id = pd.product_id) WHERE p.status = 1 AND p.manufacturer_id = '2355' 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 252,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 121 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
10.45711244656error_handler( $errno = 2, $errstr = 'PHP Request Shutdown: Write failed: No space left on device (28)', $errfile = 'Unknown', $errline = 0 ).../utils.php:0
20.46031284176Log->write( $message = 'PHP Warning: PHP Request Shutdown: Write failed: No space left on device (28) in Unknown on line 0' ).../utils.php:469
30.46041284912fwrite( $stream = resource(22) of type (stream), $data = '2026-08-27 1:26:18 - 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 211 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
10.46071272064error_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
20.46171312176Log->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
30.46171313008fwrite( $stream = resource(25) of type (stream), $data = '2026-08-27 1:26:18 - 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