• 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.

Domain Aliases deactivated

Powie

Regular Pleskian
On my PLESK 11 with the latest MU, 4 domain aliases and 1 subdomain are deactivated. theres no reason why.

If I try to reactivate these domains, plesk reports:

2012-09-08T20:18:29+02:00 ERR (3): Unable to activate the alias: The target domain is suspended.
2012-09-08T20:18:29+02:00 ERR (3): Some of the selected domains or aliases were not activated.
2012-09-08T20:18:29+02:00 ERR (3): Unable to activate the alias: The target domain is suspended.

But the target Domain isn't suspended and works fine.
 
Try switching off and On the target domain name through SHELL and then you can try activating the subdomains+aliases.

/usr/local/psa/bin/domain --on domain.com
 
This issue has occurred because the backup or restore process is performed with the 'Suspend domain until backup task is completed' option or 'Suspend domains until restoration task is completed' option enabled. I can recommend you following workaround for this issue:

update domainaliases set status=0 where status=2;
 
Back
Top