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

Failed domain creation: Unable to update domain data: Unable to get record from other

southonet

New Pleskian
Hello,
I get the following error after a recent upgrade to 8.4. Nothing in the knowledgebase helped me out. Any ideas?

ERROR: PleskFatalException

Failed domain creation: Unable to update domain data: Unable to get record from other DNS zone

0: /usr/local/psa/admin/htdocs/domains/create_domain.php:162
 
I am quite sure that the update has not completed and exit with an error. Try the autoinstaller and see what happens :)
 
Hi,

Yes, it is most likely because of failed upgrade but if rpm for 8.4 version has already been registered in system then rerunning autoinstaller won't help here.

Check the version of rpm package :
rpm -q psa (or dpkg -l psa)

and compate it with version of Plesk database by running the following query:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "select * from misc where param='version';"

If you get multiple version of psa package from first command or if version of psa package does not match version of database then upgrade has failed and what you should do is download Plesk distribution tarball, unpack it and reinstall Plesk base packages (the will be located under dist-..../base/ in unpacked distributive) using rpm -Uvh --force.
 
Back
Top