• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Unable to delete domain/hosting.

D

Deadly Stream

Guest
I've tried to delete a domain in plesk and I get this;

Code:
ERROR: PleskFatalException
	
Unable to remove hosting: SiteAppManager: Unexpected error: boost::filesystem::create_directory

0: class.PhDomain.php:278
    PhDomain->reset(integer '0', boolean true, boolean false)
1: class.BsDomain.php:330
    BsDomain->reset(integer '0')
2: class.BsDomain.php:302
    BsDomain->delete(integer '0')
3: class.BsDomain.php:536
    mdeleteDomains(array)
4: removeDomains.php3:42
    require(string '/usr/local/psa/admin/htdocs/domains/removeDomains.php3')
5: plesk.php:51

I've attached a screen shot of the whole thing. If anyone knows how to fix this I'd really appreciate it.

--Stream
 

Attachments

  • screenie.png
    screenie.png
    43.8 KB · Views: 5
Also check /var/log/sw-cp-serve/error_log for webserver/PHP errors. This may give you some clue.
Another point is that database psa is corrupted, in this case you may need to create a support ticket in our queue, as this requires some debug efforts.
 
I tried removing it via command line and I still get an error;

Code:
ERROR: PleskFatalException
Unable to remove hosting: SiteAppManager: Unexpected error: boost::filesystem::c                                                             reate_directory

0: class.PhDomain.php:278
        PhDomain->reset(integer '0', boolean  true, boolean  false)
1: class.BsDomain.php:330
        BsDomain->reset(integer '0')
2: class.BsDomain.php:302
        BsDomain->delete()
3: cuDomain.php:1751
        cuDomain->cmdRemove(string 'temp.deadlystream.com')
4: cuDomain.php:718
        cuDomain->cuDomain()
5: domain.php:17
PHP Warning:  Releasing semaphore 20 in request cleanup in Unknown on line 0

I have no idea what all that means to be honest.

--Stream
 
Back
Top