作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
为什么卸载以下(空)插件会导致错误?
这是my-plugin/my-plugin.php
:
<?php
/*
Plugin Name: My Plugin
*/
my-plugin/uninstall.php
:
<?php
Plugin could not be deleted due to an error: Could not fully remove the plugin(s) my-plugin/my-plugin.php.
~/Sites/wordpress/wp-content/plugins/my-plugin $ ls -ll
total 16
-rwxrwxrwx@ 1 me staff 34 13 Aug 21:43 my-plugin.php
-rwxrwxrwx@ 1 me staff 6 13 Aug 21:44 uninstall.php
最佳答案
确实,所有权问题。运行以下命令后,我可以成功删除插件。
chown -R <myself>:<myself> my-plugin
关于wordpress - 由于错误 : Could not fully remove the plugin(s) my-plugin/my-plugin. php,无法删除插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11933811/
我是一名优秀的程序员,十分优秀!