Technical Problem – Error 500

  • Unknown's avatar

    Hello,

    Yesterday I logged into my website awakesociety.com WordPress asked me to update to latest version. I did as directed and now, I get an error 500! I can’t we my site. It doesn’t load.

    Thank you,

    Michelle

  • Unknown's avatar

    Hi @awakesocietyunited,

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

    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 and 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 );

    Thanks !!!

  • The topic ‘Technical Problem – Error 500’ is closed to new replies.