Skip to content
New issue

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

Call to undefined method Akeneo\Connector\Helper\Config::getFamiliesExcludedFilter() #672

Open
agghanim opened this issue Jan 2, 2024 · 0 comments

Comments

@agghanim
Copy link

agghanim commented Jan 2, 2024

I'm trying to update Akeneo to 103.5.5 , but the executing a setup:upgrade results in following error

Environment and configuration

Akeneo Connector 103.3.1
Magento CE 2.4.3-p1
PHP 7.4

php bin/magento setup:upgrade

result

Call to undefined method Akeneo\Connector\Helper\Config::getFamiliesExcludedFilter()#0 /data/web/magento2/vendor/magento/framework/Setup/Patch/PatchApplier.php(162): Akeneo\Connector\Setup\Patch\Data\TransferFamiliesAndCategoriesToNewFormatPatch->apply()
#1 /data/web/magento2/setup/src/Magento/Setup/Model/Installer.php(1094): Magento\Framework\Setup\Patch\PatchApplier->applyDataPatch()
#2 /data/web/magento2/setup/src/Magento/Setup/Model/Installer.php(960): Magento\Setup\Model\Installer->handleDBSchemaData()
#3 /data/web/magento2/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php(147): Magento\Setup\Model\Installer->installDataFixtures()
#4 /data/web/magento2/vendor/symfony/console/Command/Command.php(255): Magento\Setup\Console\Command\UpgradeCommand->execute()
#5 /data/web/magento2/vendor/symfony/console/Application.php(1009): Symfony\Component\Console\Command\Command->run()
#6 /data/web/magento2/vendor/symfony/console/Application.php(273): Symfony\Component\Console\Application->doRunCommand()
#7 /data/web/magento2/vendor/magento/framework/Console/Cli.php(115): Symfony\Component\Console\Application->doRun()
#8 /data/web/magento2/vendor/symfony/console/Application.php(149): Magento\Framework\Console\Cli->doRun()
#9 /data/web/magento2/bin/magento(23): Symfony\Component\Console\Application->run()
#10 {main}

PHP Fatal error: Uncaught Exception: User Error: Some transactions have not been committed or rolled back in /data/web/magento2/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php on line 4050 in /data/web/magento2/vendor/magento/framework/App/ErrorHandler.php:61
Stack trace:
#0 [internal function]: Magento\Framework\App\ErrorHandler->handler()
#1 /data/web/magento2/vendor/magento/framework/DB/Adapter/Pdo/Mysql.php(4050): trigger_error()
#2 [internal function]: Magento\Framework\DB\Adapter\Pdo\Mysql->__destruct()
#3 {main}
thrown in /data/web/magento2/vendor/magento/framework/App/ErrorHandler.php on line 61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant