Academic
Member
- Affected version
- 2.1.8 Patch 2
Hi!
When the import is done to the clean installation of XenForo, so by keeping the IDs, on the configuration step you are give an empty field to add the category name where the Blogs will be imported. And during the import this error is thrown and the import is interrupted:
In Entity.php line 1165:
[XF\PrintableException (parent_node_id)]
Please select a valid parent.
Exception trace:
at forumroot/src/XF/Mvc/Entity/Entity.php:1165
XF\Mvc\Entity\Entity->save() at forumroot/src/addons/XFI/Import/Importer/vBulletinBlogTrait.php:261
XFI\Import\Importer\vBulletin4WithBlog->getBlogsParentNodeId() at forumroot/src/addons/XFI/Import/Importer/vBulletinBlogTrait.php:306
XFI\Import\Importer\vBulletin4WithBlog->stepBlogEntries() at forumroot/src/XF/Import/Runner.php:231
XF\Import\Runner->runStep() at forumroot/src/XF/Import/Runner.php:59
XF\Import\Runner->run() at forumroot/src/XF/Import/Runner.php:151
XF\Import\Runner->runUntilCompleteInternal() at forumroot/src/XF/Import/Runner.php:128
XF\Import\Runner->runUntilComplete() at forumroot/src/XF/Cli/Command/Import.php:144
XF\Cli\Command\Import->execute() at forumroot/src/vendor/symfony/console/Command/Command.php:255
Symfony\Component\Console\Command\Command->run() at forumroot/src/vendor/symfony/console/Application.php:982
Symfony\Component\Console\Application->doRunCommand() at forumroot/src/vendor/symfony/console/Application.php:255
Symfony\Component\Console\Application->doRun() at forumroot/src/vendor/symfony/console/Application.php:148
Symfony\Component\Console\Application->run() at forumroot/src/XF/Cli/Runner.php:63
XF\Cli\Runner->run() at forumroot/cmd.php:15
The error is not thrown when you import to a board after adding a new node and when the IDs can not be kept.
The error is reproduced on 2 clean XenForo installations.
Thank you!
When the import is done to the clean installation of XenForo, so by keeping the IDs, on the configuration step you are give an empty field to add the category name where the Blogs will be imported. And during the import this error is thrown and the import is interrupted:
In Entity.php line 1165:
[XF\PrintableException (parent_node_id)]
Please select a valid parent.
Exception trace:
at forumroot/src/XF/Mvc/Entity/Entity.php:1165
XF\Mvc\Entity\Entity->save() at forumroot/src/addons/XFI/Import/Importer/vBulletinBlogTrait.php:261
XFI\Import\Importer\vBulletin4WithBlog->getBlogsParentNodeId() at forumroot/src/addons/XFI/Import/Importer/vBulletinBlogTrait.php:306
XFI\Import\Importer\vBulletin4WithBlog->stepBlogEntries() at forumroot/src/XF/Import/Runner.php:231
XF\Import\Runner->runStep() at forumroot/src/XF/Import/Runner.php:59
XF\Import\Runner->run() at forumroot/src/XF/Import/Runner.php:151
XF\Import\Runner->runUntilCompleteInternal() at forumroot/src/XF/Import/Runner.php:128
XF\Import\Runner->runUntilComplete() at forumroot/src/XF/Cli/Command/Import.php:144
XF\Cli\Command\Import->execute() at forumroot/src/vendor/symfony/console/Command/Command.php:255
Symfony\Component\Console\Command\Command->run() at forumroot/src/vendor/symfony/console/Application.php:982
Symfony\Component\Console\Application->doRunCommand() at forumroot/src/vendor/symfony/console/Application.php:255
Symfony\Component\Console\Application->doRun() at forumroot/src/vendor/symfony/console/Application.php:148
Symfony\Component\Console\Application->run() at forumroot/src/XF/Cli/Runner.php:63
XF\Cli\Runner->run() at forumroot/cmd.php:15
The error is not thrown when you import to a board after adding a new node and when the IDs can not be kept.
The error is reproduced on 2 clean XenForo installations.
Thank you!