I am trying to understand how to debug the following issue. Currently, my website - is all blank, but no idea how to debug it. I intend to know how to fix it and not just find someone to do that for me. Any ideas on how to start? Thanks!
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!
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.
Hi @kamberigramos,
The all-blank website usually means an issue with your code in like a coding issue rather than a server configuration one. Depending on what CMS you are using you should be able to turn on the Debug mode by reading on how to do it.
If you provide me with a little bit more information on what you are using I can try and further help out
Hi there,
In case you are starting to build a new website, you could deploy WordPress with 1-Click by following the steps here:
https://marketplace.digitalocean.com/apps/wordpress
Once you’ve installed WordPress you can point your domain name to the new server IP address by following the steps here:
https://docs.digitalocean.com/products/networking/dns/how-to/manage-records/
In case that you are referring to debugging an existing website, what I could suggest is changing the debug mode for your site to
true
. You can do that by editing yourwp-config.php
file and chanign the debug value.That way you will no longer see the blank screen but you would actually get any errors that are causing the problem.
Feel free to share any errors here so I could try to advise you further!
Best,
Bobby