( ! ) Fatal error: Uncaught Exception: Error: Can't create/write to file '/tmp/#sql_b83d_1.MAI' (Errcode: 28 "No space left on device")<br />Error No: 1<br />SELECT p.product_id, p.image, p.model, p.quantity, p.price, p.tax_class_id, p.status, p.sort_order, pd.name, pd.tag
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
AND p2s.store_id = '0' AND (pd.tag LIKE '%90311C0017%') GROUP BY p.product_id ORDER BY (p.price = 0) ASC, p.sort_order ASC LIMIT 0,36 in /home/marmaraotomarket.com/public_html/system/library/db/mysqli.php on line 40 |
( ! ) Exception: Error: Can't create/write to file '/tmp/#sql_b83d_1.MAI' (Errcode: 28 "No space left on device")<br />Error No: 1<br />SELECT p.product_id, p.image, p.model, p.quantity, p.price, p.tax_class_id, p.status, p.sort_order, pd.name, pd.tag
FROM oc_product p
LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
AND p2s.store_id = '0' AND (pd.tag LIKE '%90311C0017%') GROUP BY p.product_id ORDER BY (p.price = 0) ASC, p.sort_order ASC LIMIT 0,36 in /home/marmaraotomarket.com/public_html/system/library/db/mysqli.php on line 40 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0003 | 394008 | {main}( ) | .../index.php:0 |
2 | 0.0024 | 410576 | start( ) | .../index.php:23 |
3 | 0.0025 | 412080 | require_once( '/home/marmaraotomarket.com/public_html/system/framework.php' ) | .../startup.php:104 |
4 | 0.0091 | 534368 | Router->dispatch( ) | .../framework.php:168 |
5 | 0.0229 | 806496 | Router->execute( ) | .../router.php:56 |
6 | 0.0229 | 806496 | Action->execute( ) | .../router.php:67 |
7 | 0.0230 | 807504 | ControllerStartupRouter->index( ) | .../action.php:79 |
8 | 0.0234 | 816576 | Action->execute( ) | .../router.php:25 |
9 | 0.0235 | 817584 | ControllerProductSearch->index( ) | .../action.php:79 |
10 | 3.5769 | 1746048 | Proxy->getProducts( ) | .../search.php:97 |
11 | 3.5769 | 1746424 | Proxy->__call( ) | .../search.php:97 |
12 | 3.5769 | 1747200 | Loader->{closure:/home/marmaraotomarket.com/public_html/gizli/modification/system/engine/loader.php:220-262}( ) | .../proxy.php:47 |
13 | 3.5770 | 1748232 | ModelCatalogProduct->getProducts( ) | .../loader.php:248 |
14 | 3.5771 | 1749680 | DB->query( ) | .../product.php:129 |
15 | 3.5771 | 1749680 | DB\MySQLi->query( ) | .../db.php:45 |