Magento 2.3.1 upgrade issue : Fatal error: Uncaught TypeError: Argument 1 passed to Zend_Mail_Transport_Abstract::send() Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?uncaught error class magento/indexer/model/config/reader“Unable to send mail” error message when changing user password in Magento Admin (v 2.2.1)PHP Fatal error: Uncaught TypeError: Argument 2 passed toMagento 2 Order confirmation emails is not send with SMTP modules in Magento 2.2.5?Fatal error: Uncaught TypeError: Argument 1 passedPHP fatal error: Uncaught TypeError: Argument 2 passed to MagentoCatalogPluginBlockTopmenuMagento 2.3 “Review & Payments” page not loadingMagento 2.3 Upgrade issueSome Payment Method Not Showing in Sales grid after upgrade magento to 2.3.1Upgrade schema script is not working with magento 2.1.3?
What causes the vertical darker bands in my photo?
When do you get frequent flier miles - when you buy, or when you fly?
List *all* the tuples!
How to deal with a team lead who never gives me credit?
How come Sam didn't become Lord of Horn Hill?
How to run gsettings for another user Ubuntu 18.04.2 LTS
Why did the Falcon Heavy center core fall off the ASDS OCISLY barge?
What is Arya's weapon design?
How to bypass password on Windows XP account?
Storing hydrofluoric acid before the invention of plastics
Do I really need recursive chmod to restrict access to a folder?
ListPlot join points by nearest neighbor rather than order
Short Story with Cinderella as a Voo-doo Witch
How do I stop a creek from eroding my steep embankment?
Why did the IBM 650 use bi-quinary?
Coloring maths inside a tcolorbox
How to find out what spells would be useless to a blind NPC spellcaster?
Why aren't air breathing engines used as small first stages
51k Euros annually for a family of 4 in Berlin: Is it enough?
What's the meaning of 間時肆拾貳 at a car parking sign
Can a non-EU citizen traveling with me come with me through the EU passport line?
porting install scripts : can rpm replace apt?
3 doors, three guards, one stone
At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?
Magento 2.3.1 upgrade issue : Fatal error: Uncaught TypeError: Argument 1 passed to Zend_Mail_Transport_Abstract::send()
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?uncaught error class magento/indexer/model/config/reader“Unable to send mail” error message when changing user password in Magento Admin (v 2.2.1)PHP Fatal error: Uncaught TypeError: Argument 2 passed toMagento 2 Order confirmation emails is not send with SMTP modules in Magento 2.2.5?Fatal error: Uncaught TypeError: Argument 1 passedPHP fatal error: Uncaught TypeError: Argument 2 passed to MagentoCatalogPluginBlockTopmenuMagento 2.3 “Review & Payments” page not loadingMagento 2.3 Upgrade issueSome Payment Method Not Showing in Sales grid after upgrade magento to 2.3.1Upgrade schema script is not working with magento 2.1.3?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
As I have upgraded the magento system version-2.2.3 to version 2.3.1. I am facing the following error during the customer registration registration from front-end.

I am using Neklo SMTP mailer extension.
I have upgraded magneto version to 2.3.1. This niklo extension is working fine with magento version 2.2.3 version.
Help please to fix this issue.
Any help would be appriciated !
Updated the question :
magento2 magento2.3 smtp
add a comment |
As I have upgraded the magento system version-2.2.3 to version 2.3.1. I am facing the following error during the customer registration registration from front-end.

