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

8.1.1 Failed domain creation

W

wardjame

Guest
After running the upgrade to 8.1.1 I am receiving the following error when I attempt to create a new domain:
ERROR: PleskFatalException
Failed domain creation: Unable to update domain data: There are incorrect parameter values.
0: /usr/local/psa/admin/htdocs/domains/create_domain.php:150

Anyone else seeing this? Any thoughts on how to fix it?
 
Plesk support solved this problem with the following explanation:
The problem was that the default DNS record for the webmail was missing in the server configuration and the domain creation using the template was impossible, however the domain creation without template was successfull as the webmail option is included in the template. I have added the default DNS record for the webmail, you can see it in Server > DNS settings.
 
Another Cause

I ran into this same problem today, but my dns_recs_t table appeared to be correct.

I finally tracked it down to invalid data in the client profile. The client's email address contained a trailing space (e.g., "[email protected] "). Plesk sends email notification to the administrator and client upon domain creation, so this bad data blocked the process. The error message is completely unhelpful and I couldn't find any error logging on the system.

Since Plesk validates the email address when the client profile is created or edited, I assume this problem cropped up if/when we edited the clients table on the back-end using mysql CLI or phpMyAdmin.
 
Back
Top