Quantcast
Channel: Topic Tag: "internal server error" | WordPress.org
Viewing all articles
Browse latest Browse all 994

jnickasio on "500 Interal Server Error"

$
0
0

I have been troubleshooting for the past few hours and am still not having any luck, so would appreciate any help I can get! My Wordpress site and admin panel are both giving 500 Internal Server Errors and I am not sure what I was doing when it happened. My main page is still working, just nothing in /blog. I do not think I downloaded any new plugins. I have already tried the following, one at a time, from my FTP:

Editing functions.php file of my theme to add the following below
<?php
update_option('siteurl','http://globaljess.com/blog');
update_option('home','http://globaljess.com/blog');

Editing wp_config.php to add the following to the bottom:
define('WP_HOME','http://globaljess.com/blog');
define('WP_SITEURL','http://globaljess.com/blog');

Renaming plugins folder to plugins_old

Renaming my active theme folder

Renaming the .htaccess file

It is now loading the setup-config.php screen from both /blog and /blog/wp-admin, but when I input MySQL info from the old wp_admin.php doc, it takes a while to load and then sends me to the Internal Server Error page again.

When I try to access my server error log from my FTP I am unable to open the file. It says Operation Failed.

I am not sure what else to try.

Thanks,
Jessica


Viewing all articles
Browse latest Browse all 994

Trending Articles