Hi, small update here.
When i switch to a different browserwindow/tab and return to the administrator, the next step of the import continues.
It is stuck in a loop importing the products. Debugmode returns this:
JDatabaseMySQLi::query: 1146 - Table 'db.tablepref_virtuemart_products_en_gb' doesn't exist SQL=INSERT IGNORE INTO `prefix_hikashop_product` (`product_name`,`product_description`,`product_quantity`,`product_code`,`product_published`,`product_hit`,`product_created`,`product_modified`,`product_sale_start`,`product_tax_id`,`product_type`,`product_url`,`product_weight`,`product_weight_unit`,`product_dimension_unit`,`product_sales`,`product_width`,`product_length`,`product_height`) SELECT vmpeg.product_name,CONCAT(vmpeg.product_s_desc,'<hr id="system-readmore"/>',vmpeg.product_desc),case when vmp.product_in_stock IS NULL or vmp.product_in_stock < 0 then 0 else vmp.product_in_stock end,vmp.product_sku,vmp.published,0,case when vmp.created_on='0000-00-00 00:00:00' then 0 else 1 end,vmp.modified_on,vmp.product_available_date,hkc.category_id,'main',vmp.product_url,vmp.product_weight,LOWER(vmp.product_weight_uom),LOWER(vmp.product_lwh_uom),vmp.product_sales,vmp.product_width,vmp.product_length,vmp.product_height FROM `prefix_virtuemart_products` AS vmp INNER JOIN `prefix_virtuemart_products_en_gb` vmpeg ON vmp.virtuemart_product_id = vmpeg.virtuemart_product_id INNER JOIN `prefix_virtuemart_product_prices` vmpp ON vmpeg.virtuemart_product_id = vmpp.virtuemart_product_id LEFT JOIN `prefix_hikashop_taxation` hkt ON hkt.tax_vm_id = vmpp.product_tax_id LEFT JOIN `prefix_hikashop_category` hkc ON hkc.category_namekey = hkt.category_namekey LEFT JOIN `prefix_hikashop_vm_prod` AS hkp ON vmp.virtuemart_product_id = hkp.vm_id WHERE hkp.hk_id IS NULL ORDER BY vmp.virtuemart_product_id ASC;
Terug naar controlepaneel
Call stack
# Function Location
1 JAdministrator->dispatch() /serverpath/albertheemeijer.nl/administrator/index.php:46
2 JComponentHelper::renderComponent() /serverpath/albertheemeijer.nl/administrator/includes/application.php:153
3 JComponentHelper::executeComponent() /serverpath/albertheemeijer.nl/libraries/joomla/application/component/helper.php:351
4 require_once() /serverpath/albertheemeijer.nl/libraries/joomla/application/component/helper.php:383
5 hikashopController->execute() /serverpath/albertheemeijer.nl/administrator/components/com_hikashop/hikashop.php:54
6 JController->execute() /serverpath/albertheemeijer.nl/administrator/components/com_hikashop/helpers/helper.php:1310
7 ImportController->import() /serverpath/albertheemeijer.nl/libraries/joomla/application/component/controller.php:761
8 ImportController->_vm() /serverpath/albertheemeijer.nl/administrator/components/com_hikashop/controllers/import.php:67
9 hikashopImportvmHelper->importFromVM() /serverpath/albertheemeijer.nl/administrator/components/com_hikashop/controllers/import.php:120
10 hikashopImportvmHelper->doImport() /serverpath/albertheemeijer.nl/administrator/components/com_hikashop/helpers/importvm.php:40
11 hikashopImportvmHelper->importProducts() /serverpath/albertheemeijer.nl/administrator/components/com_hikashop/helpers/importvm.php:92
12 JDatabase->query() /serverpath/albertheemeijer.nl/administrator/components/com_hikashop/helpers/importvm.php:1255
13 JDatabaseMySQLi->execute() /serverpath/albertheemeijer.nl/libraries/joomla/database/database.php:1279
14 JError::raiseError() /serverpath/albertheemeijer.nl/libraries/joomla/database/database/mysqli.php:396
15 JError::raise() /serverpath/albertheemeijer.nl/libraries/joomla/error/error.php:251
Please help.
Kind regards
Roy