mikey22
Member
Posted 2 years ago #
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!
...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.
mikey22
Member
Posted 2 years ago #
(takes a looong deep breathe lol)
.
..
...
wait still exhaling
...
Ok first off thanks for your reply.
But-didn't work!
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?
mikey22
Member
Posted 2 years ago #
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.
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.
mikey22
Member
Posted 2 years ago #
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)
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/
mikey22
Member
Posted 2 years ago #
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?
mikey22
Member
Posted 2 years ago #
oh ok i will try what you have said thanks rvoodoo ok alism ill be back in 1 minute
mikey22
Member
Posted 2 years ago #
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
That's the puppy. Delete everything between:
#BEGIN Image Upload HTTP Error Fix
and:
#END Image Upload HTTP Error Fix
mikey22
Member
Posted 2 years ago #
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
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.
mikey22
Member
Posted 2 years ago #
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!
Hehe, no problem dude, best of luck with the site. :-)
mikey22
Member
Posted 2 years ago #
I had AdSense Now plugin installed and I've been trying out WP Simple Adsense Insertion plugin and I got a few Internal Server Errors after its installation. After a few page loads and removing the plugin I get only Internal Server Errors.
PLEASE HELP!