• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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