Magento Error – The directory is not writable by server.

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/

时间: 2024-11-11 20:27:42

Magento Error – The directory is not writable by server.的相关文章

mac brew 安装php扩展报错:parent directory is world writable but not sticky

$ brew install php70-mcrypt 报错: Error: parent directory is world writable but not sticky 搜索到github的答案 https://github.com/Homebrew/legacy-homebrew/issues/40345 原因:/tmp目录权限不对 $ ls -ld /private/tmp 打印出来 /private/tmp 被标黄了 解决办法: $ sudo chmod +t /tmp $ ls

Error NO.2013 Lost connection to Mysql server during query

系统:[[email protected] ~]# cat /etc/redhat-release CentOS release 6.3 (Final) DB版本:mysql> select @@version;+------------+| @@version  |+------------+| 5.6.26-log |+------------+ 数据中心部门申请线上数据库select权限,直接grant  select on DB.* to 'username'@'IP' identifi

MySQL报错:ERROR 2013 (HY000): Lost connection to MySQL server during query

首先贴上实验用各版本: OS:CentOS 6.5 MySQL: mysql> select version ();+------------+| version () |+------------+| 5.6.22     |+------------+1 row in set (0.00 sec) 事情是这样的:本来是要在虚机上搭建一个wordpress做实验,刚创建完数据库,就在赋权额时候发生不在计划的错误: mysql>grant all on wordpress.* to [emai

error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'

[[email protected] ~]#   /usr/bin/mysqladmin -u root password 'aaaaaa' /usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)' Check that mysqld is runni

hbase(ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet)

今天启动clouder manager集群时候hbase list出现 (ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet ERROR: Can't get master address from ZooKeeper; znode data == null ) 一类错误 看网上有几种解决方案 一个是 1: 在使用 hbase shell 时,一直报错.花了半个多小时

报错解决方法Error: Can't connect to local MySQL server through socket

Error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)Errno.: 2002解决方法一:因为你还没有启动mysql,当你启动mysql后,mysql.sock就会自动的生成../bin/safe_mysqld   --user=root   &(这是默认的).如果还没有,就是MYSQL权限没给,或其它原因还有就是 你的mysql是否启动了      启动后一般很难出现这个

error: 'Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)'

1.今天安装了一个mysql 5.7 的二进制安装方式,在连接mysql数据库的时候报了如下错误: [[email protected] mysql]# mysql ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) 2.根据提示应该是sock文件不在,通过查看进程配置,发现如下 [[email protected] bin]# ps -ef | grep mys

[DeploymentService:290066]Error occurred while downloading files from admin server for deployment re

上周部署项目到weblogic时候,一直报消息图标 - 错误 [DeploymentService:290066]Error occurred while downloading files from admin server for deployment request "1,428,631,595,356". Underlying error is: "null".具体截图如下: 解决方案如下: 1.经过查找发现,项目本身都是采用UTF-8,项目新增的页面有部分

error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'

http://stackoverflow.com/questions/11990708/error-cant-connect-to-local-mysql-server-through-socket-var-run-mysqld-mysq 1. pkill -9 mysqld 2. rm -f /var/run/mysqld/mysqld.pid 3. chmod 777 '/var/run/mysqld/mysqld.sock done error: 'Can't connect to loc