Updated My Site, It’s been down for hours
-
Hello!
I updated my website at 12 PM yesterday, it’s been down for several hours. I can’t even access my wordpress dashboard to try and see what the issue is. How do I fix this? I need help!!!!The blog I need help with is: (visible only to logged in users)
-
Hi @imlivinglikeliv,
Your site livinglikeliv.com is using the self-hosted version of WordPress.
These forums are for WordPress.com hosted sites only :) https://en.support.wordpress.com/com-vs-org/
Contact your host(Namecheap) regarding server issues.
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 !!!
- The topic ‘Updated My Site, It’s been down for hours’ is closed to new replies.