Hello
version 4.2.3
When i try to Editing block:New Products - Content - Add product
i have the Message below
Message
Incorrect key file for table ‘/var/mysqltmp/#sql_3424_2.MYI’; try to repair it (126)
SELECT SQL_CALC_FOUND_ROWS products.*, descr1.product as product, MIN(IF(prices.percentage_discount = 0, prices.price, prices.price - (prices.price * prices.percentage_discount)/100)) as price, descr1.short_description, IF(descr1.short_description = ‘’, descr1.full_description, ‘’) as full_description, GROUP_CONCAT(IF(products_categories.link_type = ‘M’, CONCAT(products_categories.category_id, ‘M’), products_categories.category_id)) as category_ids, products_categories.position, cscart_supplier_links.supplier_id, cscart_seo_names.name as seo_name, cscart_seo_names.path as seo_path, AVG(cscart_discussion_rating.rating_value) AS average_rating FROM cscart_products as products LEFT JOIN cscart_product_descriptions as descr1 ON descr1.product_id = products.product_id AND descr1.lang_code = ‘en’ LEFT JOIN cscart_product_prices as prices ON prices.product_id = products.product_id AND prices.lower_limit = 1 INNER JOIN cscart_products_categories as products_categories ON products_categories.product_id = products.product_id INNER JOIN cscart_categories ON cscart_categories.category_id = products_categories.category_id LEFT JOIN cscart_supplier_links ON cscart_supplier_links.object_id = products.product_id AND cscart_supplier_links.object_type = ‘P’ LEFT JOIN cscart_seo_names ON cscart_seo_names.object_id = products.product_id AND cscart_seo_names.type = ‘p’ AND cscart_seo_names.dispatch = ‘’ AND cscart_seo_names.lang_code = ‘en’ LEFT JOIN cscart_discussion ON cscart_discussion.object_id = products.product_id AND cscart_discussion.object_type = ‘P’ LEFT JOIN cscart_discussion_posts ON cscart_discussion_posts.thread_id = cscart_discussion.thread_id AND cscart_discussion_posts.status = ‘A’ LEFT JOIN cscart_discussion_rating ON cscart_discussion.thread_id = cscart_discussion_rating.thread_id AND cscart_discussion_rating.post_id = cscart_discussion_posts.post_id WHERE 1 AND prices.usergroup_id IN (0) GROUP BY products.product_id ORDER BY price asc LIMIT 0, 20
Error at
app/Tygh/Database.php, line: 677
Backtrace
File: app/Tygh/Database.php
Line: 333
Function: _error
File: app/Tygh/Database.php
Line: 111
Function: query
File: app/functions/fn.database.php
Line: 29
Function: getArray
File: app/functions/fn.catalog.php
Line: 7453
Function: db_get_array
File: app/controllers/common/products.post.php
Line: 261
Function: fn_get_products
File: app/functions/fn.control.php
Line: 574
Function: include
File: app/functions/fn.control.php
Line: 357
Function: fn_run_controller
Any ideas?
Thanks
Read the first line. Check with your hosting about adequacy of your package to run this product.
[quote name='tbirnseth' timestamp='1414516557' post='195516']
Read the first line. Check with your hosting about adequacy of your package to run this product.
[/quote]
increased the temporary table space from 512MB to 1GB, work now
Thanks tbirnseth.