500 Internal Server Error
-
My domain is nasagapas . I have an 500 Internal Server Error and at the moment i can load just the homepaga. The error still exists in all other pages and i cannot even access wordpress.
The blog I need help with is: (visible only to logged in users)
-
Hi @pittas8,
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 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 );How To Debug And Log Errors In WordPress Site
Thanks !!!
-
Hi,
I am maintaining a site that is hosted on wordpress.com
Without cpanel or use of fillzilla etc, how do I access the .htaccess file?Thanks.
-
-
The 500 Internal Server Error will be familiar to all Internet users. There are various http status codes which are three-digit integers. For every request, there will be a status code to return from the server to the client. Usually, we’d have come through various errors like 404 Not Found error. These error codes are actually http status codes. The 500 Internal Server Error is also an http status code.
-
Thanks for the info.
I have found that clearing the browser cache solves the problem. So what causes it?
- The topic ‘500 Internal Server Error’ is closed to new replies.