Report this

What is the reason for this report?

Problem accessing my project

Posted on June 5, 2020

I am unable to access my project. After creating the droplet when i tried to add domain name it automatically started loading and now I am getting a blank page.



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 there @gharparlour,

I could suggest a few things in this case:

  • Try accessing your WordPress admin area and if it works as expected try installing a new theme

  • If the WordPress admin area does not work, try to enable WordPress debug mode so that you could see the actual error rather than the white screen, to do that SSH to your Droplet and edit your wp-config.php file, there change the following line:

define('WP_DEBUG', false); 

To:

define('WP_DEBUG', true); 

If you are not sure, feel free to share the exact errors that you see here so that I could try to further advise you.

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.