• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Site without PhysicalHosting cannot be Webspace

burnley

Regular Pleskian
Recently when we deploy URL forwarding service from our billing system plesk has been spitting out the error" Site without PhysicalHosting cannot be Webspace" although client and subscription are actually deployed in Plesk. However the error results in order remaining in pending state. We have been using the same service plan etc for many years so something is changed but we can't isolate it. Can anyone on the forum or plesk give me some ideas what has changed or needs to be changed to get it working again please.

We have "Enable hosting=off" in the service plan as physical host / ftp user etc isn't required for a URL forwarding service. Below is the API call example and response.


PleskAPI: host.domain.tld:8443@addSubscription_WithUrlForwardingRequest:
<?xml version="1.0" encoding="UTF-8"?>
<packet>
<webspace>
<add>
<gen_setup>
<name>example.com</name>
<ip_address>123.123.123.123</ip_address>
<owner-login>aglag8iiauvfqog</owner-login>
</gen_setup>
<hosting>
<frm_fwd>
<dest_url>target.tld/example/</dest_url>
<ip_address>123.123.123.123</ip_address>
</frm_fwd>
</hosting>
<plan-name>DNS / URL Forwarding</plan-name>
</add>
</webspace>
</packet>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.6.9.1">
<webspace>
<add>
<result>
<status>ok</status>
<id>4332</id>
<guid>78c333cc-6865-41dd-b4a0-0904f84cf826</guid>
</result>
</add>
</webspace>
</packet>
Server:host.domain.tld:8443

Which works fine but then gets stuck when it tries to sync the subscription to the service plan;

PleskAPI: host.domain.tld:8443@syncSubscription_WithServicePlanRequest:
<?xml version="1.0" encoding="UTF-8"?>
<packet>
<webspace>
<sync-subscription>
<filter>
<guid>78c333cc-6865-41dd-b4a0-0904f84cf826</guid>
</filter>
</sync-subscription>
</webspace>
</packet>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.6.9.1">
<webspace>
<sync-subscription>
<result>
<status>error</status>
<errcode>1023</errcode>
<errtext>The plan was not applied because of problems with the following functionality: Site without PhysicalHosting cannot be Webspace</errtext>
<filter-id>78c333cc-6865-41dd-b4a0-0904f84cf826</filter-id>
<id>4332</id>
</result>
</sync-subscription>
</webspace>
</packet>
Server:host.domain.tld:8443

The service plan has 'Enable hosting=off' as physical hosting e.g. ftp user and databases etc are not required.
 
Back
Top