今天我开始了一个新项目,我被wordpress插件安装卡住了
Downloading install package from
https://downloads.wordpress.org/plugin/types.1.8.11.zip…
Unpacking the package…
Installing the plugin…
The package could not be installed. No valid plugins were found.
Plugin install failed.`我尝试过不同的插件,所有的插件都会产生这个错误!有什么想法吗?
发布于 2016-01-25 19:17:38
你可以使用class-tgm- plugin -activation在你的主题访问和下载时自动安装你的插件,在你的函数中包含https://github.com/TGMPA/TGM-Plugin-Activation
发布于 2016-01-25 19:47:13
现在,我成功地安装并激活了它。我使用了wp-cli,但这不会有太大的不同。我可以推荐它,因为它更冗长,这有助于跟踪错误
的结果是什么?
ls -l .../path/to/wordpress/wp-content/plugins假设您使用的是Linux/Unix。其他插件是否有不同的权限/用户?
https://stackoverflow.com/questions/34988603
复制相似问题