Could not create directory

时间:2014-07-17 作者:Jeffrey

我已经按照

每次尝试更新或安装新插件时,都会出现以下错误:

Downloading update from https://downloads.wordpress.org/plugin/akismet.3.0.1.zip…
Unpacking the update…
An error occurred while updating Akismet: Could not create directory.
All updates have been completed.
我已经准备好了/var/www/html 具有

sudo ln -s /usr/share/wordpress /var/www/html
sudo chown wp-user:www-data -RL /var/www
sudo chmod g+w -R /var/www
我试过了

添加define(\'WP_CONTENT_DIR\', \'/var/www/html/wp-content\');/etc/wordpress/config-my.host.php

  • sudo chmod o+w -R /var/www/html/wp-content
  • sudo -u wp-user touch /var/www/html/wp-content/test 成功sudo -u www-data touch /var/www/html/wp-content/test 成功
  • 系统信息:

    $ cat /etc/*-release
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=14.04
    DISTRIB_CODENAME=trusty
    DISTRIB_DESCRIPTION="Ubuntu 14.04 LTS"
    NAME="Ubuntu"
    VERSION="14.04, Trusty Tahr"
    ID=ubuntu
    ID_LIKE=debian
    PRETTY_NAME="Ubuntu 14.04 LTS"
    VERSION_ID="14.04"
    HOME_URL="http://www.ubuntu.com/"
    SUPPORT_URL="http://help.ubuntu.com/"
    BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
    
    $ apt-show-versions wordpress apache2 php5 mysql-server
    apache2:amd64/trusty 2.4.7-1ubuntu4 uptodate
    mysql-server:all/trusty-security 5.5.37-0ubuntu0.14.04.1 uptodate
    php5:all/trusty-security 5.5.9+dfsg-1ubuntu4.3 uptodate
    wordpress:all/trusty 3.8.2+dfsg-1 uptodate
    

    2 个回复
    最合适的回答,由SO网友:Rarst 整理而成

    您正在为WordPress使用Ubuntu包,对吗?您是否尝试过常规安装(只需下载官方WP存档并使用LAMP进行设置)?

    虽然它可能不是很“Linux方式”,但通常建议WordPress使用它。我在过去简要介绍了Ubuntu WP包,最后也这样做了。

    PS如果3.8.2代表WP版本,那么它也不是最新版本。

    SO网友:Daniel

    要在Ubuntu服务器中创建WordPress目录,您需要var/www/ 及其sudo mkdir -p mysite.com/public_html && sudo chown -R user_name:www-data /var/www

    当你ls 之后,您应该看到如下内容:

    total 12
    drwxrwxr-x 2 microurb www-data 4096 Dec 15 06:36 html
    drwxrwxr-x 3 microurb www-data 4096 Sep 23  2017 microurb.com
    

    结束

    相关推荐

    Configure Permissions in Mamp

    我最近在Mamp上建立了一个网站,在上传到托管服务器时,我似乎失去了权限。我的猜测是,从本地到服务器的迁移带来了权限。你可以在这里看到http://162.213.156.137/~healthy/, 在页脚的左下方区域中,未加载图像。在我使用FTP手动更改权限之前,我还没有加载标题中的两个图像(小女孩和徽标)。我想知道是否有人以前处理过这个问题,并提出了建议,或者您是否知道如何从一开始就将MAMP配置为具有适当的设置。