码迷,mamicode.com
首页 > 其他好文 > 详细

Magento Error – The directory is not writable by server.

时间:2015-03-20 23:28:34      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:

When trying to use the insert image functionality in Magento if you receive an error saying:

“The directory is not writable by server.”

Simply add a folder called wysiwyg in your root media folder and change the CHMOD to 777.

For some reason Magento doesn’t always automatically add the upload folder.

Hope this helps someone.

 

在Media文件夹新建文件夹“wysiwyg”;

然后授权,代码如下:

chmod -R 777 wysiwyg

 

 

https://www.ivince.uk/magento-error-the-directory-is-not-writable-by-server/

 

Magento Error – The directory is not writable by server.

标签:

原文地址:http://www.cnblogs.com/sunsoftware/p/4354744.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!