I am using Neklo SMTP mailer extension.
I have upgraded magneto version to 2.3.1. This niklo extension is working fine with magento version 2.2.3 version.
Help please to fix this issue.
Any help would be appriciated !
Updated the question :
magento2 magento2.3 smtp
Have you redeployed your website also have you run setup upgrade finally why are you using an extension for SMTP? magento 2 comes standard with SMTP functionality
– Dava Gordon
Apr 12 at 14:54
Yes, I run the setup upgrade command. It was already running with magento version 2.2.3. I have upgrade the php version ie. 7.2.11 as required for magento version 2.3.1 ( ie php 7.1.3 or greator / php 7.2)
– zed Blackbeard
Apr 12 at 14:58
Magneto 2.2.3 does not support php 7.2, it only supports 7.0.13–7.0.x and 7.1.x if you have upgraded to magento 2.3 you need to run setup:upgrade. also magento sure you delete the content of var/di var/cache and ./generation/*
– Dava Gordon
Apr 12 at 15:01
Yes, I have upgraded the magento version to 2.3 and run the setup:upgrade command.
– zed Blackbeard
Apr 12 at 15:06
If you purchased the extension check that it is the correct version for 2.3 as the listing page does say it is available for your version. if not id suggest contacting there support team
– Dava Gordon
Apr 12 at 15:15
add a comment |
As I have upgraded the magento system version-2.2.3 to version 2.3.1. I am facing the following error during the customer registration registration from front-end.

I am using Neklo SMTP mailer extension.
I have upgraded magneto version to 2.3.1. This niklo extension is working fine with magento version 2.2.3 version.
Help please to fix this issue.
Any help would be appriciated !
Updated the question :
magento2 magento2.3 smtp
As I have upgraded the magento system version-2.2.3 to version 2.3.1. I am facing the following error during the customer registration registration from front-end.

I am using Neklo SMTP mailer extension.
I have upgraded magneto version to 2.3.1. This niklo extension is working fine with magento version 2.2.3 version.
Help please to fix this issue.
Any help would be appriciated !
Updated the question :
magento2 magento2.3 smtp
magento2 magento2.3 smtp
edited Apr 12 at 15:07
zed Blackbeard
asked Apr 12 at 14:48
zed Blackbeardzed Blackbeard
1,62231441
1,62231441
Have you redeployed your website also have you run setup upgrade finally why are you using an extension for SMTP? magento 2 comes standard with SMTP functionality
– Dava Gordon
Apr 12 at 14:54
Yes, I run the setup upgrade command. It was already running with magento version 2.2.3. I have upgrade the php version ie. 7.2.11 as required for magento version 2.3.1 ( ie php 7.1.3 or greator / php 7.2)
– zed Blackbeard
Apr 12 at 14:58
Magneto 2.2.3 does not support php 7.2, it only supports 7.0.13–7.0.x and 7.1.x if you have upgraded to magento 2.3 you need to run setup:upgrade. also magento sure you delete the content of var/di var/cache and ./generation/*
– Dava Gordon
Apr 12 at 15:01
Yes, I have upgraded the magento version to 2.3 and run the setup:upgrade command.
– zed Blackbeard
Apr 12 at 15:06
If you purchased the extension check that it is the correct version for 2.3 as the listing page does say it is available for your version. if not id suggest contacting there support team
– Dava Gordon
Apr 12 at 15:15
add a comment |
Have you redeployed your website also have you run setup upgrade finally why are you using an extension for SMTP? magento 2 comes standard with SMTP functionality
– Dava Gordon
Apr 12 at 14:54
Yes, I run the setup upgrade command. It was already running with magento version 2.2.3. I have upgrade the php version ie. 7.2.11 as required for magento version 2.3.1 ( ie php 7.1.3 or greator / php 7.2)
– zed Blackbeard
Apr 12 at 14:58
Magneto 2.2.3 does not support php 7.2, it only supports 7.0.13–7.0.x and 7.1.x if you have upgraded to magento 2.3 you need to run setup:upgrade. also magento sure you delete the content of var/di var/cache and ./generation/*
– Dava Gordon
Apr 12 at 15:01
Yes, I have upgraded the magento version to 2.3 and run the setup:upgrade command.
– zed Blackbeard
Apr 12 at 15:06
If you purchased the extension check that it is the correct version for 2.3 as the listing page does say it is available for your version. if not id suggest contacting there support team
– Dava Gordon
Apr 12 at 15:15
Have you redeployed your website also have you run setup upgrade finally why are you using an extension for SMTP? magento 2 comes standard with SMTP functionality
– Dava Gordon
Apr 12 at 14:54
Have you redeployed your website also have you run setup upgrade finally why are you using an extension for SMTP? magento 2 comes standard with SMTP functionality
– Dava Gordon
Apr 12 at 14:54
Yes, I run the setup upgrade command. It was already running with magento version 2.2.3. I have upgrade the php version ie. 7.2.11 as required for magento version 2.3.1 ( ie php 7.1.3 or greator / php 7.2)
– zed Blackbeard
Apr 12 at 14:58
Yes, I run the setup upgrade command. It was already running with magento version 2.2.3. I have upgrade the php version ie. 7.2.11 as required for magento version 2.3.1 ( ie php 7.1.3 or greator / php 7.2)
– zed Blackbeard
Apr 12 at 14:58
Magneto 2.2.3 does not support php 7.2, it only supports 7.0.13–7.0.x and 7.1.x if you have upgraded to magento 2.3 you need to run setup:upgrade. also magento sure you delete the content of var/di var/cache and ./generation/*
– Dava Gordon
Apr 12 at 15:01
Magneto 2.2.3 does not support php 7.2, it only supports 7.0.13–7.0.x and 7.1.x if you have upgraded to magento 2.3 you need to run setup:upgrade. also magento sure you delete the content of var/di var/cache and ./generation/*
– Dava Gordon
Apr 12 at 15:01
Yes, I have upgraded the magento version to 2.3 and run the setup:upgrade command.
– zed Blackbeard
Apr 12 at 15:06
Yes, I have upgraded the magento version to 2.3 and run the setup:upgrade command.
– zed Blackbeard
Apr 12 at 15:06
If you purchased the extension check that it is the correct version for 2.3 as the listing page does say it is available for your version. if not id suggest contacting there support team
– Dava Gordon
Apr 12 at 15:15
If you purchased the extension check that it is the correct version for 2.3 as the listing page does say it is available for your version. if not id suggest contacting there support team
– Dava Gordon
Apr 12 at 15:15
add a comment |
0
active
oldest
votes
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269925%2fmagento-2-3-1-upgrade-issue-fatal-error-uncaught-typeerror-argument-1-passed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269925%2fmagento-2-3-1-upgrade-issue-fatal-error-uncaught-typeerror-argument-1-passed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Have you redeployed your website also have you run setup upgrade finally why are you using an extension for SMTP? magento 2 comes standard with SMTP functionality
– Dava Gordon
Apr 12 at 14:54
Yes, I run the setup upgrade command. It was already running with magento version 2.2.3. I have upgrade the php version ie. 7.2.11 as required for magento version 2.3.1 ( ie php 7.1.3 or greator / php 7.2)
– zed Blackbeard
Apr 12 at 14:58
Magneto 2.2.3 does not support php 7.2, it only supports 7.0.13–7.0.x and 7.1.x if you have upgraded to magento 2.3 you need to run setup:upgrade. also magento sure you delete the content of var/di var/cache and ./generation/*
– Dava Gordon
Apr 12 at 15:01
Yes, I have upgraded the magento version to 2.3 and run the setup:upgrade command.
– zed Blackbeard
Apr 12 at 15:06
If you purchased the extension check that it is the correct version for 2.3 as the listing page does say it is available for your version. if not id suggest contacting there support team
– Dava Gordon
Apr 12 at 15:15