• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Can't create subscription in plesk 10.4.4

ForoutanF

New Pleskian
I have a plesk 10.4.4 which runs on windows server 2003. I got the plesk upgraded from 9.5.5. after the upgrade I cannot add new subscription in plesk.I got the following error :

Error: Unable to update domain data: cObject::update() failed: Some fields are empty or contain an improper value. ('dns_zone_id' = '0')

Any help would be appreciated.
 
Looks like database inconsistency. Try to check output of following SQL queries:

mysql> select * from dns_recs where dns_zone_id=0\G

mysql> select * from dns_zone where id=0\G
 
Back
Top