• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Issue how to fix plesk i rename domain

"... is out of webspace" --> means there is not enough room in the subscription or on the disk to copy or move files. You'll need to clear some space.
 
Sounds like it's possibly the subscription limit, not the disk limit.
 
Are you "admin" of the server? Then you could try to edit the service plan of the subscription. This can either be done from the "Service Plan" menu or as a customized plan from the right-hand fly-out (drawer):
1704617298916.png
 
As far as I can tell the 'webspace' error might be related to other issues too. @masterdev can you run the following commands via SSH and post the output here?

Code:
sudo cat /var/www/vhosts/system/ufaher.com/conf/httpd.conf | grep DocumentRoot

Code:
sudo plesk db "select id,home from sys_users where home like '%ufaher.com%';"

Replace the number 2 at the end of the query bellow with the ID number shown in the output the previous query.
Code:
sudo plesk db "select www_root from hosting where sys_user_id=2;"
 
Last edited:
Back
Top