cannot import categories
- Carlo Luzi
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 1
- Thank you received: 0
8 years 11 months ago #3155
by Carlo Luzi
cannot import categories was created by Carlo Luzi
I try to import the data from joomla, I start to import the categories both CSV - XML - from direct access to MySQL but no categories are imported, I get the error:
exception 'UnexpectedValueException' with message 'JTableCategory::_getNode(1, ) failed.' in ....libraries/joomla/table/nested.php:1523 Stack trace: #0 ..libraries/joomla/table/nested.php(310): JTableNested->_getNode(1) #1 ...libraries/joomla/table/nested.php(825): JTableNested->moveByReference(1, 'last-child', 1) #2 ...libraries/legacy/table/category.php(246): JTableNested->store(false) #3 ...plugins/vdata/custom/custom.php(3521): JTableCategory->store() #4 ...plugins/vdata/custom/custom.php(2748): plgvdataCustom->batch_import_remote() #5 [internal function]: plgvdataCustom->batchImport() #6 ...libraries/joomla/event/event.php(69): call_user_func_array(Array, Array) #7 ...libraries/joomla/event/dispatcher.php(159): JEvent->update(Array) #8 ...administrator/components/com_vdata/controllers/import.php(136): JEventDispatcher->trigger('batchImport') #9 ...libraries/legacy/controller/legacy.php(702): VdataControllerImport->import_start() #10 ...administrator/components/com_vdata/vdata.php(68): JControllerLegacy->execute('import_start') #11 ...libraries/cms/component/helper.php(405): require_once('/srv/www/vhosts...') #12 ...libraries/cms/component/helper.php(380): JComponentHelper::executeComponent('/srv/www/vhosts...') #13 ...libraries/cms/application/administrator.php(98): JComponentHelper::renderComponent('com_vdata') #14 ...libraries/cms/application/administrator.php(152): JApplicationAdministrator->dispatch() #15 ...libraries/cms/application/cms.php(257): JApplicationAdministrator->doExecute() #16 ...administrator/index.php(51): JApplicationCms->execute() #17 {main}
Import Failed
thanks for help
exception 'UnexpectedValueException' with message 'JTableCategory::_getNode(1, ) failed.' in ....libraries/joomla/table/nested.php:1523 Stack trace: #0 ..libraries/joomla/table/nested.php(310): JTableNested->_getNode(1) #1 ...libraries/joomla/table/nested.php(825): JTableNested->moveByReference(1, 'last-child', 1) #2 ...libraries/legacy/table/category.php(246): JTableNested->store(false) #3 ...plugins/vdata/custom/custom.php(3521): JTableCategory->store() #4 ...plugins/vdata/custom/custom.php(2748): plgvdataCustom->batch_import_remote() #5 [internal function]: plgvdataCustom->batchImport() #6 ...libraries/joomla/event/event.php(69): call_user_func_array(Array, Array) #7 ...libraries/joomla/event/dispatcher.php(159): JEvent->update(Array) #8 ...administrator/components/com_vdata/controllers/import.php(136): JEventDispatcher->trigger('batchImport') #9 ...libraries/legacy/controller/legacy.php(702): VdataControllerImport->import_start() #10 ...administrator/components/com_vdata/vdata.php(68): JControllerLegacy->execute('import_start') #11 ...libraries/cms/component/helper.php(405): require_once('/srv/www/vhosts...') #12 ...libraries/cms/component/helper.php(380): JComponentHelper::executeComponent('/srv/www/vhosts...') #13 ...libraries/cms/application/administrator.php(98): JComponentHelper::renderComponent('com_vdata') #14 ...libraries/cms/application/administrator.php(152): JApplicationAdministrator->dispatch() #15 ...libraries/cms/application/cms.php(257): JApplicationAdministrator->doExecute() #16 ...administrator/index.php(51): JApplicationCms->execute() #17 {main}
Import Failed
thanks for help
Please Log in to join the conversation.
8 years 11 months ago #3161
by Soni
Replied by Soni on topic cannot import categories
Hello,
Save ID column as 'skip' in import joomla categories profile.Remove those records from csv/xml file which are already present in database.
If you still find some issues,then share your FTP & Backend login credentials via Contact us form, We'll look into it.
Save ID column as 'skip' in import joomla categories profile.Remove those records from csv/xml file which are already present in database.
If you still find some issues,then share your FTP & Backend login credentials via Contact us form, We'll look into it.
Please Log in to join the conversation.