• mikey22

    (@mikey22)


    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 www.ads-software.com. 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)
  • alism

    (@alism)

    …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

    (@mikey22)

    (takes a looong deep breathe lol)
    .
    ..

    wait still exhaling

    Ok first off thanks for your reply.

    But-didn’t work!

    alism

    (@alism)

    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

    (@mikey22)

    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

    (@alism)

    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

    (@mikey22)

    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?

    Yeah…what he said down there!
    (I should read better)

    alism

    (@alism)

    You might need to change the settings on filezilla to ‘always show hidden files’:
    https://www.intrepid.com.au/how-to-view-htaccess-with-filezilla/

    Thread Starter mikey22

    (@mikey22)

    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

    (@mikey22)

    oh ok i will try what you have said thanks rvoodoo ok alism ill be back in 1 minute

    Thread Starter mikey22

    (@mikey22)

    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

    (@alism)

    That’s the puppy. Delete everything between:

    #BEGIN Image Upload HTTP Error Fix
    and:
    #END Image Upload HTTP Error Fix

    Thread Starter mikey22

    (@mikey22)

    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

    (@alism)

    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

    (@mikey22)

    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)
  • The topic ‘Plugin causes Internal Error HELP!!!!!!!!’ is closed to new replies.