Server error, can't access wp-admin?
-
I apologize if this is a totally dumb question. I’m not a professional coder, I’m just a law student who manages our journal website (and have been teaching myself the basics).
I’m getting a Server Error (500) when I try to access http://www.nyumootcourtboard.com/wp-admin (and every other page on the site). I’ve cleared my browser’s cache and cookies. Because the site is managed through our central NYU Law tech folks, I have no idea where to start with troubleshooting.
I recently switched us from a Twenty Eleven/child theme over to a customized Highwind theme. Before the error started, I was trying to change the Gravatar appearance settings using this “snippet” piece of code from the developer:
add_filter( ‘highwind_header_gravatar_email’, ‘jk_custom_gravatar_email’ );
function jk_custom_gravatar_email( $email ) {
$email = ‘(email visible only to moderators and staff)’;
return $email;
}I tried this before without incident. Is there anything I should do or try to be proactive? Is this truly a “server error” that i can’t do anything about?
Thanks for your help – I’m a little panicked about this.
The blog I need help with is: (visible only to logged in users)
-
That is not a free hosted WordPress.COM blog. You are posting to the wrong support forum. Note that we do not provide support here at WordPress.COM for any installs of WordPress.ORG software. We provide support only for free hosted WordPress.COM blogs being hosted right here on this multiuser blogging platform.
WordPress.com and WordPress.org are completely separate, have different log-ins and run different versions of themes with same names. If you don’t have a username account at WordPress.ORG click http://wordpress.org/support/ and register one on the top right hand corner of the page that opens, so you can post to the support forums there and receive advice from WordPress.ORG bloggers.
-
-
- The topic ‘Server error, can't access wp-admin?’ is closed to new replies.