Error Message
-
Hi there, our back end of our website is done and we keep receiving an error message saying
This page isn’t working
http://www.justeatnews.ie is currently unable to handle this request HTTP ERROR 500The front end of the blog is working it is only the back end when we try to log in that isn’t working please.
Thanks
Siofra -
Hi @sioframcmahon,
Your site justeatnews.ie 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 );.How To Debug And Log Errors In WordPress Site
Thanks !!!
- The topic ‘Error Message’ is closed to new replies.