• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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