Title: Plugin causes Internal Error HELP!!!!!!!!
Last modified: August 19, 2016

---

# Plugin causes Internal Error HELP!!!!!!!!

 *  [mikey22](https://wordpress.org/support/users/mikey22/)
 * (@mikey22)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/)
 * Hi Forum,
 * My first post is HELP!!!!
 * WordPress kept giving me errors when trying to uplaod images to my site, so I
   downloaded this plugin:”Image Upload HTTP Error Fix” from WordPress.org. When
   I went to click on “Activate” the page turned into an error message with the 
   title of “Internal Server Error”.
 * Whether I try to visit my site or login to my wp-admin, this is the only error
   message I get my website is gone oh now what do I do???? (yes, I am panicking!)
 * Please help and I’ll be eternally greatful!

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/plugin-causes-internal-error-help/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-causes-internal-error-help/page/2/?output_format=md)

 *  [alism](https://wordpress.org/support/users/alism/)
 * (@alism)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284063)
 * …and breathe.
 * Hello.
 * FTP into your site, go into the wp-content/plugins directory and rename the troublesome‘
   Image Upload HTTP Error Fix’ folder to something else.
 * Then try and get back into your Admin again.
 *  Thread Starter [mikey22](https://wordpress.org/support/users/mikey22/)
 * (@mikey22)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284065)
 * (takes a looong deep breathe lol)
    . .. …
 * wait still exhaling
 * …
 * Ok first off thanks for your reply.
 * But-didn’t work!
 *  [alism](https://wordpress.org/support/users/alism/)
 * (@alism)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284067)
 * Okie doke.
 * What else have you done that may have caused it? Edited your theme? Installed
   any other plugins? Played about with your Permalinks? Changed your .htaccess?
   Something else?
 *  Thread Starter [mikey22](https://wordpress.org/support/users/mikey22/)
 * (@mikey22)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284068)
 * I edited the font and that’s pretty much it everything was fine. I was trying
   to upload an image it wasn’t working so I googled that.
 * My search led me to this plugin: Image Upload HTTP Error Fix
 * So I uploaded it and when I went to activate it : POUFF everything was gone.
 *  [alism](https://wordpress.org/support/users/alism/)
 * (@alism)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284070)
 * Ok, have a look at your .htaccess file in the root directory and/or wp-admin 
   folders. I’m guessing it’s messed with that/them.
 * If you don’t know what to look for, try just renaming it to htaccess.txt for 
   the time being, just to see if it brings the site back up again.
 * Or post it here.
 *  Thread Starter [mikey22](https://wordpress.org/support/users/mikey22/)
 * (@mikey22)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284072)
 * ok i’m not sure if im doing this right but browsing through my wp-admin (using
   filezilla) there is no .htaccess file, only .php and .css files.
 * I don’t know where else to look for this file forgive my newbness?
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284073)
 * Yeah…what he said down there!
    (I should read better)
 *  [alism](https://wordpress.org/support/users/alism/)
 * (@alism)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284074)
 * You might need to change the settings on filezilla to ‘always show hidden files’:
   
   [http://www.intrepid.com.au/how-to-view-htaccess-with-filezilla/](http://www.intrepid.com.au/how-to-view-htaccess-with-filezilla/)
 *  Thread Starter [mikey22](https://wordpress.org/support/users/mikey22/)
 * (@mikey22)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284075)
 * if this helps the only .htaccess file i see is directly in my html public folder
   and it’s for my main domain (which is not even a wordpress site).
 * my problem site in question here is an addon domain if this makes any diff?
 *  Thread Starter [mikey22](https://wordpress.org/support/users/mikey22/)
 * (@mikey22)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284076)
 * oh ok i will try what you have said thanks rvoodoo ok alism ill be back in 1 
   minute
 *  Thread Starter [mikey22](https://wordpress.org/support/users/mikey22/)
 * (@mikey22)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284077)
 * this is it:
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond%{
   REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.
   php [L] </IfModule>
 * #BEGIN Image Upload HTTP Error Fix
    <IfModule mod_security.c> <Files async-upload.
   php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule> <IfModule
   security_module> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST
   Off </Files> </IfModule> <IfModule security2_module> <Files async-upload.php>
   SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule> #END Image Upload
   HTTP Error Fix
 * # END WordPress
 *  [alism](https://wordpress.org/support/users/alism/)
 * (@alism)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284078)
 * That’s the puppy. Delete everything between:
 * `#BEGIN Image Upload HTTP Error Fix`
    and: `#END Image Upload HTTP Error Fix`
 *  Thread Starter [mikey22](https://wordpress.org/support/users/mikey22/)
 * (@mikey22)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284079)
 * Oh I am feeling a wave of relief beginning …!
 * so should it look like?:
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond%{
   REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.
   php [L] </IfModule>
 * # END WordPress
 *  [alism](https://wordpress.org/support/users/alism/)
 * (@alism)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284080)
 * Yup. Chill. 🙂
 * You can always just rename the file as I mentioned above. You’ll lose any Permalinks
   you may have previously created, but it’s like a two second job to set that back
   up again.
 *  Thread Starter [mikey22](https://wordpress.org/support/users/mikey22/)
 * (@mikey22)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/#post-1284081)
 * it worked! it worked! my website is saved! i can still make money and work on
   my site today! i must sound like a lunatic!
 * Alism you’re great thankyou,thankyou,thankyou,thankyou!

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/plugin-causes-internal-error-help/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-causes-internal-error-help/page/2/?output_format=md)

The topic ‘Plugin causes Internal Error HELP!!!!!!!!’ is closed to new replies.

## Tags

 * ["internal server error"](https://wordpress.org/support/topic-tag/internal-server-error/)
 * [website disappeared](https://wordpress.org/support/topic-tag/website-disappeared/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 18 replies
 * 4 participants
 * Last reply from: [Kejatz](https://wordpress.org/support/users/kejatz/)
 * Last activity: [16 years, 3 months ago](https://wordpress.org/support/topic/plugin-causes-internal-error-help/page/2/#post-1284573)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
