0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

WordPressでウィジェットインストール時にエラーになるときの対処法

Last updated at Posted at 2019-12-13

問題

WordPressでウィジェットをインストーラしようとしたら、以下のエラーが出た。
failed to connect to ftp server 21

解決方法

1. WordPress直下のwp-config.phpを開き、以下を追加 ```define('FS_METHOD', 'direct');```
  1. それでも解決しない場合は、/wp-content/plugins/の権限をchmod 777 pluginsで変更。

参考ページ

https://www.digitalocean.com/community/questions/can-t-install-wordpress-themes-ftp-error
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?