Hi!
I have a problem. I install my wordpress and then when I upload any theme the screens become blank. The admin panel and the website. They both become white. I need to delete the theme in my ftp to reopen my panel. Plz help…
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.
do you have access to ssh to your server? If so, then you just run that command (assuming your web-folder is /var/www):
sudo chown -R www-data:www-data /var/www/
that should do it.
If you do not have access to ssh commandline, then some sftp clients will let you change permissions, but it is different on each client, so I cannot give instructions for that
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.