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:
Prasad D. Warnakulasuriya
1102 silver badges20 bronze badges
1 Answer 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))) {
answered Mar 4, 2020 at 5:02
Kishor Thummar
3,0301 gold badge11 silver badges19 bronze badges
-
Please accept the answer if it works for you, So it will help others in the community.Kishor Thummar– Kishor Thummar2020年03月04日 05:06:04 +00:00Commented Mar 4, 2020 at 5:06
Explore related questions
See similar questions with these tags.
default