setup:upgrade error when updating magento 2.2.7 to magento 2.3 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Magento 2 integration tests load data fixtures before config fixturesMagento 2 module not registering and causing CLI to failSetup version for module 'Sample_CustomController' is not specifiedArea code not setMagento Upgrade to 2.1.3 Module Disable Errorsetup:di:compile - Warning: Narrowing occurred during type inferenceHaving trouble exporting products from Magento 2.x. Fatal error: Uncaught Error: Call to a member function getName()Magento 2: showing error when running command setup:di:compileReflectionException: Class does not existunable to install magento 2.2.4 on xampp

How does TikZ render an arc?

Did John Wesley plagiarize Matthew Henry...?

Derived column in a data extension

How do you write "wild blueberries flavored"?

Why are current probes so expensive?

French equivalents of おしゃれは足元から (Every good outfit starts with the shoes)

The Nth Gryphon Number

2018 MacBook Pro won't let me install macOS High Sierra 10.13 from USB installer

Is there a spell that can create a permanent fire?

Table formatting with tabularx?

Besides transaction validation, are there any other uses of the Script language in Bitcoin

Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?

How could a hydrazine and N2O4 cloud (or it's reactants) show up in weather radar?

How to make triangles with rounded sides and corners? (squircle with 3 sides)

"Destructive power" carried by a B-52?

Russian equivalents of おしゃれは足元から (Every good outfit starts with the shoes)

Was the pager message from Nick Fury to Captain Marvel unnecessary?

How can I prevent/balance waiting and turtling as a response to cooldown mechanics

Is this Kuo-toa homebrew race balanced?

When does a function NOT have an antiderivative?

Why is there so little support for joining EFTA in the British parliament?

Noise in Eigenvalues plot

Understanding piped commands in GNU/Linux

Are there any irrational/transcendental numbers for which the distribution of decimal digits is not uniform?



setup:upgrade error when updating magento 2.2.7 to magento 2.3



Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Magento 2 integration tests load data fixtures before config fixturesMagento 2 module not registering and causing CLI to failSetup version for module 'Sample_CustomController' is not specifiedArea code not setMagento Upgrade to 2.1.3 Module Disable Errorsetup:di:compile - Warning: Narrowing occurred during type inferenceHaving trouble exporting products from Magento 2.x. Fatal error: Uncaught Error: Call to a member function getName()Magento 2: showing error when running command setup:di:compileReflectionException: Class does not existunable to install magento 2.2.4 on xampp



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I hope somebody has een idea to solve this, I tried removing all my cache, generated folder, composer install, compile etc but no luck



PHP Fatal error: Uncaught Error: Call to undefined method MagentoFrameworkDBAdapterPdoMysql::getSchemaListener() in /data/web/current/setup/src/Magento/Setup/Model/Installer.php:933
Stack trace:
#0 /data/web/current/setup/src/Magento/Setup/Model/Installer.php(831): MagentoSetupModelInstaller->handleDBSchemaData(Object(MagentoSetupModuleSetup), 'schema', Array)
#1 /data/web/current/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php(122): MagentoSetupModelInstaller->installSchema(Array)
#2 /data/web/current/vendor/symfony/console/Command/Command.php(255): MagentoSetupConsoleCommandUpgradeCommand->execute(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput))
#3 /data/web/current/vendor/symfony/console/Application.php(893): SymfonyComponentConsoleCommandCommand->run(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput))
#4 /data/web/current/vendor/symfony/console/Application.php(262): SymfonyComp in /data/web/current/setup/src/Magento/Setup/Model/Installer.php on line 933


Composer file




"name": "magento2",
"description": "Magento2 platform",
"type": "project",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config":
"preferred-install": "dist",
"sort-packages": true
,
"require":
"magento/product-community-edition": "2.3.0",
"mageplaza/module-core": "^1.3",
"mirasvit/module-helpdesk": "^1.1",
"dealer4dealer/xcore-magento2": "^2.1",
"mirasvit/module-rma": "^2.0",
"mageplaza/magento-2-german-language-pack": "dev-master",
"plumrocket/module-autoinvoiceshipment": "^2.1",
"mageplaza/module-smtp": "^1.2",
"honl/magento2-nl-nl": "^1.1",
"mirasvit/module-cache-warmer": "^1.2",
"mageplaza/magento-2-dutch-language-pack": "dev-master",
"geissweb/module-euvat": "^1.3",
"mollie/magento2": "^1.4",
"magmodules/magento2-channable": "^1.4",
"myparcelnl/magento": "^2.4",
"myparcelnl/sdk": "^v1.5",
"mageworx/module-seosuiteultimate": "^2.21",
"yotpo/module-review": "^2.4",
"pelago/emogrifier": "2.0.0",
"ethanyehuda/magento2-cronjobmanager": "^1.6",
"msp/recaptcha": "^2.0",
"xtento/advancedorderstatus": "^2.1",
"mageworx/module-ordereditor": "^3.4"
,
"require-dev":
"friendsofphp/php-cs-fixer": "~2.13.0",
"lusitanian/oauth": "~0.8.10",
"magento/magento2-functional-testing-framework": "2.3.9",
"pdepend/pdepend": "2.5.2",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "~6.5.0",
"sebastian/phpcpd": "~3.0.0",
"squizlabs/php_codesniffer": "3.3.1"
,
"replace":
"vertex/module-tax": "*"
,
"conflict":
"gene/bluefoot": "*"
,
"autoload":
"psr-4":
"Magento\Framework\": "lib/internal/Magento/Framework/",
"Magento\Setup\": "setup/src/Magento/Setup/",
"Magento\": "app/code/Magento/",
"Zend\Mvc\Controller\": "setup/src/Zend/Mvc/Controller/"
,
"psr-0":
"": [
"app/code/",
"generated/code/"
]
,
"files": [
"app/etc/NonComposerComponentRegistration.php"
],
"exclude-from-classmap": [
"**/dev/**",
"**/update/**",
"**/Test/**"
]
,
"autoload-dev":
"psr-4":
"Magento\Sniffs\": "dev/tests/static/framework/Magento/Sniffs/",
"Magento\Tools\": "dev/tools/Magento/Tools/",
"Magento\Tools\Sanity\": "dev/build/publication/sanity/Magento/Tools/Sanity/",
"Magento\TestFramework\Inspection\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
"Magento\TestFramework\Utility\": "dev/tests/static/framework/Magento/TestFramework/Utility/"

,
"version": "2.3.0",
"minimum-stability": "stable",
"repositories":
"0":
"type": "composer",
"url": "https://repo.magento.com/"

,
"extra":
"magento-force": "override",
"patches":
"magento/module-quote":
"Fix issue getting rates while placing order from Admin panel":
"source": "https://github.com/magento/magento2/commit/9c066ca1cc2f2db9e66575da25992ca9bb74f65a.patch",
"level": 5














share|improve this question






















  • I am also facing the same issue, can someone help?

    – Wolfack
    Apr 17 at 8:02

















1















I hope somebody has een idea to solve this, I tried removing all my cache, generated folder, composer install, compile etc but no luck



PHP Fatal error: Uncaught Error: Call to undefined method MagentoFrameworkDBAdapterPdoMysql::getSchemaListener() in /data/web/current/setup/src/Magento/Setup/Model/Installer.php:933
Stack trace:
#0 /data/web/current/setup/src/Magento/Setup/Model/Installer.php(831): MagentoSetupModelInstaller->handleDBSchemaData(Object(MagentoSetupModuleSetup), 'schema', Array)
#1 /data/web/current/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php(122): MagentoSetupModelInstaller->installSchema(Array)
#2 /data/web/current/vendor/symfony/console/Command/Command.php(255): MagentoSetupConsoleCommandUpgradeCommand->execute(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput))
#3 /data/web/current/vendor/symfony/console/Application.php(893): SymfonyComponentConsoleCommandCommand->run(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput))
#4 /data/web/current/vendor/symfony/console/Application.php(262): SymfonyComp in /data/web/current/setup/src/Magento/Setup/Model/Installer.php on line 933


Composer file




"name": "magento2",
"description": "Magento2 platform",
"type": "project",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config":
"preferred-install": "dist",
"sort-packages": true
,
"require":
"magento/product-community-edition": "2.3.0",
"mageplaza/module-core": "^1.3",
"mirasvit/module-helpdesk": "^1.1",
"dealer4dealer/xcore-magento2": "^2.1",
"mirasvit/module-rma": "^2.0",
"mageplaza/magento-2-german-language-pack": "dev-master",
"plumrocket/module-autoinvoiceshipment": "^2.1",
"mageplaza/module-smtp": "^1.2",
"honl/magento2-nl-nl": "^1.1",
"mirasvit/module-cache-warmer": "^1.2",
"mageplaza/magento-2-dutch-language-pack": "dev-master",
"geissweb/module-euvat": "^1.3",
"mollie/magento2": "^1.4",
"magmodules/magento2-channable": "^1.4",
"myparcelnl/magento": "^2.4",
"myparcelnl/sdk": "^v1.5",
"mageworx/module-seosuiteultimate": "^2.21",
"yotpo/module-review": "^2.4",
"pelago/emogrifier": "2.0.0",
"ethanyehuda/magento2-cronjobmanager": "^1.6",
"msp/recaptcha": "^2.0",
"xtento/advancedorderstatus": "^2.1",
"mageworx/module-ordereditor": "^3.4"
,
"require-dev":
"friendsofphp/php-cs-fixer": "~2.13.0",
"lusitanian/oauth": "~0.8.10",
"magento/magento2-functional-testing-framework": "2.3.9",
"pdepend/pdepend": "2.5.2",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "~6.5.0",
"sebastian/phpcpd": "~3.0.0",
"squizlabs/php_codesniffer": "3.3.1"
,
"replace":
"vertex/module-tax": "*"
,
"conflict":
"gene/bluefoot": "*"
,
"autoload":
"psr-4":
"Magento\Framework\": "lib/internal/Magento/Framework/",
"Magento\Setup\": "setup/src/Magento/Setup/",
"Magento\": "app/code/Magento/",
"Zend\Mvc\Controller\": "setup/src/Zend/Mvc/Controller/"
,
"psr-0":
"": [
"app/code/",
"generated/code/"
]
,
"files": [
"app/etc/NonComposerComponentRegistration.php"
],
"exclude-from-classmap": [
"**/dev/**",
"**/update/**",
"**/Test/**"
]
,
"autoload-dev":
"psr-4":
"Magento\Sniffs\": "dev/tests/static/framework/Magento/Sniffs/",
"Magento\Tools\": "dev/tools/Magento/Tools/",
"Magento\Tools\Sanity\": "dev/build/publication/sanity/Magento/Tools/Sanity/",
"Magento\TestFramework\Inspection\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
"Magento\TestFramework\Utility\": "dev/tests/static/framework/Magento/TestFramework/Utility/"

,
"version": "2.3.0",
"minimum-stability": "stable",
"repositories":
"0":
"type": "composer",
"url": "https://repo.magento.com/"

,
"extra":
"magento-force": "override",
"patches":
"magento/module-quote":
"Fix issue getting rates while placing order from Admin panel":
"source": "https://github.com/magento/magento2/commit/9c066ca1cc2f2db9e66575da25992ca9bb74f65a.patch",
"level": 5














share|improve this question






















  • I am also facing the same issue, can someone help?

    – Wolfack
    Apr 17 at 8:02













1












1








1








I hope somebody has een idea to solve this, I tried removing all my cache, generated folder, composer install, compile etc but no luck



PHP Fatal error: Uncaught Error: Call to undefined method MagentoFrameworkDBAdapterPdoMysql::getSchemaListener() in /data/web/current/setup/src/Magento/Setup/Model/Installer.php:933
Stack trace:
#0 /data/web/current/setup/src/Magento/Setup/Model/Installer.php(831): MagentoSetupModelInstaller->handleDBSchemaData(Object(MagentoSetupModuleSetup), 'schema', Array)
#1 /data/web/current/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php(122): MagentoSetupModelInstaller->installSchema(Array)
#2 /data/web/current/vendor/symfony/console/Command/Command.php(255): MagentoSetupConsoleCommandUpgradeCommand->execute(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput))
#3 /data/web/current/vendor/symfony/console/Application.php(893): SymfonyComponentConsoleCommandCommand->run(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput))
#4 /data/web/current/vendor/symfony/console/Application.php(262): SymfonyComp in /data/web/current/setup/src/Magento/Setup/Model/Installer.php on line 933


Composer file




"name": "magento2",
"description": "Magento2 platform",
"type": "project",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config":
"preferred-install": "dist",
"sort-packages": true
,
"require":
"magento/product-community-edition": "2.3.0",
"mageplaza/module-core": "^1.3",
"mirasvit/module-helpdesk": "^1.1",
"dealer4dealer/xcore-magento2": "^2.1",
"mirasvit/module-rma": "^2.0",
"mageplaza/magento-2-german-language-pack": "dev-master",
"plumrocket/module-autoinvoiceshipment": "^2.1",
"mageplaza/module-smtp": "^1.2",
"honl/magento2-nl-nl": "^1.1",
"mirasvit/module-cache-warmer": "^1.2",
"mageplaza/magento-2-dutch-language-pack": "dev-master",
"geissweb/module-euvat": "^1.3",
"mollie/magento2": "^1.4",
"magmodules/magento2-channable": "^1.4",
"myparcelnl/magento": "^2.4",
"myparcelnl/sdk": "^v1.5",
"mageworx/module-seosuiteultimate": "^2.21",
"yotpo/module-review": "^2.4",
"pelago/emogrifier": "2.0.0",
"ethanyehuda/magento2-cronjobmanager": "^1.6",
"msp/recaptcha": "^2.0",
"xtento/advancedorderstatus": "^2.1",
"mageworx/module-ordereditor": "^3.4"
,
"require-dev":
"friendsofphp/php-cs-fixer": "~2.13.0",
"lusitanian/oauth": "~0.8.10",
"magento/magento2-functional-testing-framework": "2.3.9",
"pdepend/pdepend": "2.5.2",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "~6.5.0",
"sebastian/phpcpd": "~3.0.0",
"squizlabs/php_codesniffer": "3.3.1"
,
"replace":
"vertex/module-tax": "*"
,
"conflict":
"gene/bluefoot": "*"
,
"autoload":
"psr-4":
"Magento\Framework\": "lib/internal/Magento/Framework/",
"Magento\Setup\": "setup/src/Magento/Setup/",
"Magento\": "app/code/Magento/",
"Zend\Mvc\Controller\": "setup/src/Zend/Mvc/Controller/"
,
"psr-0":
"": [
"app/code/",
"generated/code/"
]
,
"files": [
"app/etc/NonComposerComponentRegistration.php"
],
"exclude-from-classmap": [
"**/dev/**",
"**/update/**",
"**/Test/**"
]
,
"autoload-dev":
"psr-4":
"Magento\Sniffs\": "dev/tests/static/framework/Magento/Sniffs/",
"Magento\Tools\": "dev/tools/Magento/Tools/",
"Magento\Tools\Sanity\": "dev/build/publication/sanity/Magento/Tools/Sanity/",
"Magento\TestFramework\Inspection\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
"Magento\TestFramework\Utility\": "dev/tests/static/framework/Magento/TestFramework/Utility/"

,
"version": "2.3.0",
"minimum-stability": "stable",
"repositories":
"0":
"type": "composer",
"url": "https://repo.magento.com/"

,
"extra":
"magento-force": "override",
"patches":
"magento/module-quote":
"Fix issue getting rates while placing order from Admin panel":
"source": "https://github.com/magento/magento2/commit/9c066ca1cc2f2db9e66575da25992ca9bb74f65a.patch",
"level": 5














share|improve this question














I hope somebody has een idea to solve this, I tried removing all my cache, generated folder, composer install, compile etc but no luck



PHP Fatal error: Uncaught Error: Call to undefined method MagentoFrameworkDBAdapterPdoMysql::getSchemaListener() in /data/web/current/setup/src/Magento/Setup/Model/Installer.php:933
Stack trace:
#0 /data/web/current/setup/src/Magento/Setup/Model/Installer.php(831): MagentoSetupModelInstaller->handleDBSchemaData(Object(MagentoSetupModuleSetup), 'schema', Array)
#1 /data/web/current/setup/src/Magento/Setup/Console/Command/UpgradeCommand.php(122): MagentoSetupModelInstaller->installSchema(Array)
#2 /data/web/current/vendor/symfony/console/Command/Command.php(255): MagentoSetupConsoleCommandUpgradeCommand->execute(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput))
#3 /data/web/current/vendor/symfony/console/Application.php(893): SymfonyComponentConsoleCommandCommand->run(Object(SymfonyComponentConsoleInputArgvInput), Object(SymfonyComponentConsoleOutputConsoleOutput))
#4 /data/web/current/vendor/symfony/console/Application.php(262): SymfonyComp in /data/web/current/setup/src/Magento/Setup/Model/Installer.php on line 933


Composer file




"name": "magento2",
"description": "Magento2 platform",
"type": "project",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"config":
"preferred-install": "dist",
"sort-packages": true
,
"require":
"magento/product-community-edition": "2.3.0",
"mageplaza/module-core": "^1.3",
"mirasvit/module-helpdesk": "^1.1",
"dealer4dealer/xcore-magento2": "^2.1",
"mirasvit/module-rma": "^2.0",
"mageplaza/magento-2-german-language-pack": "dev-master",
"plumrocket/module-autoinvoiceshipment": "^2.1",
"mageplaza/module-smtp": "^1.2",
"honl/magento2-nl-nl": "^1.1",
"mirasvit/module-cache-warmer": "^1.2",
"mageplaza/magento-2-dutch-language-pack": "dev-master",
"geissweb/module-euvat": "^1.3",
"mollie/magento2": "^1.4",
"magmodules/magento2-channable": "^1.4",
"myparcelnl/magento": "^2.4",
"myparcelnl/sdk": "^v1.5",
"mageworx/module-seosuiteultimate": "^2.21",
"yotpo/module-review": "^2.4",
"pelago/emogrifier": "2.0.0",
"ethanyehuda/magento2-cronjobmanager": "^1.6",
"msp/recaptcha": "^2.0",
"xtento/advancedorderstatus": "^2.1",
"mageworx/module-ordereditor": "^3.4"
,
"require-dev":
"friendsofphp/php-cs-fixer": "~2.13.0",
"lusitanian/oauth": "~0.8.10",
"magento/magento2-functional-testing-framework": "2.3.9",
"pdepend/pdepend": "2.5.2",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "~6.5.0",
"sebastian/phpcpd": "~3.0.0",
"squizlabs/php_codesniffer": "3.3.1"
,
"replace":
"vertex/module-tax": "*"
,
"conflict":
"gene/bluefoot": "*"
,
"autoload":
"psr-4":
"Magento\Framework\": "lib/internal/Magento/Framework/",
"Magento\Setup\": "setup/src/Magento/Setup/",
"Magento\": "app/code/Magento/",
"Zend\Mvc\Controller\": "setup/src/Zend/Mvc/Controller/"
,
"psr-0":
"": [
"app/code/",
"generated/code/"
]
,
"files": [
"app/etc/NonComposerComponentRegistration.php"
],
"exclude-from-classmap": [
"**/dev/**",
"**/update/**",
"**/Test/**"
]
,
"autoload-dev":
"psr-4":
"Magento\Sniffs\": "dev/tests/static/framework/Magento/Sniffs/",
"Magento\Tools\": "dev/tools/Magento/Tools/",
"Magento\Tools\Sanity\": "dev/build/publication/sanity/Magento/Tools/Sanity/",
"Magento\TestFramework\Inspection\": "dev/tests/static/framework/Magento/TestFramework/Inspection/",
"Magento\TestFramework\Utility\": "dev/tests/static/framework/Magento/TestFramework/Utility/"

,
"version": "2.3.0",
"minimum-stability": "stable",
"repositories":
"0":
"type": "composer",
"url": "https://repo.magento.com/"

,
"extra":
"magento-force": "override",
"patches":
"magento/module-quote":
"Fix issue getting rates while placing order from Admin panel":
"source": "https://github.com/magento/magento2/commit/9c066ca1cc2f2db9e66575da25992ca9bb74f65a.patch",
"level": 5











magento2 php-7






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 26 at 12:59









Sander van ZuidamSander van Zuidam

312315




312315












  • I am also facing the same issue, can someone help?

    – Wolfack
    Apr 17 at 8:02

















  • I am also facing the same issue, can someone help?

    – Wolfack
    Apr 17 at 8:02
















I am also facing the same issue, can someone help?

– Wolfack
Apr 17 at 8:02





I am also facing the same issue, can someone help?

– Wolfack
Apr 17 at 8:02










1 Answer
1






active

oldest

votes


















0














In my case, this was occurring as we have overridden the MagentoFrameworkDBAdapterPdoMysql class through a custom module. The new version of the core file in Magento has some changes to it, this error was because of those changes.



For fixing the same I reverted the override and made sure the file being called has the changes added by the new version of Magento.






share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "479"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f263479%2fsetupupgrade-error-when-updating-magento-2-2-7-to-magento-2-3%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    In my case, this was occurring as we have overridden the MagentoFrameworkDBAdapterPdoMysql class through a custom module. The new version of the core file in Magento has some changes to it, this error was because of those changes.



    For fixing the same I reverted the override and made sure the file being called has the changes added by the new version of Magento.






    share|improve this answer



























      0














      In my case, this was occurring as we have overridden the MagentoFrameworkDBAdapterPdoMysql class through a custom module. The new version of the core file in Magento has some changes to it, this error was because of those changes.



      For fixing the same I reverted the override and made sure the file being called has the changes added by the new version of Magento.






      share|improve this answer

























        0












        0








        0







        In my case, this was occurring as we have overridden the MagentoFrameworkDBAdapterPdoMysql class through a custom module. The new version of the core file in Magento has some changes to it, this error was because of those changes.



        For fixing the same I reverted the override and made sure the file being called has the changes added by the new version of Magento.






        share|improve this answer













        In my case, this was occurring as we have overridden the MagentoFrameworkDBAdapterPdoMysql class through a custom module. The new version of the core file in Magento has some changes to it, this error was because of those changes.



        For fixing the same I reverted the override and made sure the file being called has the changes added by the new version of Magento.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 17 at 11:14









        WolfackWolfack

        1012




        1012



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Magento Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f263479%2fsetupupgrade-error-when-updating-magento-2-2-7-to-magento-2-3%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Sum ergo cogito? 1 nng

            419 nièngy_Soadمي 19bal1.5o_g

            Queiggey Chernihivv 9NnOo i Zw X QqKk LpB