Warning: mysqli::query(): (HY000/1): Can't create/write to file '/var/tmp/#sql-temptable-58c-9ea1-6f4.MAI' (Errcode: 28 "No space left on device") in /home/mustafal/llegend.shop/system/library/db/mysqli.php on line 25
Fatal error: Uncaught Exception: Error: Can't create/write to file '/var/tmp/#sql-temptable-58c-9ea1-6f4.MAI' (Errcode: 28 "No space left on device")<br />Error No: 1<br />
SELECT
p.post_id,
p.image,
p.date_created as date,
p.views,
pd.name,
pd.description,
a.username,
a.firstname,
a.lastname,
(
SELECT count(*)
FROM `oc_journal3_blog_comments` bc
WHERE bc.post_id = p.post_id AND bc.status = 1 AND bc.parent_id = 0
) as comments
FROM `oc_journal3_blog_post` p
LEFT JOIN `oc_journal3_blog_post_to_product` p2p ON p.post_id = p2p.post_id
LEFT JOIN `oc_journal3_blog_post_description` pd ON p.post_id = pd.post_id
LEFT JOIN `oc_user` a ON p.author_id = a.user_id
WHERE
pd.language_id = '2'
AND p2p.product_id = 1561
AND p.date_created <= NOW()
AND p.status = 1
ORDER BY pd.name ASC
LIMIT 0, 5 in /home/mustafal/llegend.shop/system/library/db/mysqli.php:49
Stack trace:
#0 /home/mustafal/llegend.shop/storage/modification/system/library/db.php(55): DB\MySQLi->query('\n SE...')
#1 /home/mustafal/llegend.shop/catalog/model/journal3/blog.php(311): DB->query('\n SE...')
#2 /home/mustafal/llegend.shop/storage/modification/system/engine/loader.php(256): ModelJournal3Blog->getRelatedPosts(1561, 5)
#3 /home/mustafal/llegend.shop/system/engine/proxy.php(47): Loader->{closure}(Array, Array)
#4 /home/mustafal/llegend.shop/catalog/controller/journal3/blog_side_posts.php(123): Proxy->__call('getRelatedPosts', Array)
#5 /home/mustafal/llegend.shop/system/library/journal3/opencart/modulecontroller.php(156): ControllerJournal3BlogSidePosts->beforeRender()
#6 /home/mustafal/llegend.shop/storage/modification/system/engine/action.php(79): Journal3\Opencart\ModuleController->index(Array)
#7 /home/mustafal/llegend.shop/storage/modification/system/engine/loader.php(54): Action->execute(Object(Registry), Array)
#8 /home/mustafal/llegend.shop/system/library/journal3/opencart/controller.php(110): Loader->controller('journal3/blog_s...', Array)
#9 /home/mustafal/llegend.shop/catalog/controller/journal3/layout.php(228): Journal3\Opencart\Controller->renderGrid(Array, true)
#10 /home/mustafal/llegend.shop/storage/modification/system/engine/action.php(79): ControllerJournal3Layout->index(Array)
#11 /home/mustafal/llegend.shop/storage/modification/system/engine/loader.php(54): Action->execute(Object(Registry), Array)
#12 /home/mustafal/llegend.shop/system/library/journal3.php(139): Loader->controller('journal3/layout', Array)
#13 /home/mustafal/llegend.shop/storage/modification/catalog/controller/common/column_left.php(6): Journal3->loadController('journal3/layout', Array)
#14 /home/mustafal/llegend.shop/storage/modification/system/engine/action.php(79): ControllerCommonColumnLeft->index(Array)
#15 /home/mustafal/llegend.shop/storage/modification/system/engine/loader.php(54): Action->execute(Object(Registry), Array)
#16 /home/mustafal/llegend.shop/storage/modification/catalog/controller/product/product.php(623): Loader->controller('common/column_l...')
#17 /home/mustafal/llegend.shop/storage/modification/system/engine/action.php(79): ControllerProductProduct->index()
#18 /home/mustafal/llegend.shop/catalog/controller/startup/router.php(27): Action->execute(Object(Registry))
#19 /home/mustafal/llegend.shop/storage/modification/system/engine/action.php(79): ControllerStartupRouter->index()
#20 /home/mustafal/llegend.shop/storage/modification/system/engine/router.php(134): Action->execute(Object(Registry))
#21 /home/mustafal/llegend.shop/storage/modification/system/engine/router.php(123): Router->execute(Object(Action))
#22 /home/mustafal/llegend.shop/system/framework.php(179): Router->dispatch(Object(Action), Object(Action))
#23 /home/mustafal/llegend.shop/system/startup.php(104): require_once('/home/mustafal/...')
#24 /home/mustafal/llegend.shop/index.php(21): start('catalog')
#25 {main}
thrown in /home/mustafal/llegend.shop/system/library/db/mysqli.php on line 49