0

I am Facing an issue,that product images are missing from ‘Images’ tab of product edit form, but they are displaying fine in the front-end.

Screenshort:

enter image description here

1 Answer 1

1

This can be caused by wrong permissions set to uploaded files. Open lib/Varien/File/Uploader.php and make sure the following permission are set:

Around line 219:

chmod($destinationFile, 0666);

Around line 541:

if (!(@is_dir($destinationFolder) || @mkdir($destinationFolder, 0777, true))) {

Resource: https://stackoverflow.com/a/35911378/5607415

answered Mar 4, 2020 at 5:02
1
  • Please accept the answer if it works for you, So it will help others in the community. Commented Mar 4, 2020 at 5:06

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.