500 Internal Server Error

  • Unknown's avatar

    Good Afternoon, Every time I try to access my WP-admin or website (kaleandeggs.com) I am getting a 500 internal server error notification. I am unable to edit and view my site. What do I do to fix this?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi @kaleandeggs,

    Your site kaleandeggs.com is using the self-hosted version of WordPress, and you need to seek help at the WordPress.org forums:

    https://wordpress.org/support/forums/

    These forums are for WordPress.com hosted sites only :)

    WordPress.com vs. WordPress.org

    However, I recommend you to check your .htaccess file.
    Check your PHP memory limit; memory should be 64MB or above.
    you can try increasing Memory limit by adding define ('WP_MEMORY_LIMIT', '128M'); in wp-config.php file.
    To troubleshoot WordPress errors, you require to enable WordPress Debug, which can be done using wp-config.php.
    You need to copy and paste the code in wp-config.php file shown below.
    define( 'WP_DEBUG', true ); .

    How To Debug And Log Errors In WordPress Site

    Or contact your Host(Godaddy.com) regarding server related issues.

    Thanks !!!

  • The topic ‘500 Internal Server Error’ is closed to new replies.