Title: Plugin Installation Always Fail
Last modified: August 22, 2016

---

# Plugin Installation Always Fail

 *  [Nixus](https://wordpress.org/support/users/nixus/)
 * (@nixus)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/)
 * Hi guys . Recently i have upgrade my WordPress to WordPress 4.0 version . Today,
   i can’t install any plugin . When i try to install WP Super Cache , this error
   come out :
 * _Downloading install package from [https://downloads.wordpress.org/plugin/wp-super-cache.1.4.2.zip…](https://downloads.wordpress.org/plugin/wp-super-cache.1.4.2.zip…)_
 * Unpacking the package…
 * Could not copy file. wp-super-cache/languages/wp-super-cache-ua_UA.mo
 * Im using 1freehosting.net and this problem occured after i install this plugin:
 * All In One SEO
    AtContent
 * and i make a DNS change with CloudFlare .
    can i know whats the problem ?

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/#post-5274638)
 * We typically don’t recommend free hosting providers around here, as they often
   offer crippled servers that prevent WordPress from functioning properly.
 * There are a few [recommended hosting providers](https://wordpress.org/hosting/),
   and if you really want a free blog, try [WordPress.com](http://wordpress.com/)
   instead.
 * If that’s the only plugin that won’t install for you, your free hosting provider
   may have blocked the upload of specific file types, like .mo.
 *  Thread Starter [Nixus](https://wordpress.org/support/users/nixus/)
 * (@nixus)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/#post-5274772)
 * no . all plugin . before that i activate and use yith maintenance mode plugin.
   after that , im locked out from the site . i can’t enter the wp-login . so i 
   did a manual deleting the plugin via FTP . i manage to enter the dashboard . 
   but can’t update plugin , install , or install a theme.
 *  Thread Starter [Nixus](https://wordpress.org/support/users/nixus/)
 * (@nixus)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/#post-5274774)
 * any problem here ?
 * _# BEGIN WordPress
    <IfModule mod\_rewrite.c> RewriteEngine On RewriteBase / 
   RewriteRule ^index\.php$ – [L] RewriteRule ^lib/(.*) /wp-includes/$1 [QSA,L] 
   RewriteRule ^filepath/(.*) /wp-content/uploads/$1 [QSA,L] RewriteRule ^extensions/(.*)/
   wp-content/plugins/$1 [QSA,L] RewriteRule ^ajax /wp-admin/admin-ajax.php [QSA,
   L] RewriteRule ^(index\.php|wp-content/repair\.php|wp-comments-post\.php|wp-includes/
   js/tinymce/wp-tinymce\.php|xmlrpc\.php|wp-login\.php|index\.php|wp-admin/)(.*)
   $1$2 [QSA,L] RewriteRule ^(.*)\.php$ /nothing\_404\_404 [QSA,L] RewriteCond %{
   REQUEST\_FILENAME} !-f RewriteCond %{REQUEST\_FILENAME} !-d RewriteRule . /index.
   php [L] </IfModule>
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/#post-5274793)
 * That looks like a huge mess, those aren’t normal WordPress rewrite rules.
 * We really can’t support free hosting providers around here due the amount of 
   things they break or alter just to keep the costs minimal for themselves. Most
   of the time, anything broken with WordPress on a free hosting provider is because
   the server is poorly configured.
 * You may be able to install plugins and themes manually:
 * [https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation)
 * [https://codex.wordpress.org/Themes#Adding_New_Themes_Manually_.28FTP.29](https://codex.wordpress.org/Themes#Adding_New_Themes_Manually_.28FTP.29)
 *  Thread Starter [Nixus](https://wordpress.org/support/users/nixus/)
 * (@nixus)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/#post-5274811)
 * Hey . i found out something weird . the plugin was perfectly done upload via 
   ftp . how can the plugin file exist in my server , but not listed on wp-admin/
   plugin (in wordpress admin dashboard) ?
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/#post-5274813)
 * Is there any strange random code at the top of the plugin’s primary .php file?
 *  Thread Starter [Nixus](https://wordpress.org/support/users/nixus/)
 * (@nixus)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/#post-5274817)
 * which .php ? wp-admin/plugins.php ? and i have disable all plugin that reactivate
   one by one . problem still occur .
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/#post-5274822)
 * The plugin’s .php file, not WordPress’s plugins.php file.
 *  Thread Starter [Nixus](https://wordpress.org/support/users/nixus/)
 * (@nixus)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/#post-5274823)
 * yes. the plugin’s PHP works fine. ive added wp super cache through admin dashboard.
   its failed but when i check wp-content/plugin/ , it was there. but not listed
   in Plugin listing in admin dashboard.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/#post-5274824)
 * Right, but did you open the plugin’s main .php file in a plain text editor via
   your FTP client to see if there was any random code at the top?
 * WordPress hides the plugins for very good reasons sometimes.
 *  Thread Starter [Nixus](https://wordpress.org/support/users/nixus/)
 * (@nixus)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/#post-5274830)
 * Yayyy . Solved ! easy , i register a new user with administrator role . login
   with the username. add a new plugin . works perfectly. seems like the role capabilities
   were messed up. btw , thanks ! 🙂
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/#post-5274838)
 * Weird, thanks for letting us know!

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Plugin Installation Always Fail’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 12 replies
 * 2 participants
 * Last reply from: [James Huff](https://wordpress.org/support/users/macmanx/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/plugin-installation-always-fail/#post-5274838)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
