Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Inviting everyone who uses WordPress management tools in Plesk The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test. To participate, please use this link .
Your experience will help shape product decisions and ensure the tools better support real-world use cases.
Customers of mine are getting a blank screen when trying to upload banner images or logo images to their templates. Nothing on Apache or SB logs, neither on SB side nor publishing server side.
Ok, got it working! I switched directives "display_errors" and "display_startup_errors" to "ON" in php.ini and got an error message instead of the blank page, saying that a class was not found. I then realized I had renamed a php file belonging to SB in an attempt to fix another error I mentioned in this forum.
Lesson learned: blank page -> turn on PHP error messages!