Warning: mysqli_query(): (HY000/3): Error writing file '/tmp/MYL39YoM' (Errcode: 28 - No space left on device) in /home/www/iss1/market2/ds_engine/lib/mdb.class.php on line 53
Невозможно выполнить запрос к БД: Error writing file '/tmp/MYL39YoM' (Errcode: 28 - No space left on device)
Query: SELECT DISTINCTROW
ap.id as 'part_id',
ap.subject as 'name',
IF(ap.price,ap.price,ap.price1) as 'price',
ap.amount as 'amount',
IF(ap.art='Articul0','',ap.art) as 'art',
ap.salon_id as 'firm_id',
c1.name as 'model',
c1.url as 'model_url',
c2.url as 'mark_url',
c3.url as 'group_url',
ap.images_dir as 'images_dir',
ap.images_files as 'images',
1 as 'avito_status',
ap.fid as 'fid',
IF(ap.active,1,0) as 'deleted',
IF(ap.feed=1,0,1) as 'no_avito',
0 as 'no_drom',
ap.cashback as 'cback',
ap.images_links as 'images_links'
FROM
`autoparts` ap
INNER JOIN
`categories_models` c1 ON ap.model_id = c1.id
INNER JOIN
`categories_marks` c2 ON ap.mark_id = c2.id
INNER JOIN
`categories_groups` c3 ON ap.group_id = c3.id
WHERE
ap.salon_id IN (299062) AND ap.active = 1 AND ap.fid = 1 AND ap.fp=0 AND ap.model_id IS NOT NULL AND ap.mark_id IS NOT NULL AND ap.group_id IS NOT NULL AND
((ap.images_files != '' AND
ap.images_dir != '') OR ap.images_links!='')
ORDER BY
1 DESC
LIMIT
600,24
Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0