Error Number: 3

Error writing file '/tmp/MYIgckDJ' (Errcode: 28 - No space left on device)

SELECT DISTINCT t.entry_id , t.entry_date, t.sticky FROM exp_channel_titles AS t LEFT JOIN exp_channels ON t.channel_id = exp_channels.channel_id LEFT JOIN exp_members AS m ON m.member_id = t.author_id INNER JOIN exp_category_posts ON t.entry_id = exp_category_posts.entry_id INNER JOIN exp_categories ON exp_category_posts.cat_id = exp_categories.cat_id WHERE t.entry_id !='' AND t.entry_date < 1713456495 AND (t.expiration_date = 0 OR t.expiration_date > 1713456495) AND t.channel_id IN (4) AND exp_categories.cat_id = '16' AND t.status = 'open' ORDER BY t.sticky desc, t.entry_date desc, t.entry_id desc LIMIT 10539, 9

Filename: modules/channel/mod.channel.php

Line Number: 2191