• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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