这是网页的自动翻译. 访问网站的英文版本下订单:
继续
We are out of office. Orders placed after March 20, 2026 will be processed after April 3, 2026.
新产品
| ( ! ) Warning: mysqli_query(): (HY000/3): Error writing file '/tmp/MYzbqbt1' (Errcode: 28 - No space left on device) in /home/www/webshop/includes/functions/database.php on line 46 |
| Call Stack |
| # | Time | Memory | Function | Location |
| 1 | 0.0039 | 396528 | {main}( ) | .../products_new.php:0 |
| 2 | 0.3363 | 917536 | require( '/home/www/webshop/templates/default/includes/pages/products_new.php' ) | .../products_new.php:42 |
| 3 | 1.6912 | 1373456 | require( '/home/www/webshop/includes/system/segments/sortable_product_listing.php' ) | .../products_new.php:24 |
| 4 | 1.6913 | 1380176 | include( '/home/www/webshop/templates/default/includes/components/product_listing.php' ) | .../sortable_product_listing.php:15 |
| 5 | 3.4924 | 1459784 | tep_db_query( ) | .../product_listing.php:402 |
| 6 | 3.4925 | 1459784 | mysqli_query
( ) | .../database.php:46 |
3 - Error writing file '/tmp/MYzbqbt1' (Errcode: 28 - No space left on device)
SELECT distinct p.products_id ,p.*, pd.*, m.*,
IF(s.status, s.specials_new_products_price, NULL) AS specials_new_products_price,
IF(s.status, s.specials_new_products_price, p.products_price) AS final_price,
p.products_quantity AS in_stock,
IF(s.status, 1, 0) AS is_special
FROM
products_to_categories ptc,
products_description pd,
products p
LEFT JOIN manufacturers m ON p.manufacturers_id = m.manufacturers_id
LEFT JOIN specials s ON p.products_id = s.products_id
WHERE !(p.products_image LIKE "ALB-%") and (ptc.categories_id!=615) and (ptc.categories_id!=517 OR p.products_quantity>0) AND ptc.products_id = p.products_id AND p.products_id >= (select max(products_id)-1200 from products) AND p.products_status = 1 AND p.products_id = pd.products_id AND pd.language_id = 1 ORDER BY BINARY ptc.categories_id=517 desc, p.products_id DESC, pd.products_name LIMIT 1080, 20
[TEP STOP]