Edit2: 我将问题从“WP没有自动添加主题”重命名为“WP不能创建新目录”,因为我发现问题有点复杂。我所做的任何涉及将数据写入的操作都会出现相同的错误/var/www/html/wordpress
. 我已经试过了here, 还试图gpasswd -a www-data sudo
什么都没有。。。我现在不知道该怎么办。/Edit2
我只是跟着this 教程中,我和他在02:30到03:30时做的完全一样:在/wp-content/themes/mytheme
, 在mytheme内部添加了一种样式。css和索引。php。当我转到dashboard时,它并没有自动添加,所以我尝试上载主题。手动压缩。现在我收到错误消息“无法创建目录”。我已经设置好了chmod -R 777
到wordpress文件夹,但仍有此
Edit:
的输出
ls -la /var/www/html/wordpress
:
lrwxrwxrwx 1 fabio www data 20 Jan 4 16:45/var/www/html/wordpress->/usr/share/wordpress
的输出ls -ld /usr/share/wordpress
:
drwxrwx 5 www data root 4096 Jan 8 15:46/usr/share/wordpress
在我的主题文件夹中index.php
和style.css
, 这就是他们的atm方式:
index.php
:
<h1>Hello, world!</h1>
style.css
:
/*
Theme Name: ThemeTutorial
Theme URI: http://github.com/FabioNevesRezende
Author: fabiotk
Author URI: http://github.com/FabioNevesRezende
Description: Descrição do tema
Version: 1.0
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen
Este tema foi criado por Fábio Neves Rezende
*/
我放置那些github链接只是因为我没有其他链接可以放置,我认为这不会产生任何错误,对吗?