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

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