http 500 server error
-
please help me resolve the above error message my page will not load
-
Hi @rhinohockeysf,
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.
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 wp-config.php file shown below.
define( 'WP_DEBUG', true );.Thanks !!!
-
-
As mentioned by @arvindsinghu, users who need assistance with self-hosted websites, should utilize the WordPress.org Forums. The WordPress.com forums and support resources are for those who have websites that are hosted here at WordPress.COM.
* DISCLAIMER: I am just another WordPress.com user helping out in the forums. I do NOT work for WordPress.com or its affiliated organizations. I have provided the above information to help out other users. While this information is intended to be helpful, it is not official WordPress.com information, and I shall not be held liable for any outcomes that occur due to the use of this information.
- The topic ‘http 500 server error’ is closed to new replies.