WordPress通过FTP解决插件安装问题

2022/1/23:更新为 Markdown 格式。

我现在这个服务器问题有点多,google连的上,但是后台的插件安装连不上。

发生了预料之外的错误。WordPress.org或是此服务器的配置可能出了一些问题。如果您持续遇到困难,请试试<a href="https://wordpress.org/support/forums/">支持论坛</a>。

直接上传插件,又被大小限制,想要修改php.ini,服务器又不提供修改的途径,只好学之前主题上传的方式用FTP直接解决。

上传的文件尺寸超过upload_max_filesize文件中定义的php.ini值。

插件安装目录:wordpress/wp-content/plugins

将压缩包上传到插件安装目录,解压即可。


The netword of my web has some problem, google.com are available link, but the link of plugins download page in admin page are not available.

发生了预料之外的错误。WordPress.org或是此服务器的配置可能出了一些问题。如果您持续遇到困难,请试试<a href="https://wordpress.org/support/forums/">支持论坛</a>。

For uploading the plugin, the upload_max_filesize are limit the file size. For changing php.ini, there is no way in my server to change it.

上传的文件尺寸超过upload_max_filesize文件中定义的php.ini值。

So, I use FTP method to solove it like the theme upload problem.

The plugins installation position: wordpress/wp-content/plugins

Upload the plugin zip file to it, and upzip the file.

You may also like...

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

CAPTCHAis initialing...