- Posts: 301
- Thank you received: 1
Virtuemart import
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
When I look at the tables, nothing has been imported into hikashop_category table but the hikashop_vm_cat table has 22 records which matches the number of categories in VM.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
JDatabaseMySQL::query: 1146 - Table 'XX_hikashop_vm_cat' doesn't exist SQL=SELECT max(vm_id) as 'max' FROM `XX_hikashop_vm_cat`;
Call stack
# Function Location
1 JAdministrator->dispatch() XX/administrator/index.php:67
2 JComponentHelper->renderComponent() XX/public_html/administrator/includes/application.php:136
3 require_once() XX/libraries/joomla/application/component/helper.php:162
4 JController->execute() XX/public_html/administrator/components/com_hikashop/admin.hikashop.php:32
5 ImportController->import() XX/public_html/libraries/joomla/application/component/controller.php:236
6 ImportController->_vm() XX/public_html/administrator/components/com_hikashop/controllers/import.php:45
7 hikashopImportHelper->importFromVM() XX/public_html/administrator/components/com_hikashop/controllers/import.php:61
8 hikashopImportHelper->doImport() XX/public_html/administrator/components/com_hikashop/helpers/import.php:1389
9 hikashopImportHelper->loadConfiguration() XX/public_html/administrator/components/com_hikashop/helpers/import.php:1411
10 JDatabaseMySQL->loadObjectList() XX/public_html/administrator/components/com_hikashop/helpers/import.php:1544
11 JDatabaseMySQL->query() XX/public_html/libraries/joomla/database/database/mysql.php:458
12 JError->raiseError() XX/public_html/libraries/joomla/database/database/mysql.php:231
13 JError->raise() XX/public_html/libraries/joomla/error/error.php:171
14 JException->__construct() XX/public_html/libraries/joomla/error/error.php:136
Please Log in or Create an account to join the conversation.
to:
Please Log in or Create an account to join the conversation.
JDatabaseMySQL::query: 1060 - Duplicate column name 'address_vm_order_info_id' SQL=ALTER IGNORE TABLE `XX_hikashop_address` ADD `address_vm_order_info_id` INT(11) NULL
I turned off debug and tried again but still no categories coming in. Also noticed there were some errors with not being able to find images. I did open up one of the products and there was multiples of the same image showing under images section of product page.
Please Log in or Create an account to join the conversation.
Delete all the hikashop tables from the database.
Then, install again hikashop. That will recreate all the tables in the database as they are by default.
Then, activate the debug mode, do the modification in the file like explained in the previous post and try again an import.
Please Log in or Create an account to join the conversation.
I removed hikashop tables, reinstalled hikashop and made the modification and get his error.
JDatabaseMySQL::query: 1054 - Unknown column 'order_vm_id' in 'field list' SQL=SELECT max(order_vm_id) as 'max' FROM `xx_hikashop_order`;
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.