Failed to install Wordpress plugin

When I try to install plugins on the wordpress site, I get the following error

Unpacking the package…

Installing the plugin…

The package could not be installed. No valid plugins were found.

Plugin install failed.
+3
source share
3 answers

If you have access to cPanel, try the following:

  • Download the plugins you want to install in WordPress.
  • Open CPanel and log in.
  • Open File Manager
  • Find your Wordpress installation and click on the folder marked "wp-content"
  • Open the folder labeled "plugins"
  • Click "Download file (s)" and download the plugin that you just downloaded.
  • Click the plugin file you just downloaded and click "extract."
  • WordPress . "". ( . )
  • "".

, HostGator. .

!!!

+1

, /. WordPress , , php,

/* : */

, ..

  • , php, . .. wp-content/PLUGIN_DIRECTORY/PLUGIN_FILE.php

,

0

. wp-config.php :

define ('FS_CHMOD_DIR', '02775'); define ('FS_CHMOD_FILE', '0664');

Note that the values ​​02775 and 0664 are enclosed in quotation marks and therefore PHP is interpreted as strings. They are numerical values ​​and should not be quoted.

0
source

All Articles