SQL: 1021 Disk full (/tmp/#sql_841_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") Ostatnie zapytanie: (
SELECT
*,
`id` as thisId,
(
( SELECT COUNT(*) FROM `paleciarz_offerPositions` WHERE `categoryId`=thisId AND `activity`="1" )
+
( SELECT COUNT(*) FROM `paleciarz_offerPositions` WHERE `categoryId` IN ( SELECT `id` FROM `paleciarz_offerCategory` WHERE `parentId`=thisId ) AND `activity`="1" )
)
as positionsCount
FROM `paleciarz_offerCategory`
WHERE
parentId = 0 AND
activity = 1
ORDER BY positionsCount DESC
LIMIT 5)
Ilość wykonanych zapytań: 21
Całkowity czas wykonywania zapytań: 0.0034074783325195
Plik: /var/www/clients/1/web77/web/lib/Db.class.php
Linia: 134
Trace: #0 /var/www/clients/1/web77/web/lib/Offer.class.php(1458): db->query('\n SE...')
#1 /var/www/clients/1/web77/web/tpl/modern/start.php(17): offer->getPopularCategories(5)
#2 /var/www/clients/1/web77/web/lib/Template.class.php(114): require('/var/www/client...')
#3 /var/www/clients/1/web77/web/index.php(185): Template->showPage()
#4 {main}
Kod: 0