After migration can`t update product image
I migrated Magento from 1.9.0.1 to 2.2.5.
After this migration I can't add new image for some products
Could you tell me what is wrong?
magento2 admin product-images migration
add a comment |
I migrated Magento from 1.9.0.1 to 2.2.5.
After this migration I can't add new image for some products
Could you tell me what is wrong?
magento2 admin product-images migration
add a comment |
I migrated Magento from 1.9.0.1 to 2.2.5.
After this migration I can't add new image for some products
Could you tell me what is wrong?
magento2 admin product-images migration
I migrated Magento from 1.9.0.1 to 2.2.5.
After this migration I can't add new image for some products
Could you tell me what is wrong?
magento2 admin product-images migration
magento2 admin product-images migration
edited 57 mins ago
Shoaib Munir
1,085521
1,085521
asked Dec 14 '18 at 13:50
Fred MorganFred Morgan
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The image directory path should have already been carried over from your 1.9.X installation. all you should have to do to add the images back is copy over your media/ directory on your old installation into pub/media/ in your new installation.
from here flush your cache and re deploy your static content and your images should appear:
rm -rf pub/static && php-7.0 bin/magento cache:clean && php-7.0 bin/magento cache:flush
php-7.0 bin/magento setup:static-content:deploy
I haven't problem with old images, I couldn't add new image from admin panel
– Fred Morgan
Dec 17 '18 at 9:07
ah, i see now.. what is happening when you try to upload images?
– vmp
Dec 17 '18 at 9:15
when I upload new image it showing with other images. but when I click on "save" button - magento say "You saved the product." but image not added to product
– Fred Morgan
Dec 17 '18 at 9:34
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%2f253685%2fafter-migration-cant-update-product-image%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
The image directory path should have already been carried over from your 1.9.X installation. all you should have to do to add the images back is copy over your media/ directory on your old installation into pub/media/ in your new installation.
from here flush your cache and re deploy your static content and your images should appear:
rm -rf pub/static && php-7.0 bin/magento cache:clean && php-7.0 bin/magento cache:flush
php-7.0 bin/magento setup:static-content:deploy
I haven't problem with old images, I couldn't add new image from admin panel
– Fred Morgan
Dec 17 '18 at 9:07
ah, i see now.. what is happening when you try to upload images?
– vmp
Dec 17 '18 at 9:15
when I upload new image it showing with other images. but when I click on "save" button - magento say "You saved the product." but image not added to product
– Fred Morgan
Dec 17 '18 at 9:34
add a comment |
The image directory path should have already been carried over from your 1.9.X installation. all you should have to do to add the images back is copy over your media/ directory on your old installation into pub/media/ in your new installation.
from here flush your cache and re deploy your static content and your images should appear:
rm -rf pub/static && php-7.0 bin/magento cache:clean && php-7.0 bin/magento cache:flush
php-7.0 bin/magento setup:static-content:deploy
I haven't problem with old images, I couldn't add new image from admin panel
– Fred Morgan
Dec 17 '18 at 9:07
ah, i see now.. what is happening when you try to upload images?
– vmp
Dec 17 '18 at 9:15
when I upload new image it showing with other images. but when I click on "save" button - magento say "You saved the product." but image not added to product
– Fred Morgan
Dec 17 '18 at 9:34
add a comment |
The image directory path should have already been carried over from your 1.9.X installation. all you should have to do to add the images back is copy over your media/ directory on your old installation into pub/media/ in your new installation.
from here flush your cache and re deploy your static content and your images should appear:
rm -rf pub/static && php-7.0 bin/magento cache:clean && php-7.0 bin/magento cache:flush
php-7.0 bin/magento setup:static-content:deploy
The image directory path should have already been carried over from your 1.9.X installation. all you should have to do to add the images back is copy over your media/ directory on your old installation into pub/media/ in your new installation.
from here flush your cache and re deploy your static content and your images should appear:
rm -rf pub/static && php-7.0 bin/magento cache:clean && php-7.0 bin/magento cache:flush
php-7.0 bin/magento setup:static-content:deploy
answered Dec 14 '18 at 14:24
vmpvmp
14613
14613
I haven't problem with old images, I couldn't add new image from admin panel
– Fred Morgan
Dec 17 '18 at 9:07
ah, i see now.. what is happening when you try to upload images?
– vmp
Dec 17 '18 at 9:15
when I upload new image it showing with other images. but when I click on "save" button - magento say "You saved the product." but image not added to product
– Fred Morgan
Dec 17 '18 at 9:34
add a comment |
I haven't problem with old images, I couldn't add new image from admin panel
– Fred Morgan
Dec 17 '18 at 9:07
ah, i see now.. what is happening when you try to upload images?
– vmp
Dec 17 '18 at 9:15
when I upload new image it showing with other images. but when I click on "save" button - magento say "You saved the product." but image not added to product
– Fred Morgan
Dec 17 '18 at 9:34
I haven't problem with old images, I couldn't add new image from admin panel
– Fred Morgan
Dec 17 '18 at 9:07
I haven't problem with old images, I couldn't add new image from admin panel
– Fred Morgan
Dec 17 '18 at 9:07
ah, i see now.. what is happening when you try to upload images?
– vmp
Dec 17 '18 at 9:15
ah, i see now.. what is happening when you try to upload images?
– vmp
Dec 17 '18 at 9:15
when I upload new image it showing with other images. but when I click on "save" button - magento say "You saved the product." but image not added to product
– Fred Morgan
Dec 17 '18 at 9:34
when I upload new image it showing with other images. but when I click on "save" button - magento say "You saved the product." but image not added to product
– Fred Morgan
Dec 17 '18 at 9:34
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%2f253685%2fafter-migration-cant-update-product-image%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