Http error 500

  • Unknown's avatar

    I am getting an HTTP error 500. I have several clients needing to access my site right now and I can’t even get to it to make any edits. Can you please help?

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

  • Unknown's avatar

    Hi @square1startup,

    Your site 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 :)

    However, I recommend you to check your .htaccess file, delete your current .htaccess if you have any.
    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 );
    Contact your host regarding this error.

    Thanks !!!

  • The topic ‘Http error 500’ is closed to new replies.