We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During processing of an import batch the following exception is raised
An exception occurred while executing 'INSERT INTO btCoreConversation (bID, cnvID, enablePosting, paginate, itemsPerPage, displayMode, orderBy, enableOrdering, enableCommentRating, enableTopCommentReviews, reviewAggregateAttributeKey, displayPostingForm, addMessageLabel, dateFormat, customDateFormat) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["301", "3", "1", "1", "50", "threaded", "date_asc", 0, "1", 0, "", "top", "Add Message", "default", ""]: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'reviewAggregateAttributeKey' at row 1
'INSERT INTO btCoreConversation (bID, cnvID, enablePosting, paginate, itemsPerPage, displayMode, orderBy, enableOrdering, enableCommentRating, enableTopCommentReviews, reviewAggregateAttributeKey, displayPostingForm, addMessageLabel, dateFormat, customDateFormat) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["301", "3", "1", "1", "50", "threaded", "date_asc", 0, "1", 0, "", "top", "Add Message", "default", ""]: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'reviewAggregateAttributeKey' at row 1
Details
.\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php(115): Doctrine\DBAL\Exception\DriverException->null .\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\DBALException.php(128): Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException .\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php(1015): Doctrine\DBAL\DBALException->driverExceptionDuringQuery .\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOStatement.php(93): Doctrine\DBAL\Driver\PDOException->null .\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOStatement.php(91): PDOException->null .\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\PDOStatement.php(91): PDOStatement->execute .\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php(1008): Doctrine\DBAL\Driver\PDOStatement->execute .\concrete\vendor\doctrine\dbal\lib\Doctrine\DBAL\Connection.php(715): Doctrine\DBAL\Connection->executeUpdate .\concrete\src\Database\Connection\Connection.php(205): Doctrine\DBAL\Connection->insert .\concrete\src\Legacy\Model.php(65): Concrete\Core\Database\Connection\Connection->Replace .\concrete\src\Block\BlockController.php(181): Concrete\Core\Legacy\Model->Replace .\concrete\src\Block\BlockController.php(197): Concrete\Core\Block\BlockController->performSave .\concrete\blocks\core_conversation\controller.php(288): Concrete\Core\Block\BlockController->save .\concrete\src\Entity\Block\BlockType\BlockType.php(655): Concrete\Block\CoreConversation\Controller->save .\concrete\src\Page\Collection\Collection.php(861): Concrete\Core\Entity\Block\BlockType\BlockType->add .\concrete\src\Page\Page.php(2224): Concrete\Core\Page\Collection\Collection->addBlock .\packages\migration_tool\src\PortlandLabs\Concrete5\MigrationTool\Publisher\Block\StandardPublisher.php(23): Concrete\Core\Page\Page->addBlock .\packages\migration_tool\src\PortlandLabs\Concrete5\MigrationTool\Publisher\Routine\PublishPageContentRoutineAction.php(54): PortlandLabs\Concrete5\MigrationTool\Publisher\Block\StandardPublisher->publish .\packages\migration_tool\src\PortlandLabs\Concrete5\MigrationTool\Batch\Processor\Task\PublishContentTask.php(35): PortlandLabs\Concrete5\MigrationTool\Publisher\Routine\PublishPageContentRoutineAction->execute .\concrete\src\Foundation\Processor\Action.php(74): PortlandLabs\Concrete5\MigrationTool\Batch\Processor\Task\PublishContentTask->execute .\concrete\src\Foundation\Processor\ProcessorQueue.php(66): Concrete\Core\Foundation\Processor\Action->execute .\packages\migration_tool\controllers\single_page\dashboard\system\migration\import.php(372): Concrete\Core\Foundation\Processor\ProcessorQueue->execute
Using concrete5 ver 8.2.1 and migration_tool ver 0.8.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During processing of an import batch the following exception is raised
An exception occurred while executing
'INSERT INTO btCoreConversation (bID, cnvID, enablePosting, paginate, itemsPerPage, displayMode, orderBy, enableOrdering, enableCommentRating, enableTopCommentReviews, reviewAggregateAttributeKey, displayPostingForm, addMessageLabel, dateFormat, customDateFormat) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["301", "3", "1", "1", "50", "threaded", "date_asc", 0, "1", 0, "", "top", "Add Message", "default", ""]: SQLSTATE[HY000]: General error: 1366 Incorrect integer value: '' for column 'reviewAggregateAttributeKey' at row 1
Details
Using concrete5 ver 8.2.1 and migration_tool ver 0.8.0
The text was updated successfully, but these errors were encountered: