Notice: file_put_contents(): Write of 227 bytes failed with errno=28 No space left on device in /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/system/library/log.php on line 44
Notice: file_put_contents(): Write of 876 bytes failed with errno=28 No space left on device in /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/system/library/cache/file.php on line 64
Notice: file_put_contents(): Write of 227 bytes failed with errno=28 No space left on device in /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/system/library/log.php on line 44
Notice: file_put_contents(): Write of 451 bytes failed with errno=28 No space left on device in /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/system/library/cache/file.php on line 64
Notice: file_put_contents(): Write of 221 bytes failed with errno=28 No space left on device in /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/system/library/log.php on line 44
Notice: file_put_contents(): Write of 2775 bytes failed with errno=28 No space left on device in /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/system/library/log.php on line 44Error: Error: Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device")
Error No: 1021
SELECT
p.post_id,
p.image,
p.date_created as date,
p.views,
pd.name,
pd.description,
a.username,
a.firstname,
a.lastname,
a.email,
(
SELECT count(*)
FROM `oc_journal3_blog_comments` bc
WHERE
bc.status = 1
AND bc.post_id = p.post_id
AND bc.parent_id = 0
) as comments
FROM
`oc_journal3_blog_post` p
LEFT JOIN
`oc_journal3_blog_post_description` pd ON p.post_id = pd.post_id
LEFT JOIN
`oc_journal3_blog_post_to_store` p2s ON p.post_id = p2s.post_id
LEFT JOIN
`oc_user` a ON p.author_id = a.user_id
WHERE
pd.language_id = '2'
AND p2s.store_id = '0'
AND p.date_created <= NOW()
AND p.status = 1 GROUP BY p.post_id ORDER BY p.date_created DESC LIMIT 0, 12
File: /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/system/library/db/mysqli.php
Line: 122
Backtrace: 0
File: /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/system/library/db.php
Line: 54
Class: Opencart\System\Library\DB\MySQLi
Function: query
Backtrace: 1
File: /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/catalog/model/journal3/blog.php
Line: 226
Class: Opencart\System\Library\DB
Function: query
Backtrace: 2
File: /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/system/engine/loader.php
Line: 343
Class: ModelJournal3Blog
Function: getPosts
Backtrace: 3
File: /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/system/engine/proxy.php
Line: 87
Class: Opencart\System\Engine\Loader
Function: {closure:Opencart\System\Engine\Loader::callback():312}
Backtrace: 4
File: /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/catalog/controller/journal3/blog.php
Line: 143
Class: Opencart\System\Engine\Proxy
Function: __call
Backtrace: 5
File: /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/system/engine/action.php
Line: 96
Class: ControllerJournal3Blog
Function: index
Backtrace: 6
File: /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/system/framework.php
Line: 258
Class: Opencart\System\Engine\Action
Function: execute
Backtrace: 7
File: /home/opencartsupports-grown/htdocs/grown.opencartsupports.com/index.php
Line: 25
Function: require_once