Question

There has been a critical error on this website. Please check your site admin email inbox for instructions

I am facing an issue with my website, the website is not opening while trying to open with non-www versions - https://asapca.com/. Also I am unable to login to Wordpess admin panel - https://www.asapca.com/wp-admin/.

How can I resolve this issue? And also I am unable to access Wordpress files.


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
November 21, 2022

Hi there,

I could suggest enabling WordPress debug mode so that you could see the actual error that is causing this problem.

To do that, you need to edit your wp-config.php file and add the following:

define( 'WP_DEBUG', true );

define( 'WP_DEBUG_DISPLAY', false );

define( 'WP_DEBUG_LOG', true );

You can do that either via SSH:

https://docs.digitalocean.com/docs/droplets/how-to/connect-with-ssh/

Or via SFTP:

https://docs.digitalocean.com/products/droplets/how-to/transfer-files/

Feel free to share the actual error after that here so we could advise you further!

Best,

Bobby

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up