Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing wysiwyg folder in magento

Tags:

magento

When I try to upload some images on CMS > Pages in wysiwyg editor, I get an error:

The directory is not writable by server.

I have already explored this error caused because of media/wysiwyg folder is missing. If I create this folder all will be fine.

But I wonder why this folder is missing after Magento installation. Can someone explain?

like image 778
fortegente Avatar asked Feb 26 '14 07:02

fortegente


People also ask

Where is wysiwyg in Magento?

app/code/Magento/Ui/view/base/web/templates/form/field. html.


1 Answers

Whenever you get Images not Uploading. Destination folder not writable, folder is not writable or does not exists or either anything similar. Just follow the check-list below:

  • Permissions : Check if the server has rights to write into var and media folders i.e write permissions.
  • Missing folders : In the folder media, take a look if media/catalog, media/wysiwyg and media/images are there (or even any other folder you’ve set up to upload your files to). If yes, if the server has the permissions to write on them.
  • Var/cache : Get yourself sure you run one $ rm -rf var/cache/* and got rid of everything inside this folder.
  • Cache Management : Clean the blocks in System > Cache Management.
like image 176
Slimshadddyyy Avatar answered Sep 24 '22 10:09

Slimshadddyyy