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!
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
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.