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

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