Http Error 500
-
When I try to make a change on a page, a window pops up and says … This Page Isn’t Working…Http Error 500.
Two Avada plugins need to be updated. Would this be why I’m seeing this message. I’m still new to this and panic when I have to update things.
The blog I need help with is: (visible only to logged in users)
-
Hi @lfranco5777,
Your site elisaf.sg-host.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.
Check your PHP memory limit; memory should be 64MB or above.
you can try increasing Memory limit by addingdefine ('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 the wp-config.php file shown below.
define( 'WP_DEBUG', true );.Thanks !!!
- The topic ‘Http Error 500’ is closed to new replies.