首页 > 其他 > 详细

Magento Error – The directory is not writable by server.

时间:2015-03-20 23:27:54      阅读:304      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!