Magento 2 Customer import fails The 2019 Stack Overflow Developer Survey Results Are InHow to import Etsy products into Magento?the correct syntax for CSV Customer IMPORT? (from 1.3.1 to 1.9.1)Customer login not working after exporting customer from one magento and importing to anotherMagento 2: Customer Import CSV “The file was not uploaded.”Import Database to phpmyadmin from live serverexport and import of products problems in magento 2Magento 2 Customer CSV import Error 500Cannot save customer programaticallyMagento 2: Not able to import store tableSame Magento 2 htaccess file but different results on local machine and live server
Why isn't airport relocation done gradually?
What did it mean to "align" a radio?
Apparent duplicates between Haynes service instructions and MOT
Is a "Democratic" Feudal System Possible?
Did 3000BC Egyptians use meteoric iron weapons?
Protecting Dualbooting Windows from dangerous code (like rm -rf)
Is an up-to-date browser secure on an out-of-date OS?
FPGA - DIY Programming
How technical should a Scrum Master be to effectively remove impediments?
Output the Arecibo Message
Why did Acorn's A3000 have red function keys?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Do these rules for Critical Successes and Critical Failures seem Fair?
Return to UK after being refused entry years previously
Should I use my personal e-mail address, or my workplace one, when registering to external websites for work purposes?
The difference between dialogue marks
What is the motivation for a law requiring 2 parties to consent for recording a conversation
What does Linus Torvalds mean when he says that Git "never ever" tracks a file?
How to save as into a customized destination on macOS?
For what reasons would an animal species NOT cross a *horizontal* land bridge?
How to notate time signature switching consistently every measure
Why hard-Brexiteers don't insist on a hard border to prevent illegal immigration after Brexit?
How to deal with fear of taking dependencies
Can someone be penalized for an "unlawful" act if no penalty is specified?
Magento 2 Customer import fails
The 2019 Stack Overflow Developer Survey Results Are InHow to import Etsy products into Magento?the correct syntax for CSV Customer IMPORT? (from 1.3.1 to 1.9.1)Customer login not working after exporting customer from one magento and importing to anotherMagento 2: Customer Import CSV “The file was not uploaded.”Import Database to phpmyadmin from live serverexport and import of products problems in magento 2Magento 2 Customer CSV import Error 500Cannot save customer programaticallyMagento 2: Not able to import store tableSame Magento 2 htaccess file but different results on local machine and live server
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I had exported customer from local machine and i am importing on server. When i tried to import on server it gives me an error saying "Sorry, but the data is invalid or the file is not uploaded."
I have not changed anything on in the csv file, both database of live and local are same, only on local i have new customers.
magento2 magento-2.1 customer importexport
add a comment |
I had exported customer from local machine and i am importing on server. When i tried to import on server it gives me an error saying "Sorry, but the data is invalid or the file is not uploaded."
I have not changed anything on in the csv file, both database of live and local are same, only on local i have new customers.
magento2 magento-2.1 customer importexport
add a comment |
I had exported customer from local machine and i am importing on server. When i tried to import on server it gives me an error saying "Sorry, but the data is invalid or the file is not uploaded."
I have not changed anything on in the csv file, both database of live and local are same, only on local i have new customers.
magento2 magento-2.1 customer importexport
I had exported customer from local machine and i am importing on server. When i tried to import on server it gives me an error saying "Sorry, but the data is invalid or the file is not uploaded."
I have not changed anything on in the csv file, both database of live and local are same, only on local i have new customers.
magento2 magento-2.1 customer importexport
magento2 magento-2.1 customer importexport
asked yesterday
Avesh NaikAvesh Naik
392113
392113
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Download csv from live server & match its structure with local their should definitely difference between the structure of fies.
add a comment |
The problem was with the PHP version. We were running Magento 2.2.6 on PHP 7.2 version. I had to change certain line on code in vendor directory.
add a comment |
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%2f269301%2fmagento-2-customer-import-fails%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Download csv from live server & match its structure with local their should definitely difference between the structure of fies.
add a comment |
Download csv from live server & match its structure with local their should definitely difference between the structure of fies.
add a comment |
Download csv from live server & match its structure with local their should definitely difference between the structure of fies.
Download csv from live server & match its structure with local their should definitely difference between the structure of fies.
answered yesterday
Hassan Ali ShahzadHassan Ali Shahzad
734317
734317
add a comment |
add a comment |
The problem was with the PHP version. We were running Magento 2.2.6 on PHP 7.2 version. I had to change certain line on code in vendor directory.
add a comment |
The problem was with the PHP version. We were running Magento 2.2.6 on PHP 7.2 version. I had to change certain line on code in vendor directory.
add a comment |
The problem was with the PHP version. We were running Magento 2.2.6 on PHP 7.2 version. I had to change certain line on code in vendor directory.
The problem was with the PHP version. We were running Magento 2.2.6 on PHP 7.2 version. I had to change certain line on code in vendor directory.
answered yesterday
Avesh NaikAvesh Naik
392113
392113
add a comment |
add a comment |
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%2f269301%2fmagento-2-customer-import-fails%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