• Hi i have updated the wordpress and plugin on the site and i got a http error 500 issue after updating. How can i solve this problem as i can not see the site at all or have access to the wp-admin backend is not working either. How can i solve this. I have tried a couple things on the forums but still no luck.
    how can i fix my site.
    thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I’d suggest enabling debug mode by adding the following code to your wp-config.php file

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_LOG', true );

    After enabling debug mode try loading your site again then look for a file named debug.log in the wp-content directory of your server using your hosts file manager or your FTP program and see what errors are being generated.

    Hope this helps. Once you find a solution please tag the thread completed.

Viewing 1 replies (of 1 total)
  • The topic ‘http error 500 after updating’ is closed to new replies.